Shades of Electric Indigo #5805EB
Tints of Electric Indigo #5805EB
RGB
CMYK
RGB Variations
Color information
#5805EB (or 0x5805EB) is known color: Electric Indigo. HEX triplet: 58, 05 and EB. RGB value is (88,5,235). Sum of RGB (Red+Green+Blue) = 88+5+235=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #5805EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5805EB is #A7FA14. Grayscale: #373737. Windows color (decimal): -11008533 or 15402328. OLE color: 15402328.
HSL color Cylindrical-coordinate representation of color #5805EB: hue angle of 261.65º 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 #5805EB is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 5 | 235 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.08 |
| HSL | 261.65º | 0.96% | 0.47% | - |
| HSV(B) | 261.65º | 0.98% | 0.92% | - |
| XYZ | 19.07 | 8.18 | 79.17 | - |
| YUV | 56.04 | 229 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 235 | 0.63 | 0.98 | 0 | 0.08 | 261.65 | 0.96 | 0.47 |
| Hex | 58 | 5 | EB | 3F | 62 | 0 | 8 | 106 | 60 | 2F |
| Octal | 130 | 5 | 353 | 77 | 142 | 0 | 10 | 406 | 140 | 57 |
| Binary | 1011000 | 101 | 11101011 | 111111 | 1100010 | 0 | 1000 | 100000110 | 1100000 | 101111 |
Color Harmonies of #5805EB
Complementary color
Monochromatic Colors of #5805EB
Black with #5805EB
Text Example
Text Example
White with #5805EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5805EB; }
p { color: rgb(88,5,235); }
H1.HeaderClassName
{
color: #5805EB;
}
.AnyTagClassName
{
color: #5805EB;
}
</style>
background-color css
<style>
a { background-color: #5805EB; }
a { background-color: rgb(88,5,235); }
div.DivClassName
{
background-color: #5805EB;
}
.BgClassName
{
background-color: #5805EB;
}
</style>
border-color css
<style>
span { border-color: #5805EB; }
span { border-color: rgb(88,5,235); }
td.TdClassName
{
border-color: #5805EB;
}
.TagClassName
{
border-color: #5805EB;
}
</style>