Shades of Indigo #56066E
Tints of Indigo #56066E
RGB
CMYK
RGB Variations
Color information
#56066E (or 0x56066E) is known color: Indigo. HEX triplet: 56, 06 and 6E. RGB value is (86,6,110). Sum of RGB (Red+Green+Blue) = 86+6+110=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #56066E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56066E is #A9F991. Grayscale: #292929. Windows color (decimal): -11139474 or 7210582. OLE color: 7210582.
HSL color Cylindrical-coordinate representation of color #56066E: hue angle of 286.15º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56066E is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 6 | 110 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.57 |
| HSL | 286.15º | 0.9% | 0.23% | - |
| HSV(B) | 286.15º | 0.95% | 0.43% | - |
| XYZ | 6.72 | 3.23 | 15.02 | - |
| YUV | 41.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 110 | 0.22 | 0.95 | 0 | 0.57 | 286.15 | 0.9 | 0.23 |
| Hex | 56 | 6 | 6E | 16 | 5F | 0 | 39 | 11E | 5A | 17 |
| Octal | 126 | 6 | 156 | 26 | 137 | 0 | 71 | 436 | 132 | 27 |
| Binary | 1010110 | 110 | 1101110 | 10110 | 1011111 | 0 | 111001 | 100011110 | 1011010 | 10111 |
Color Harmonies of #56066E
Complementary color
Monochromatic Colors of #56066E
Black with #56066E
Text Example
Text Example
White with #56066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56066E; }
p { color: rgb(86,6,110); }
H1.HeaderClassName
{
color: #56066E;
}
.AnyTagClassName
{
color: #56066E;
}
</style>
background-color css
<style>
a { background-color: #56066E; }
a { background-color: rgb(86,6,110); }
div.DivClassName
{
background-color: #56066E;
}
.BgClassName
{
background-color: #56066E;
}
</style>
border-color css
<style>
span { border-color: #56066E; }
span { border-color: rgb(86,6,110); }
td.TdClassName
{
border-color: #56066E;
}
.TagClassName
{
border-color: #56066E;
}
</style>