Shades of Electric Indigo #5602EB
Tints of Electric Indigo #5602EB
RGB
CMYK
RGB Variations
Color information
#5602EB (or 0x5602EB) is known color: Electric Indigo. HEX triplet: 56, 02 and EB. RGB value is (86,2,235). Sum of RGB (Red+Green+Blue) = 86+2+235=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #5602EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5602EB is #A9FD14. Grayscale: #343434. Windows color (decimal): -11140373 or 15401558. OLE color: 15401558.
HSL color Cylindrical-coordinate representation of color #5602EB: hue angle of 261.63º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5602EB is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 2 | 235 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.08 |
| HSL | 261.63º | 0.98% | 0.46% | - |
| HSV(B) | 261.63º | 0.99% | 0.92% | - |
| XYZ | 18.85 | 8.02 | 79.15 | - |
| YUV | 53.68 | 230.33 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 235 | 0.63 | 0.99 | 0 | 0.08 | 261.63 | 0.98 | 0.46 |
| Hex | 56 | 2 | EB | 3F | 63 | 0 | 8 | 106 | 62 | 2E |
| Octal | 126 | 2 | 353 | 77 | 143 | 0 | 10 | 406 | 142 | 56 |
| Binary | 1010110 | 10 | 11101011 | 111111 | 1100011 | 0 | 1000 | 100000110 | 1100010 | 101110 |
Color Harmonies of #5602EB
Complementary color
Monochromatic Colors of #5602EB
Black with #5602EB
Text Example
Text Example
White with #5602EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5602EB; }
p { color: rgb(86,2,235); }
H1.HeaderClassName
{
color: #5602EB;
}
.AnyTagClassName
{
color: #5602EB;
}
</style>
background-color css
<style>
a { background-color: #5602EB; }
a { background-color: rgb(86,2,235); }
div.DivClassName
{
background-color: #5602EB;
}
.BgClassName
{
background-color: #5602EB;
}
</style>
border-color css
<style>
span { border-color: #5602EB; }
span { border-color: rgb(86,2,235); }
td.TdClassName
{
border-color: #5602EB;
}
.TagClassName
{
border-color: #5602EB;
}
</style>