Shades of Indigo #55086F
Tints of Indigo #55086F
RGB
CMYK
RGB Variations
Color information
#55086F (or 0x55086F) is known color: Indigo. HEX triplet: 55, 08 and 6F. RGB value is (85,8,111). Sum of RGB (Red+Green+Blue) = 85+8+111=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #55086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55086F is #AAF790. Grayscale: #2A2A2A. Windows color (decimal): -11204497 or 7276629. OLE color: 7276629.
HSL color Cylindrical-coordinate representation of color #55086F: hue angle of 284.85º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55086F is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 8 | 111 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.56 |
| HSL | 284.85º | 0.87% | 0.23% | - |
| HSV(B) | 284.85º | 0.93% | 0.44% | - |
| XYZ | 6.7 | 3.25 | 15.31 | - |
| YUV | 42.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 111 | 0.23 | 0.93 | 0 | 0.56 | 284.85 | 0.87 | 0.23 |
| Hex | 55 | 8 | 6F | 17 | 5D | 0 | 38 | 11D | 57 | 17 |
| Octal | 125 | 10 | 157 | 27 | 135 | 0 | 70 | 435 | 127 | 27 |
| Binary | 1010101 | 1000 | 1101111 | 10111 | 1011101 | 0 | 111000 | 100011101 | 1010111 | 10111 |
Color Harmonies of #55086F
Complementary color
Monochromatic Colors of #55086F
Black with #55086F
Text Example
Text Example
White with #55086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55086F; }
p { color: rgb(85,8,111); }
H1.HeaderClassName
{
color: #55086F;
}
.AnyTagClassName
{
color: #55086F;
}
</style>
background-color css
<style>
a { background-color: #55086F; }
a { background-color: rgb(85,8,111); }
div.DivClassName
{
background-color: #55086F;
}
.BgClassName
{
background-color: #55086F;
}
</style>
border-color css
<style>
span { border-color: #55086F; }
span { border-color: rgb(85,8,111); }
td.TdClassName
{
border-color: #55086F;
}
.TagClassName
{
border-color: #55086F;
}
</style>