Shades of Electric Indigo #5900FE
Tints of Electric Indigo #5900FE
RGB
CMYK
RGB Variations
Color information
#5900FE (or 0x5900FE) is known color: Electric Indigo. HEX triplet: 59, 00 and FE. RGB value is (89,0,254). Sum of RGB (Red+Green+Blue) = 89+0+254=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 254 (99.61% from 255 or 74.05% from 343); Max value from RGB is 254 - color contains mainly: blue. Hex color #5900FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5900FE is #A6FF01. Grayscale: #363636. Windows color (decimal): -10944258 or 16646233. OLE color: 16646233.
HSL color Cylindrical-coordinate representation of color #5900FE: hue angle of 261.02º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5900FE is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 0 | 254 | - |
| CMYK | 0.65 | 1 | 0 | 0.00 |
| HSL | 261.02º | 1% | 0.5% | - |
| HSV(B) | 261.02º | 1% | 1% | - |
| XYZ | 22.01 | 9.28 | 94.4 | - |
| YUV | 55.57 | 239.99 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 254 | 0.65 | 1 | 0 | 0.00 | 261.02 | 1 | 0.5 |
| Hex | 59 | 0 | FE | 41 | 64 | 0 | 0 | 105 | 64 | 32 |
| Octal | 131 | 0 | 376 | 101 | 144 | 0 | 0 | 405 | 144 | 62 |
| Binary | 1011001 | 0 | 11111110 | 1000001 | 1100100 | 0 | 0 | 100000101 | 1100100 | 110010 |
Color Harmonies of #5900FE
Complementary color
Monochromatic Colors of #5900FE
Black with #5900FE
Text Example
Text Example
White with #5900FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5900FE; }
p { color: rgb(89,0,254); }
H1.HeaderClassName
{
color: #5900FE;
}
.AnyTagClassName
{
color: #5900FE;
}
</style>
background-color css
<style>
a { background-color: #5900FE; }
a { background-color: rgb(89,0,254); }
div.DivClassName
{
background-color: #5900FE;
}
.BgClassName
{
background-color: #5900FE;
}
</style>
border-color css
<style>
span { border-color: #5900FE; }
span { border-color: rgb(89,0,254); }
td.TdClassName
{
border-color: #5900FE;
}
.TagClassName
{
border-color: #5900FE;
}
</style>