Shades of Electric Indigo #5E08EB
Tints of Electric Indigo #5E08EB
RGB
CMYK
RGB Variations
Color information
#5E08EB (or 0x5E08EB) is known color: Electric Indigo. HEX triplet: 5E, 08 and EB. RGB value is (94,8,235). Sum of RGB (Red+Green+Blue) = 94+8+235=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E08EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E08EB is #A1F714. Grayscale: #3A3A3A. Windows color (decimal): -10614549 or 15403102. OLE color: 15403102.
HSL color Cylindrical-coordinate representation of color #5E08EB: hue angle of 262.73º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E08EB is Cyan = 0.6, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 94 | 8 | 235 | - |
CMYK | 0.6 | 0.97 | 0 | 0.08 |
HSL | 262.73º | 0.93% | 0.48% | - |
HSV(B) | 262.73º | 0.97% | 0.92% | - |
XYZ | 19.7 | 8.55 | 79.21 | - |
YUV | 59.59 | 226.99 | 152.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 8 | 235 | 0.6 | 0.97 | 0 | 0.08 | 262.73 | 0.93 | 0.48 |
Hex | 5E | 8 | EB | 3C | 61 | 0 | 8 | 107 | 5D | 30 |
Octal | 136 | 10 | 353 | 74 | 141 | 0 | 10 | 407 | 135 | 60 |
Binary | 1011110 | 1000 | 11101011 | 111100 | 1100001 | 0 | 1000 | 100000111 | 1011101 | 110000 |
Color Harmonies of #5E08EB
Complementary color
Monochromatic Colors of #5E08EB
Black with #5E08EB
Text Example
Text Example
White with #5E08EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E08EB; }
p { color: rgb(94,8,235); }
H1.HeaderClassName
{
color: #5E08EB;
}
.AnyTagClassName
{
color: #5E08EB;
}
</style>
background-color css
<style>
a { background-color: #5E08EB; }
a { background-color: rgb(94,8,235); }
div.DivClassName
{
background-color: #5E08EB;
}
.BgClassName
{
background-color: #5E08EB;
}
</style>
border-color css
<style>
span { border-color: #5E08EB; }
span { border-color: rgb(94,8,235); }
td.TdClassName
{
border-color: #5E08EB;
}
.TagClassName
{
border-color: #5E08EB;
}
</style>