Shades of Electric Indigo #5904FF
Tints of Electric Indigo #5904FF
RGB
CMYK
RGB Variations
Color information
#5904FF (or 0x5904FF) is known color: Electric Indigo. HEX triplet: 59, 04 and FF. RGB value is (89,4,255). Sum of RGB (Red+Green+Blue) = 89+4+255=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #5904FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5904FF is #A6FB00. Grayscale: #393939. Windows color (decimal): -10943233 or 16712793. OLE color: 16712793.
HSL color Cylindrical-coordinate representation of color #5904FF: hue angle of 260.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5904FF is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 4 | 255 | - |
| CMYK | 0.65 | 0.98 | 0 | 0 |
| HSL | 260.32º | 1% | 0.51% | - |
| HSV(B) | 260.32º | 0.98% | 1% | - |
| XYZ | 22.21 | 9.43 | 95.26 | - |
| YUV | 58.03 | 239.16 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 255 | 0.65 | 0.98 | 0 | 0 | 260.32 | 1 | 0.51 |
| Hex | 59 | 4 | FF | 41 | 62 | 0 | 0 | 104 | 64 | 33 |
| Octal | 131 | 4 | 377 | 101 | 142 | 0 | 0 | 404 | 144 | 63 |
| Binary | 1011001 | 100 | 11111111 | 1000001 | 1100010 | 0 | 0 | 100000100 | 1100100 | 110011 |
Color Harmonies of #5904FF
Complementary color
Monochromatic Colors of #5904FF
Black with #5904FF
Text Example
Text Example
White with #5904FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5904FF; }
p { color: rgb(89,4,255); }
H1.HeaderClassName
{
color: #5904FF;
}
.AnyTagClassName
{
color: #5904FF;
}
</style>
background-color css
<style>
a { background-color: #5904FF; }
a { background-color: rgb(89,4,255); }
div.DivClassName
{
background-color: #5904FF;
}
.BgClassName
{
background-color: #5904FF;
}
</style>
border-color css
<style>
span { border-color: #5904FF; }
span { border-color: rgb(89,4,255); }
td.TdClassName
{
border-color: #5904FF;
}
.TagClassName
{
border-color: #5904FF;
}
</style>