Shades of Electric Indigo #5904DD
Tints of Electric Indigo #5904DD
RGB
CMYK
RGB Variations
Color information
#5904DD (or 0x5904DD) is known color: Electric Indigo. HEX triplet: 59, 04 and DD. RGB value is (89,4,221). Sum of RGB (Red+Green+Blue) = 89+4+221=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #5904DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5904DD is #A6FB22. Grayscale: #353535. Windows color (decimal): -10943267 or 14484569. OLE color: 14484569.
HSL color Cylindrical-coordinate representation of color #5904DD: hue angle of 263.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5904DD is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 4 | 221 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.13 |
| HSL | 263.5º | 0.96% | 0.44% | - |
| HSV(B) | 263.5º | 0.98% | 0.87% | - |
| XYZ | 17.21 | 7.43 | 68.93 | - |
| YUV | 54.15 | 222.16 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 221 | 0.60 | 0.98 | 0 | 0.13 | 263.5 | 0.96 | 0.44 |
| Hex | 59 | 4 | DD | 3C | 62 | 0 | D | 108 | 60 | 2C |
| Octal | 131 | 4 | 335 | 74 | 142 | 0 | 15 | 410 | 140 | 54 |
| Binary | 1011001 | 100 | 11011101 | 111100 | 1100010 | 0 | 1101 | 100001000 | 1100000 | 101100 |
Color Harmonies of #5904DD
Complementary color
Monochromatic Colors of #5904DD
Black with #5904DD
Text Example
Text Example
White with #5904DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5904DD; }
p { color: rgb(89,4,221); }
H1.HeaderClassName
{
color: #5904DD;
}
.AnyTagClassName
{
color: #5904DD;
}
</style>
background-color css
<style>
a { background-color: #5904DD; }
a { background-color: rgb(89,4,221); }
div.DivClassName
{
background-color: #5904DD;
}
.BgClassName
{
background-color: #5904DD;
}
</style>
border-color css
<style>
span { border-color: #5904DD; }
span { border-color: rgb(89,4,221); }
td.TdClassName
{
border-color: #5904DD;
}
.TagClassName
{
border-color: #5904DD;
}
</style>