Shades of Electric Indigo #5904FC
Tints of Electric Indigo #5904FC
RGB
CMYK
RGB Variations
Color information
#5904FC (or 0x5904FC) is known color: Electric Indigo. HEX triplet: 59, 04 and FC. RGB value is (89,4,252). Sum of RGB (Red+Green+Blue) = 89+4+252=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #5904FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5904FC is #A6FB03. Grayscale: #383838. Windows color (decimal): -10943236 or 16516185. OLE color: 16516185.
HSL color Cylindrical-coordinate representation of color #5904FC: hue angle of 260.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5904FC is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 4 | 252 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.01 |
| HSL | 260.56º | 0.98% | 0.5% | - |
| HSV(B) | 260.56º | 0.98% | 0.99% | - |
| XYZ | 21.73 | 9.24 | 92.73 | - |
| YUV | 57.69 | 237.66 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 252 | 0.65 | 0.98 | 0 | 0.01 | 260.56 | 0.98 | 0.5 |
| Hex | 59 | 4 | FC | 41 | 62 | 0 | 1 | 105 | 62 | 32 |
| Octal | 131 | 4 | 374 | 101 | 142 | 0 | 1 | 405 | 142 | 62 |
| Binary | 1011001 | 100 | 11111100 | 1000001 | 1100010 | 0 | 1 | 100000101 | 1100010 | 110010 |
Color Harmonies of #5904FC
Complementary color
Monochromatic Colors of #5904FC
Black with #5904FC
Text Example
Text Example
White with #5904FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5904FC; }
p { color: rgb(89,4,252); }
H1.HeaderClassName
{
color: #5904FC;
}
.AnyTagClassName
{
color: #5904FC;
}
</style>
background-color css
<style>
a { background-color: #5904FC; }
a { background-color: rgb(89,4,252); }
div.DivClassName
{
background-color: #5904FC;
}
.BgClassName
{
background-color: #5904FC;
}
</style>
border-color css
<style>
span { border-color: #5904FC; }
span { border-color: rgb(89,4,252); }
td.TdClassName
{
border-color: #5904FC;
}
.TagClassName
{
border-color: #5904FC;
}
</style>