Shades of Indigo #56056E
Tints of Indigo #56056E
RGB
CMYK
RGB Variations
Color information
#56056E (or 0x56056E) is known color: Indigo. HEX triplet: 56, 05 and 6E. RGB value is (86,5,110). Sum of RGB (Red+Green+Blue) = 86+5+110=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #56056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56056E is #A9FA91. Grayscale: #282828. Windows color (decimal): -11139730 or 7210326. OLE color: 7210326.
HSL color Cylindrical-coordinate representation of color #56056E: hue angle of 286.29º degrees, saturation: 0.91, 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 #56056E is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 5 | 110 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.57 |
| HSL | 286.29º | 0.91% | 0.23% | - |
| HSV(B) | 286.29º | 0.95% | 0.43% | - |
| XYZ | 6.71 | 3.21 | 15.02 | - |
| YUV | 41.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 110 | 0.22 | 0.95 | 0 | 0.57 | 286.29 | 0.91 | 0.23 |
| Hex | 56 | 5 | 6E | 16 | 5F | 0 | 39 | 11E | 5B | 17 |
| Octal | 126 | 5 | 156 | 26 | 137 | 0 | 71 | 436 | 133 | 27 |
| Binary | 1010110 | 101 | 1101110 | 10110 | 1011111 | 0 | 111001 | 100011110 | 1011011 | 10111 |
Color Harmonies of #56056E
Complementary color
Monochromatic Colors of #56056E
Black with #56056E
Text Example
Text Example
White with #56056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56056E; }
p { color: rgb(86,5,110); }
H1.HeaderClassName
{
color: #56056E;
}
.AnyTagClassName
{
color: #56056E;
}
</style>
background-color css
<style>
a { background-color: #56056E; }
a { background-color: rgb(86,5,110); }
div.DivClassName
{
background-color: #56056E;
}
.BgClassName
{
background-color: #56056E;
}
</style>
border-color css
<style>
span { border-color: #56056E; }
span { border-color: rgb(86,5,110); }
td.TdClassName
{
border-color: #56056E;
}
.TagClassName
{
border-color: #56056E;
}
</style>