Shades of Indigo #5906AC
Tints of Indigo #5906AC
RGB
CMYK
RGB Variations
Color information
#5906AC (or 0x5906AC) is known color: Indigo. HEX triplet: 59, 06 and AC. RGB value is (89,6,172). Sum of RGB (Red+Green+Blue) = 89+6+172=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #5906AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5906AC is #A6F953. Grayscale: #313131. Windows color (decimal): -10942804 or 11273817. OLE color: 11273817.
HSL color Cylindrical-coordinate representation of color #5906AC: hue angle of 270º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5906AC is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 6 | 172 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.33 |
| HSL | 270º | 0.93% | 0.35% | - |
| HSV(B) | 270º | 0.97% | 0.67% | - |
| XYZ | 11.63 | 5.23 | 39.43 | - |
| YUV | 49.74 | 197 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 172 | 0.48 | 0.97 | 0 | 0.33 | 270 | 0.93 | 0.35 |
| Hex | 59 | 6 | AC | 30 | 61 | 0 | 21 | 10E | 5D | 23 |
| Octal | 131 | 6 | 254 | 60 | 141 | 0 | 41 | 416 | 135 | 43 |
| Binary | 1011001 | 110 | 10101100 | 110000 | 1100001 | 0 | 100001 | 100001110 | 1011101 | 100011 |
Color Harmonies of #5906AC
Complementary color
Monochromatic Colors of #5906AC
Black with #5906AC
Text Example
Text Example
White with #5906AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5906AC; }
p { color: rgb(89,6,172); }
H1.HeaderClassName
{
color: #5906AC;
}
.AnyTagClassName
{
color: #5906AC;
}
</style>
background-color css
<style>
a { background-color: #5906AC; }
a { background-color: rgb(89,6,172); }
div.DivClassName
{
background-color: #5906AC;
}
.BgClassName
{
background-color: #5906AC;
}
</style>
border-color css
<style>
span { border-color: #5906AC; }
span { border-color: rgb(89,6,172); }
td.TdClassName
{
border-color: #5906AC;
}
.TagClassName
{
border-color: #5906AC;
}
</style>