#550576

Color #550576 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #550576

Tints of Indigo #550576

Color information

#550576 (or 0x550576) is unknown color: approx 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

RGB855118-
CMYK0.280.9600.54
HSL282.48º91.87%24.12%-
HSV(B)282.48º95.76%46.27%-
XYZ7.073.3517.41-
YUV41.8171158.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 118 (46.48% from 255) = 56.73%
R=40.87%
G=2.40%
B=56.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8551180.280.9600.54282.4891.8724.12
Hex555761C6003611a5c18
Octal12551663414006643213430
Binary101010110111101101110011000000110110100011010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>