Shades of Electric Indigo #5905EE
Tints of Electric Indigo #5905EE
RGB
CMYK
RGB Variations
Color information
#5905EE (or 0x5905EE) is known color: Electric Indigo. HEX triplet: 59, 05 and EE. RGB value is (89,5,238). Sum of RGB (Red+Green+Blue) = 89+5+238=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #5905EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5905EE is #A6FA11. Grayscale: #373737. Windows color (decimal): -10942994 or 15598937. OLE color: 15598937.
HSL color Cylindrical-coordinate representation of color #5905EE: hue angle of 261.63º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5905EE is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 5 | 238 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.07 |
| HSL | 261.63º | 0.96% | 0.48% | - |
| HSV(B) | 261.63º | 0.98% | 0.93% | - |
| XYZ | 19.61 | 8.41 | 81.48 | - |
| YUV | 56.68 | 230.33 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 238 | 0.63 | 0.98 | 0 | 0.07 | 261.63 | 0.96 | 0.48 |
| Hex | 59 | 5 | EE | 3F | 62 | 0 | 7 | 106 | 60 | 30 |
| Octal | 131 | 5 | 356 | 77 | 142 | 0 | 7 | 406 | 140 | 60 |
| Binary | 1011001 | 101 | 11101110 | 111111 | 1100010 | 0 | 111 | 100000110 | 1100000 | 110000 |
Color Harmonies of #5905EE
Complementary color
Monochromatic Colors of #5905EE
Black with #5905EE
Text Example
Text Example
White with #5905EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5905EE; }
p { color: rgb(89,5,238); }
H1.HeaderClassName
{
color: #5905EE;
}
.AnyTagClassName
{
color: #5905EE;
}
</style>
background-color css
<style>
a { background-color: #5905EE; }
a { background-color: rgb(89,5,238); }
div.DivClassName
{
background-color: #5905EE;
}
.BgClassName
{
background-color: #5905EE;
}
</style>
border-color css
<style>
span { border-color: #5905EE; }
span { border-color: rgb(89,5,238); }
td.TdClassName
{
border-color: #5905EE;
}
.TagClassName
{
border-color: #5905EE;
}
</style>