Shades of Indigo #5906AB
Tints of Indigo #5906AB
RGB
CMYK
RGB Variations
Color information
#5906AB (or 0x5906AB) is known color: Indigo. HEX triplet: 59, 06 and AB. RGB value is (89,6,171). Sum of RGB (Red+Green+Blue) = 89+6+171=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #5906AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5906AB is #A6F954. Grayscale: #313131. Windows color (decimal): -10942805 or 11208281. OLE color: 11208281.
HSL color Cylindrical-coordinate representation of color #5906AB: hue angle of 270.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5906AB is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 6 | 171 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.33 |
| HSL | 270.18º | 0.93% | 0.35% | - |
| HSV(B) | 270.18º | 0.96% | 0.67% | - |
| XYZ | 11.54 | 5.19 | 38.92 | - |
| YUV | 49.63 | 196.5 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 171 | 0.48 | 0.96 | 0 | 0.33 | 270.18 | 0.93 | 0.35 |
| Hex | 59 | 6 | AB | 30 | 60 | 0 | 21 | 10E | 5D | 23 |
| Octal | 131 | 6 | 253 | 60 | 140 | 0 | 41 | 416 | 135 | 43 |
| Binary | 1011001 | 110 | 10101011 | 110000 | 1100000 | 0 | 100001 | 100001110 | 1011101 | 100011 |
Color Harmonies of #5906AB
Complementary color
Monochromatic Colors of #5906AB
Black with #5906AB
Text Example
Text Example
White with #5906AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5906AB; }
p { color: rgb(89,6,171); }
H1.HeaderClassName
{
color: #5906AB;
}
.AnyTagClassName
{
color: #5906AB;
}
</style>
background-color css
<style>
a { background-color: #5906AB; }
a { background-color: rgb(89,6,171); }
div.DivClassName
{
background-color: #5906AB;
}
.BgClassName
{
background-color: #5906AB;
}
</style>
border-color css
<style>
span { border-color: #5906AB; }
span { border-color: rgb(89,6,171); }
td.TdClassName
{
border-color: #5906AB;
}
.TagClassName
{
border-color: #5906AB;
}
</style>