Shades of Indigo #56086C
Tints of Indigo #56086C
RGB
CMYK
RGB Variations
Color information
#56086C (or 0x56086C) is known color: Indigo. HEX triplet: 56, 08 and 6C. RGB value is (86,8,108). Sum of RGB (Red+Green+Blue) = 86+8+108=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #56086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56086C is #A9F793. Grayscale: #2A2A2A. Windows color (decimal): -11138964 or 7080022. OLE color: 7080022.
HSL color Cylindrical-coordinate representation of color #56086C: hue angle of 286.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56086C is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 8 | 108 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.58 |
| HSL | 286.8º | 0.86% | 0.23% | - |
| HSV(B) | 286.8º | 0.93% | 0.42% | - |
| XYZ | 6.63 | 3.23 | 14.46 | - |
| YUV | 42.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 108 | 0.20 | 0.93 | 0 | 0.58 | 286.8 | 0.86 | 0.23 |
| Hex | 56 | 8 | 6C | 14 | 5D | 0 | 3A | 11F | 56 | 17 |
| Octal | 126 | 10 | 154 | 24 | 135 | 0 | 72 | 437 | 126 | 27 |
| Binary | 1010110 | 1000 | 1101100 | 10100 | 1011101 | 0 | 111010 | 100011111 | 1010110 | 10111 |
Color Harmonies of #56086C
Complementary color
Monochromatic Colors of #56086C
Black with #56086C
Text Example
Text Example
White with #56086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56086C; }
p { color: rgb(86,8,108); }
H1.HeaderClassName
{
color: #56086C;
}
.AnyTagClassName
{
color: #56086C;
}
</style>
background-color css
<style>
a { background-color: #56086C; }
a { background-color: rgb(86,8,108); }
div.DivClassName
{
background-color: #56086C;
}
.BgClassName
{
background-color: #56086C;
}
</style>
border-color css
<style>
span { border-color: #56086C; }
span { border-color: rgb(86,8,108); }
td.TdClassName
{
border-color: #56086C;
}
.TagClassName
{
border-color: #56086C;
}
</style>