Shades of Indigo #5905AC
Tints of Indigo #5905AC
RGB
CMYK
RGB Variations
Color information
#5905AC (or 0x5905AC) is known color: Indigo. HEX triplet: 59, 05 and AC. RGB value is (89,5,172). Sum of RGB (Red+Green+Blue) = 89+5+172=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #5905AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5905AC is #A6FA53. Grayscale: #303030. Windows color (decimal): -10943060 or 11273561. OLE color: 11273561.
HSL color Cylindrical-coordinate representation of color #5905AC: hue angle of 270.18º degrees, saturation: 0.94, 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 #5905AC is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 5 | 172 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.33 |
| HSL | 270.18º | 0.94% | 0.35% | - |
| HSV(B) | 270.18º | 0.97% | 0.67% | - |
| XYZ | 11.62 | 5.21 | 39.42 | - |
| YUV | 49.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 172 | 0.48 | 0.97 | 0 | 0.33 | 270.18 | 0.94 | 0.35 |
| Hex | 59 | 5 | AC | 30 | 61 | 0 | 21 | 10E | 5E | 23 |
| Octal | 131 | 5 | 254 | 60 | 141 | 0 | 41 | 416 | 136 | 43 |
| Binary | 1011001 | 101 | 10101100 | 110000 | 1100001 | 0 | 100001 | 100001110 | 1011110 | 100011 |
Color Harmonies of #5905AC
Complementary color
Monochromatic Colors of #5905AC
Black with #5905AC
Text Example
Text Example
White with #5905AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5905AC; }
p { color: rgb(89,5,172); }
H1.HeaderClassName
{
color: #5905AC;
}
.AnyTagClassName
{
color: #5905AC;
}
</style>
background-color css
<style>
a { background-color: #5905AC; }
a { background-color: rgb(89,5,172); }
div.DivClassName
{
background-color: #5905AC;
}
.BgClassName
{
background-color: #5905AC;
}
</style>
border-color css
<style>
span { border-color: #5905AC; }
span { border-color: rgb(89,5,172); }
td.TdClassName
{
border-color: #5905AC;
}
.TagClassName
{
border-color: #5905AC;
}
</style>