Shades of Electric Indigo #5602FF
Tints of Electric Indigo #5602FF
RGB
CMYK
RGB Variations
Color information
#5602FF (or 0x5602FF) is known color: Electric Indigo. HEX triplet: 56, 02 and FF. RGB value is (86,2,255). Sum of RGB (Red+Green+Blue) = 86+2+255=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #5602FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5602FF is #A9FD00. Grayscale: #373737. Windows color (decimal): -11140353 or 16712278. OLE color: 16712278.
HSL color Cylindrical-coordinate representation of color #5602FF: hue angle of 259.92º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5602FF is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 2 | 255 | - |
| CMYK | 0.66 | 0.99 | 0 | 0 |
| HSL | 259.92º | 1% | 0.5% | - |
| HSV(B) | 259.92º | 0.99% | 1% | - |
| XYZ | 21.91 | 9.24 | 95.24 | - |
| YUV | 55.96 | 240.33 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 255 | 0.66 | 0.99 | 0 | 0 | 259.92 | 1 | 0.5 |
| Hex | 56 | 2 | FF | 42 | 63 | 0 | 0 | 104 | 64 | 32 |
| Octal | 126 | 2 | 377 | 102 | 143 | 0 | 0 | 404 | 144 | 62 |
| Binary | 1010110 | 10 | 11111111 | 1000010 | 1100011 | 0 | 0 | 100000100 | 1100100 | 110010 |
Color Harmonies of #5602FF
Complementary color
Monochromatic Colors of #5602FF
Black with #5602FF
Text Example
Text Example
White with #5602FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5602FF; }
p { color: rgb(86,2,255); }
H1.HeaderClassName
{
color: #5602FF;
}
.AnyTagClassName
{
color: #5602FF;
}
</style>
background-color css
<style>
a { background-color: #5602FF; }
a { background-color: rgb(86,2,255); }
div.DivClassName
{
background-color: #5602FF;
}
.BgClassName
{
background-color: #5602FF;
}
</style>
border-color css
<style>
span { border-color: #5602FF; }
span { border-color: rgb(86,2,255); }
td.TdClassName
{
border-color: #5602FF;
}
.TagClassName
{
border-color: #5602FF;
}
</style>