@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#550298 hex color - Violet - Warm color - Information

#550298 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #550298 Color code in RGB color code model is created after adding 33.33% red color, 0.78% green color and 59.61% blue color. Hex #550298 Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 99% magenta, 0% yellow and 40.39% black.

Hex #550298 color code is between #440099 web safe hex color code and #660088 web safe hex color code. #440099 is the nearest web safe color code. You can see here many more shades of #550298 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 550298 #550298
RGB Decimal 85, 2, 152 rgb(85, 2, 152)
RGB Percent 33%, 1%, 60% rgb(33%, 1%, 60%)
CSS RGBa 85, 2, 152,1 rgba(85,2,152,1)
CMYK Model cmyk(44%,99%,0%,40.39%)
HSL Color Space 273,97% ,30% hsl(273,97% ,30%)
HSV Color Space 273°, 99%, 60%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01010101 00000010 10011000
Octal 125 2 230
Decimal 85 2 152
Hex 55 02 98

Different shades of #550298 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #550298
#7103ca
Dark Shade of #550298
#390166
Saturated Shade of #550298
#55009a
Desaturated Shade of #550298
#540a90
Grey scale Shade of #550298
#4d4d4d
Brighten Shade
#6e1bb1
Most Readable Shade
#FFFFFF

Shades of #550298 color code

Generate more color scales with scales (color stack) generator.

#550298
#4b0187
#420176
#380165
#2f0154
#250043
#1c0032
#120021
#090010
#000000

Similar Color like #550298 color

Find visually similar hex color codes nearing to #550298 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#560399
#57049a
#58059b
#59069c
#5a079d
#5b089e
#5c099f
#5d0aa0
#5e0ba1
#5f0ca2
#600da3
#610ea4
#620fa5
#6310a6
#540197
#530096
#520095
#510094
#500093
#4f0092
#4e0091
#4d0090
#4c008f
#4b008e
#4a008d
#49008c
#48008b
#47008a

Monochromatic Color with #550298

#550298
#6d03c2
#8503ed
#0e0018
#250143
#3d016d

Tints of #550298 Color

#550298
#671ea3
#7a3aae
#8d56ba
#a072c5
#b38ed1
#c6aadc
#d9c6e8
#ece2f3
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#550298
#459802

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#550298
#909802
#02980a

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#190298
#370298
#550298
#730298
#910298

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#550298
#985502
#029855

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#550298
#980a02
#459802
#029098

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#550298
#459802
#02980a
#980290

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #550298 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#550298 Color Code Preview on Black Background Color

This is how #550298 Color will look on black background color. Color contrast ratio is 1.85

#550298 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#550298">Your Example Paragraph content text in with font color #550298 </p>

Your Example Paragraph content text in with font color #550298

HTML with inline CSS

<div style="color:#550298">Your Paragraph text in with font color #550298 </div>

Your Example Paragraph content text in with font color #550298

#550298 color code is use for CSS Background Color

Background color for the above div is #550298

HTML with inline CSS

<div style="background-color:#550298;"></div>

#550298 color code is use for CSS Border Color

CSS Border color for the above div is #550298

HTML with inline CSS

<div style="border:5px solid #550298;"></div>

CSS Border Left color for the above div is #550298

HTML with inline CSS

<div style="border-left:5px solid #550298;"></div>

CSS Border Right color for the above div is #550298

HTML with inline CSS

<div style="border-right:5px solid #550298;"></div>

CSS Border Bottom color for the above div is #550298

HTML with inline CSS

<div style="border-bottom:5px solid #550298;"></div>

CSS Border Top color for the above div is #550298

HTML with inline CSS

<div style="border-top:5px solid #550298;"></div>

#550298 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#550298; } .examplecolorclass {color:#550298; } .examplebordercolor {border:3px solid #550298; }

#550298 Color code Preview on White Background

This is how #550298 Color code will look on white background color. Color contrast ratio is 11.36

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #550298; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #550298; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(85,2,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(69,152,2,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(85,2,152,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.