Shades of Electric Indigo #5804FE
Tints of Electric Indigo #5804FE
RGB
CMYK
RGB Variations
Color information
#5804FE (or 0x5804FE) is known color: Electric Indigo. HEX triplet: 58, 04 and FE. RGB value is (88,4,254). Sum of RGB (Red+Green+Blue) = 88+4+254=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #5804FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5804FE is #A7FB01. Grayscale: #383838. Windows color (decimal): -11008770 or 16647256. OLE color: 16647256.
HSL color Cylindrical-coordinate representation of color #5804FE: hue angle of 260.16º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5804FE is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 4 | 254 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.00 |
| HSL | 260.16º | 0.99% | 0.51% | - |
| HSV(B) | 260.16º | 0.98% | 1% | - |
| XYZ | 21.96 | 9.32 | 94.41 | - |
| YUV | 57.62 | 238.83 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 254 | 0.65 | 0.98 | 0 | 0.00 | 260.16 | 0.99 | 0.51 |
| Hex | 58 | 4 | FE | 41 | 62 | 0 | 0 | 104 | 63 | 33 |
| Octal | 130 | 4 | 376 | 101 | 142 | 0 | 0 | 404 | 143 | 63 |
| Binary | 1011000 | 100 | 11111110 | 1000001 | 1100010 | 0 | 0 | 100000100 | 1100011 | 110011 |
Color Harmonies of #5804FE
Complementary color
Monochromatic Colors of #5804FE
Black with #5804FE
Text Example
Text Example
White with #5804FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5804FE; }
p { color: rgb(88,4,254); }
H1.HeaderClassName
{
color: #5804FE;
}
.AnyTagClassName
{
color: #5804FE;
}
</style>
background-color css
<style>
a { background-color: #5804FE; }
a { background-color: rgb(88,4,254); }
div.DivClassName
{
background-color: #5804FE;
}
.BgClassName
{
background-color: #5804FE;
}
</style>
border-color css
<style>
span { border-color: #5804FE; }
span { border-color: rgb(88,4,254); }
td.TdClassName
{
border-color: #5804FE;
}
.TagClassName
{
border-color: #5804FE;
}
</style>