Shades of Electric Indigo #5603EF
Tints of Electric Indigo #5603EF
RGB
CMYK
RGB Variations
Color information
#5603EF (or 0x5603EF) is known color: Electric Indigo. HEX triplet: 56, 03 and EF. RGB value is (86,3,239). Sum of RGB (Red+Green+Blue) = 86+3+239=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #5603EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5603EF is #A9FC10. Grayscale: #353535. Windows color (decimal): -11140113 or 15663958. OLE color: 15663958.
HSL color Cylindrical-coordinate representation of color #5603EF: hue angle of 261.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5603EF is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 3 | 239 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.06 |
| HSL | 261.1º | 0.98% | 0.47% | - |
| HSV(B) | 261.1º | 0.99% | 0.94% | - |
| XYZ | 19.45 | 8.28 | 82.23 | - |
| YUV | 54.72 | 232 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 239 | 0.64 | 0.99 | 0 | 0.06 | 261.1 | 0.98 | 0.47 |
| Hex | 56 | 3 | EF | 40 | 63 | 0 | 6 | 105 | 62 | 2F |
| Octal | 126 | 3 | 357 | 100 | 143 | 0 | 6 | 405 | 142 | 57 |
| Binary | 1010110 | 11 | 11101111 | 1000000 | 1100011 | 0 | 110 | 100000101 | 1100010 | 101111 |
Color Harmonies of #5603EF
Complementary color
Monochromatic Colors of #5603EF
Black with #5603EF
Text Example
Text Example
White with #5603EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5603EF; }
p { color: rgb(86,3,239); }
H1.HeaderClassName
{
color: #5603EF;
}
.AnyTagClassName
{
color: #5603EF;
}
</style>
background-color css
<style>
a { background-color: #5603EF; }
a { background-color: rgb(86,3,239); }
div.DivClassName
{
background-color: #5603EF;
}
.BgClassName
{
background-color: #5603EF;
}
</style>
border-color css
<style>
span { border-color: #5603EF; }
span { border-color: rgb(86,3,239); }
td.TdClassName
{
border-color: #5603EF;
}
.TagClassName
{
border-color: #5603EF;
}
</style>