Shades of Electric Indigo #5905EB
Tints of Electric Indigo #5905EB
RGB
CMYK
RGB Variations
Color information
#5905EB (or 0x5905EB) is known color: Electric Indigo. HEX triplet: 59, 05 and EB. RGB value is (89,5,235). Sum of RGB (Red+Green+Blue) = 89+5+235=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #5905EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5905EB is #A6FA14. Grayscale: #373737. Windows color (decimal): -10942997 or 15402329. OLE color: 15402329.
HSL color Cylindrical-coordinate representation of color #5905EB: hue angle of 261.91º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5905EB is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 5 | 235 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.08 |
| HSL | 261.91º | 0.96% | 0.47% | - |
| HSV(B) | 261.91º | 0.98% | 0.92% | - |
| XYZ | 19.17 | 8.23 | 79.18 | - |
| YUV | 56.34 | 228.83 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 235 | 0.62 | 0.98 | 0 | 0.08 | 261.91 | 0.96 | 0.47 |
| Hex | 59 | 5 | EB | 3E | 62 | 0 | 8 | 106 | 60 | 2F |
| Octal | 131 | 5 | 353 | 76 | 142 | 0 | 10 | 406 | 140 | 57 |
| Binary | 1011001 | 101 | 11101011 | 111110 | 1100010 | 0 | 1000 | 100000110 | 1100000 | 101111 |
Color Harmonies of #5905EB
Complementary color
Monochromatic Colors of #5905EB
Black with #5905EB
Text Example
Text Example
White with #5905EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5905EB; }
p { color: rgb(89,5,235); }
H1.HeaderClassName
{
color: #5905EB;
}
.AnyTagClassName
{
color: #5905EB;
}
</style>
background-color css
<style>
a { background-color: #5905EB; }
a { background-color: rgb(89,5,235); }
div.DivClassName
{
background-color: #5905EB;
}
.BgClassName
{
background-color: #5905EB;
}
</style>
border-color css
<style>
span { border-color: #5905EB; }
span { border-color: rgb(89,5,235); }
td.TdClassName
{
border-color: #5905EB;
}
.TagClassName
{
border-color: #5905EB;
}
</style>