#55167C

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

Shades of Indigo #55167C

Tints of Indigo #55167C

Color information

#55167C (or 0x55167C) is unknown color: approx Indigo. HEX triplet: 55, 16 and 7C. RGB value is (85,22,124). Sum of RGB (Red+Green+Blue) = 85+22+124=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #55167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55167C is #AAE983. Grayscale: #343434. Windows color (decimal): -11200900 or 8132181. OLE color: 8132181.

HSL color Cylindrical-coordinate representation of color #55167C: hue angle of 277.06º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55167C is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8522124-
CMYK0.310.8200.51
HSL277.06º69.86%28.63%-
HSV(B)277.06º82.26%48.63%-
XYZ7.673.9619.43-
YUV52.46168.37151.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=36.80%
G=9.52%
B=53.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85221240.310.8200.51277.0669.8628.63
Hex55167C1F52033115461d
Octal125261743712206342510635
Binary10101011011011111001111110100100110011100010101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55167C; }

 p { color: rgb(85,22,124); }

 H1.HeaderClassName
 {
   color: #55167C;
 }
 .AnyTagClassName
 {
   color: #55167C;
 }
</style>
background-color css

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

 a { background-color: rgb(85,22,124); }

 div.DivClassName
 {
   background-color: #55167C;
 }
 .BgClassName
 {
   background-color: #55167C;
 }
</style>
border-color css

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

 span { border-color: rgb(85,22,124); }

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