Shades of Indigo #5900AC
Tints of Indigo #5900AC
RGB
CMYK
RGB Variations
Color information
#5900AC (or 0x5900AC) is known color: Indigo. HEX triplet: 59, 00 and AC. RGB value is (89,0,172). Sum of RGB (Red+Green+Blue) = 89+0+172=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #5900AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5900AC is #A6FF53. Grayscale: #2D2D2D. Windows color (decimal): -10944340 or 11272281. OLE color: 11272281.
HSL color Cylindrical-coordinate representation of color #5900AC: hue angle of 271.05º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5900AC is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 0 | 172 | - |
| CMYK | 0.48 | 1 | 0 | 0.33 |
| HSL | 271.05º | 1% | 0.34% | - |
| HSV(B) | 271.05º | 1% | 0.67% | - |
| XYZ | 11.57 | 5.1 | 39.4 | - |
| YUV | 46.22 | 198.99 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 172 | 0.48 | 1 | 0 | 0.33 | 271.05 | 1 | 0.34 |
| Hex | 59 | 0 | AC | 30 | 64 | 0 | 21 | 10F | 64 | 22 |
| Octal | 131 | 0 | 254 | 60 | 144 | 0 | 41 | 417 | 144 | 42 |
| Binary | 1011001 | 0 | 10101100 | 110000 | 1100100 | 0 | 100001 | 100001111 | 1100100 | 100010 |
Color Harmonies of #5900AC
Complementary color
Monochromatic Colors of #5900AC
Black with #5900AC
Text Example
Text Example
White with #5900AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5900AC; }
p { color: rgb(89,0,172); }
H1.HeaderClassName
{
color: #5900AC;
}
.AnyTagClassName
{
color: #5900AC;
}
</style>
background-color css
<style>
a { background-color: #5900AC; }
a { background-color: rgb(89,0,172); }
div.DivClassName
{
background-color: #5900AC;
}
.BgClassName
{
background-color: #5900AC;
}
</style>
border-color css
<style>
span { border-color: #5900AC; }
span { border-color: rgb(89,0,172); }
td.TdClassName
{
border-color: #5900AC;
}
.TagClassName
{
border-color: #5900AC;
}
</style>