#55066C

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

Shades of Indigo #55066C

Tints of Indigo #55066C

Color information

#55066C (or 0x55066C) is unknown color: approx Indigo. HEX triplet: 55, 06 and 6C. RGB value is (85,6,108). Sum of RGB (Red+Green+Blue) = 85+6+108=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #55066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55066C is #AAF993. Grayscale: #282828. Windows color (decimal): -11205012 or 7079509. OLE color: 7079509.

HSL color Cylindrical-coordinate representation of color #55066C: hue angle of 286.47º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55066C is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB856108-
CMYK0.210.9400.58
HSL286.47º89.47%22.35%-
HSV(B)286.47º94.44%42.35%-
XYZ6.523.1414.45-
YUV41.25165.67159.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 6 (2.73% from 255) = 3.02%
BLUE value IS 108 (42.58% from 255) = 54.27%
R=42.71%
G=3.02%
B=54.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8561080.210.9400.58286.4789.4722.35
Hex5566C155E03A11e5916
Octal12561542513607243613126
Binary101010111011011001010110111100111010100011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,6,108); }

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

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

 a { background-color: rgb(85,6,108); }

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

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

 span { border-color: rgb(85,6,108); }

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