#55066B

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

Shades of Indigo #55066B

Tints of Indigo #55066B

Color information

#55066B (or 0x55066B) is unknown color: approx Indigo. HEX triplet: 55, 06 and 6B. RGB value is (85,6,107). Sum of RGB (Red+Green+Blue) = 85+6+107=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #55066B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55066B is #AAF994. Grayscale: #282828. Windows color (decimal): -11205013 or 7013973. OLE color: 7013973.

HSL color Cylindrical-coordinate representation of color #55066B: hue angle of 286.93º 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 #55066B is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB856107-
CMYK0.210.9400.58
HSL286.93º89.38%22.16%-
HSV(B)286.93º94.39%41.96%-
XYZ6.473.1214.17-
YUV41.14165.17159.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 6 (2.73% from 255) = 3.03%
BLUE value IS 107 (42.19% from 255) = 54.04%
R=42.93%
G=3.03%
B=54.04%

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
Decimal8561070.210.9400.58286.9389.3822.16
Hex5566B155E03A11f5916
Octal12561532513607243713126
Binary101010111011010111010110111100111010100011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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