Shades of Indigo #56056C
Tints of Indigo #56056C
RGB
CMYK
RGB Variations
Color information
#56056C (or 0x56056C) is known color: Indigo. HEX triplet: 56, 05 and 6C. RGB value is (86,5,108). Sum of RGB (Red+Green+Blue) = 86+5+108=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #56056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56056C is #A9FA93. Grayscale: #282828. Windows color (decimal): -11139732 or 7079254. OLE color: 7079254.
HSL color Cylindrical-coordinate representation of color #56056C: hue angle of 287.18º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56056C is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 5 | 108 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.58 |
| HSL | 287.18º | 0.91% | 0.22% | - |
| HSV(B) | 287.18º | 0.95% | 0.42% | - |
| XYZ | 6.6 | 3.17 | 14.45 | - |
| YUV | 40.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 108 | 0.20 | 0.95 | 0 | 0.58 | 287.18 | 0.91 | 0.22 |
| Hex | 56 | 5 | 6C | 14 | 5F | 0 | 3A | 11F | 5B | 16 |
| Octal | 126 | 5 | 154 | 24 | 137 | 0 | 72 | 437 | 133 | 26 |
| Binary | 1010110 | 101 | 1101100 | 10100 | 1011111 | 0 | 111010 | 100011111 | 1011011 | 10110 |
Color Harmonies of #56056C
Complementary color
Monochromatic Colors of #56056C
Black with #56056C
Text Example
Text Example
White with #56056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56056C; }
p { color: rgb(86,5,108); }
H1.HeaderClassName
{
color: #56056C;
}
.AnyTagClassName
{
color: #56056C;
}
</style>
background-color css
<style>
a { background-color: #56056C; }
a { background-color: rgb(86,5,108); }
div.DivClassName
{
background-color: #56056C;
}
.BgClassName
{
background-color: #56056C;
}
</style>
border-color css
<style>
span { border-color: #56056C; }
span { border-color: rgb(86,5,108); }
td.TdClassName
{
border-color: #56056C;
}
.TagClassName
{
border-color: #56056C;
}
</style>