Shades of Indigo #5904AD
Tints of Indigo #5904AD
RGB
CMYK
RGB Variations
Color information
#5904AD (or 0x5904AD) is known color: Indigo. HEX triplet: 59, 04 and AD. RGB value is (89,4,173). Sum of RGB (Red+Green+Blue) = 89+4+173=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #5904AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5904AD is #A6FB52. Grayscale: #303030. Windows color (decimal): -10943315 or 11338841. OLE color: 11338841.
HSL color Cylindrical-coordinate representation of color #5904AD: hue angle of 270.18º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5904AD is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 4 | 173 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.32 |
| HSL | 270.18º | 0.95% | 0.35% | - |
| HSV(B) | 270.18º | 0.98% | 0.68% | - |
| XYZ | 11.71 | 5.23 | 39.93 | - |
| YUV | 48.68 | 198.16 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 173 | 0.49 | 0.98 | 0 | 0.32 | 270.18 | 0.95 | 0.35 |
| Hex | 59 | 4 | AD | 31 | 62 | 0 | 20 | 10E | 5F | 23 |
| Octal | 131 | 4 | 255 | 61 | 142 | 0 | 40 | 416 | 137 | 43 |
| Binary | 1011001 | 100 | 10101101 | 110001 | 1100010 | 0 | 100000 | 100001110 | 1011111 | 100011 |
Color Harmonies of #5904AD
Complementary color
Monochromatic Colors of #5904AD
Black with #5904AD
Text Example
Text Example
White with #5904AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5904AD; }
p { color: rgb(89,4,173); }
H1.HeaderClassName
{
color: #5904AD;
}
.AnyTagClassName
{
color: #5904AD;
}
</style>
background-color css
<style>
a { background-color: #5904AD; }
a { background-color: rgb(89,4,173); }
div.DivClassName
{
background-color: #5904AD;
}
.BgClassName
{
background-color: #5904AD;
}
</style>
border-color css
<style>
span { border-color: #5904AD; }
span { border-color: rgb(89,4,173); }
td.TdClassName
{
border-color: #5904AD;
}
.TagClassName
{
border-color: #5904AD;
}
</style>