Shades of Indigo #55086A
Tints of Indigo #55086A
RGB
CMYK
RGB Variations
Color information
#55086A (or 0x55086A) is known color: Indigo. HEX triplet: 55, 08 and 6A. RGB value is (85,8,106). Sum of RGB (Red+Green+Blue) = 85+8+106=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #55086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55086A is #AAF795. Grayscale: #292929. Windows color (decimal): -11204502 or 6948949. OLE color: 6948949.
HSL color Cylindrical-coordinate representation of color #55086A: hue angle of 287.14º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55086A is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 8 | 106 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.58 |
| HSL | 287.14º | 0.86% | 0.22% | - |
| HSV(B) | 287.14º | 0.92% | 0.42% | - |
| XYZ | 6.43 | 3.15 | 13.9 | - |
| YUV | 42.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 106 | 0.20 | 0.92 | 0 | 0.58 | 287.14 | 0.86 | 0.22 |
| Hex | 55 | 8 | 6A | 14 | 5C | 0 | 3A | 11F | 56 | 16 |
| Octal | 125 | 10 | 152 | 24 | 134 | 0 | 72 | 437 | 126 | 26 |
| Binary | 1010101 | 1000 | 1101010 | 10100 | 1011100 | 0 | 111010 | 100011111 | 1010110 | 10110 |
Color Harmonies of #55086A
Complementary color
Monochromatic Colors of #55086A
Black with #55086A
Text Example
Text Example
White with #55086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55086A; }
p { color: rgb(85,8,106); }
H1.HeaderClassName
{
color: #55086A;
}
.AnyTagClassName
{
color: #55086A;
}
</style>
background-color css
<style>
a { background-color: #55086A; }
a { background-color: rgb(85,8,106); }
div.DivClassName
{
background-color: #55086A;
}
.BgClassName
{
background-color: #55086A;
}
</style>
border-color css
<style>
span { border-color: #55086A; }
span { border-color: rgb(85,8,106); }
td.TdClassName
{
border-color: #55086A;
}
.TagClassName
{
border-color: #55086A;
}
</style>