Shades of Indigo #56086A
Tints of Indigo #56086A
RGB
CMYK
RGB Variations
Color information
#56086A (or 0x56086A) is known color: Indigo. HEX triplet: 56, 08 and 6A. RGB value is (86,8,106). Sum of RGB (Red+Green+Blue) = 86+8+106=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 106 (41.80% from 255 or 53% from 200); Max value from RGB is 106 - color contains mainly: blue. Hex color #56086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56086A is #A9F795. Grayscale: #2A2A2A. Windows color (decimal): -11138966 or 6948950. OLE color: 6948950.
HSL color Cylindrical-coordinate representation of color #56086A: hue angle of 287.76º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56086A is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 8 | 106 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.58 |
| HSL | 287.76º | 0.86% | 0.22% | - |
| HSV(B) | 287.76º | 0.92% | 0.42% | - |
| XYZ | 6.53 | 3.19 | 13.91 | - |
| YUV | 42.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 106 | 0.19 | 0.92 | 0 | 0.58 | 287.76 | 0.86 | 0.22 |
| Hex | 56 | 8 | 6A | 13 | 5C | 0 | 3A | 120 | 56 | 16 |
| Octal | 126 | 10 | 152 | 23 | 134 | 0 | 72 | 440 | 126 | 26 |
| Binary | 1010110 | 1000 | 1101010 | 10011 | 1011100 | 0 | 111010 | 100100000 | 1010110 | 10110 |
Color Harmonies of #56086A
Complementary color
Monochromatic Colors of #56086A
Black with #56086A
Text Example
Text Example
White with #56086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56086A; }
p { color: rgb(86,8,106); }
H1.HeaderClassName
{
color: #56086A;
}
.AnyTagClassName
{
color: #56086A;
}
</style>
background-color css
<style>
a { background-color: #56086A; }
a { background-color: rgb(86,8,106); }
div.DivClassName
{
background-color: #56086A;
}
.BgClassName
{
background-color: #56086A;
}
</style>
border-color css
<style>
span { border-color: #56086A; }
span { border-color: rgb(86,8,106); }
td.TdClassName
{
border-color: #56086A;
}
.TagClassName
{
border-color: #56086A;
}
</style>