#55167F

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

Shades of Indigo #55167F

Tints of Indigo #55167F

Color information

#55167F (or 0x55167F) is unknown color: approx Indigo. HEX triplet: 55, 16 and 7F. RGB value is (85,22,127). Sum of RGB (Red+Green+Blue) = 85+22+127=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #55167F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55167F is #AAE980. Grayscale: #343434. Windows color (decimal): -11200897 or 8328789. OLE color: 8328789.

HSL color Cylindrical-coordinate representation of color #55167F: hue angle of 276º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55167F is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8522127-
CMYK0.330.8300.50
HSL276º70.47%29.22%-
HSV(B)276º82.68%49.8%-
XYZ7.864.0420.44-
YUV52.81169.87150.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 127 (50% from 255) = 54.27%
R=36.32%
G=9.40%
B=54.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85221270.330.8300.5027670.4729.22
Hex55167F2153032114461d
Octal125261774112306242410635
Binary101010110110111111110000110100110110010100010100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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