Shades of Electric Indigo #5502EF
Tints of Electric Indigo #5502EF
RGB
CMYK
RGB Variations
Color information
#5502EF (or 0x5502EF) is known color: Electric Indigo. HEX triplet: 55, 02 and EF. RGB value is (85,2,239). Sum of RGB (Red+Green+Blue) = 85+2+239=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #5502EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5502EF is #AAFD10. Grayscale: #343434. Windows color (decimal): -11205905 or 15663701. OLE color: 15663701.
HSL color Cylindrical-coordinate representation of color #5502EF: hue angle of 261.01º 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 #5502EF is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 2 | 239 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.06 |
| HSL | 261.01º | 0.98% | 0.47% | - |
| HSV(B) | 261.01º | 0.99% | 0.94% | - |
| XYZ | 19.35 | 8.21 | 82.23 | - |
| YUV | 53.84 | 232.5 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 239 | 0.64 | 0.99 | 0 | 0.06 | 261.01 | 0.98 | 0.47 |
| Hex | 55 | 2 | EF | 40 | 63 | 0 | 6 | 105 | 62 | 2F |
| Octal | 125 | 2 | 357 | 100 | 143 | 0 | 6 | 405 | 142 | 57 |
| Binary | 1010101 | 10 | 11101111 | 1000000 | 1100011 | 0 | 110 | 100000101 | 1100010 | 101111 |
Color Harmonies of #5502EF
Complementary color
Monochromatic Colors of #5502EF
Black with #5502EF
Text Example
Text Example
White with #5502EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5502EF; }
p { color: rgb(85,2,239); }
H1.HeaderClassName
{
color: #5502EF;
}
.AnyTagClassName
{
color: #5502EF;
}
</style>
background-color css
<style>
a { background-color: #5502EF; }
a { background-color: rgb(85,2,239); }
div.DivClassName
{
background-color: #5502EF;
}
.BgClassName
{
background-color: #5502EF;
}
</style>
border-color css
<style>
span { border-color: #5502EF; }
span { border-color: rgb(85,2,239); }
td.TdClassName
{
border-color: #5502EF;
}
.TagClassName
{
border-color: #5502EF;
}
</style>