Shades of Electric Indigo #5602EE
Tints of Electric Indigo #5602EE
RGB
CMYK
RGB Variations
Color information
#5602EE (or 0x5602EE) is known color: Electric Indigo. HEX triplet: 56, 02 and EE. RGB value is (86,2,238). Sum of RGB (Red+Green+Blue) = 86+2+238=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 238 (93.36% from 255 or 73.01% from 326); Max value from RGB is 238 - color contains mainly: blue. Hex color #5602EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5602EE is #A9FD11. Grayscale: #353535. Windows color (decimal): -11140370 or 15598166. OLE color: 15598166.
HSL color Cylindrical-coordinate representation of color #5602EE: hue angle of 261.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5602EE is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 2 | 238 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.07 |
| HSL | 261.36º | 0.98% | 0.47% | - |
| HSV(B) | 261.36º | 0.99% | 0.93% | - |
| XYZ | 19.29 | 8.19 | 81.45 | - |
| YUV | 54.02 | 231.83 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 238 | 0.64 | 0.99 | 0 | 0.07 | 261.36 | 0.98 | 0.47 |
| Hex | 56 | 2 | EE | 40 | 63 | 0 | 7 | 105 | 62 | 2F |
| Octal | 126 | 2 | 356 | 100 | 143 | 0 | 7 | 405 | 142 | 57 |
| Binary | 1010110 | 10 | 11101110 | 1000000 | 1100011 | 0 | 111 | 100000101 | 1100010 | 101111 |
Color Harmonies of #5602EE
Complementary color
Monochromatic Colors of #5602EE
Black with #5602EE
Text Example
Text Example
White with #5602EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5602EE; }
p { color: rgb(86,2,238); }
H1.HeaderClassName
{
color: #5602EE;
}
.AnyTagClassName
{
color: #5602EE;
}
</style>
background-color css
<style>
a { background-color: #5602EE; }
a { background-color: rgb(86,2,238); }
div.DivClassName
{
background-color: #5602EE;
}
.BgClassName
{
background-color: #5602EE;
}
</style>
border-color css
<style>
span { border-color: #5602EE; }
span { border-color: rgb(86,2,238); }
td.TdClassName
{
border-color: #5602EE;
}
.TagClassName
{
border-color: #5602EE;
}
</style>