Shades of Indigo #5A086E
Tints of Indigo #5A086E
RGB
CMYK
RGB Variations
Color information
#5A086E (or 0x5A086E) is known color: Indigo. HEX triplet: 5A, 08 and 6E. RGB value is (90,8,110). Sum of RGB (Red+Green+Blue) = 90+8+110=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A086E is #A5F791. Grayscale: #2B2B2B. Windows color (decimal): -10876818 or 7211098. OLE color: 7211098.
HSL color Cylindrical-coordinate representation of color #5A086E: hue angle of 288.24º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A086E is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 8 | 110 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.57 |
| HSL | 288.24º | 0.86% | 0.23% | - |
| HSV(B) | 288.24º | 0.93% | 0.43% | - |
| XYZ | 7.12 | 3.47 | 15.05 | - |
| YUV | 44.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 110 | 0.18 | 0.93 | 0 | 0.57 | 288.24 | 0.86 | 0.23 |
| Hex | 5A | 8 | 6E | 12 | 5D | 0 | 39 | 120 | 56 | 17 |
| Octal | 132 | 10 | 156 | 22 | 135 | 0 | 71 | 440 | 126 | 27 |
| Binary | 1011010 | 1000 | 1101110 | 10010 | 1011101 | 0 | 111001 | 100100000 | 1010110 | 10111 |
Color Harmonies of #5A086E
Complementary color
Monochromatic Colors of #5A086E
Black with #5A086E
Text Example
Text Example
White with #5A086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A086E; }
p { color: rgb(90,8,110); }
H1.HeaderClassName
{
color: #5A086E;
}
.AnyTagClassName
{
color: #5A086E;
}
</style>
background-color css
<style>
a { background-color: #5A086E; }
a { background-color: rgb(90,8,110); }
div.DivClassName
{
background-color: #5A086E;
}
.BgClassName
{
background-color: #5A086E;
}
</style>
border-color css
<style>
span { border-color: #5A086E; }
span { border-color: rgb(90,8,110); }
td.TdClassName
{
border-color: #5A086E;
}
.TagClassName
{
border-color: #5A086E;
}
</style>