Html Css Color HEX #550576 Indigo

📋 copy color: '#550576'

red 85 ◦ green 5 ◦ blue 118

#550576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #550576

Tints of Indigo #550576

RGB

 RED value IS 85 (33.59% from 255) = 40.87%

 GREEN value IS 5 (2.34% from 255) = 2.4%

 BLUE value IS 118 (46.48% from 255) = 56.73%

R = 40.87%
G = 2.4%
B = 56.73%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#550576 (or 0x550576) is known color: Indigo. HEX triplet: 55, 05 and 76. RGB value is (85,5,118). Sum of RGB (Red+Green+Blue) = 85+5+118=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #550576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550576 is #AAFA89. Grayscale: #292929. Windows color (decimal): -11205258 or 7734613. OLE color: 7734613.

HSL color Cylindrical-coordinate representation of color #550576: hue angle of 282.48º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550576 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 5 118 -
CMYK 0.28 0.96 0 0.54
HSL 282.48º 0.92% 0.24% -
HSV(B) 282.48º 0.96% 0.46% -
XYZ 7.07 3.35 17.41 -
YUV 41.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 85 5 118 0.28 0.96 0 0.54 282.48 0.92 0.24
Hex 55 5 76 1C 60 0 36 11A 5C 18
Octal 125 5 166 34 140 0 66 432 134 30
Binary 1010101 101 1110110 11100 1100000 0 110110 100011010 1011100 11000

Color Harmonies of #550576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550576

Black with #550576

Text Example


Text Example

White with #550576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550576; }

 p { color: rgb(85,5,118); }

 H1.HeaderClassName
 {
   color: #550576;
 }
 .AnyTagClassName
 {
   color: #550576;
 }
</style>

background-color css

<style>
 a { background-color: #550576; }

 a { background-color: rgb(85,5,118); }

 div.DivClassName
 {
   background-color: #550576;
 }
 .BgClassName
 {
   background-color: #550576;
 }
</style>

border-color css

<style>
 span { border-color: #550576; }

 span { border-color: rgb(85,5,118); }

 td.TdClassName
 {
   border-color: #550576;
 }
 .TagClassName
 {
   border-color: #550576;
 }
</style>