Shades of Electric Indigo #5904DB
Tints of Electric Indigo #5904DB
RGB
CMYK
RGB Variations
Color information
#5904DB (or 0x5904DB) is known color: Electric Indigo. HEX triplet: 59, 04 and DB. RGB value is (89,4,219). Sum of RGB (Red+Green+Blue) = 89+4+219=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #5904DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5904DB is #A6FB24. Grayscale: #353535. Windows color (decimal): -10943269 or 14353497. OLE color: 14353497.
HSL color Cylindrical-coordinate representation of color #5904DB: hue angle of 263.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5904DB is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 4 | 219 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.14 |
| HSL | 263.72º | 0.96% | 0.44% | - |
| HSV(B) | 263.72º | 0.98% | 0.86% | - |
| XYZ | 16.95 | 7.33 | 67.54 | - |
| YUV | 53.93 | 221.16 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 219 | 0.59 | 0.98 | 0 | 0.14 | 263.72 | 0.96 | 0.44 |
| Hex | 59 | 4 | DB | 3B | 62 | 0 | E | 108 | 60 | 2C |
| Octal | 131 | 4 | 333 | 73 | 142 | 0 | 16 | 410 | 140 | 54 |
| Binary | 1011001 | 100 | 11011011 | 111011 | 1100010 | 0 | 1110 | 100001000 | 1100000 | 101100 |
Color Harmonies of #5904DB
Complementary color
Monochromatic Colors of #5904DB
Black with #5904DB
Text Example
Text Example
White with #5904DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5904DB; }
p { color: rgb(89,4,219); }
H1.HeaderClassName
{
color: #5904DB;
}
.AnyTagClassName
{
color: #5904DB;
}
</style>
background-color css
<style>
a { background-color: #5904DB; }
a { background-color: rgb(89,4,219); }
div.DivClassName
{
background-color: #5904DB;
}
.BgClassName
{
background-color: #5904DB;
}
</style>
border-color css
<style>
span { border-color: #5904DB; }
span { border-color: rgb(89,4,219); }
td.TdClassName
{
border-color: #5904DB;
}
.TagClassName
{
border-color: #5904DB;
}
</style>