Shades of Electric Indigo #5501EC
Tints of Electric Indigo #5501EC
RGB
CMYK
RGB Variations
Color information
#5501EC (or 0x5501EC) is known color: Electric Indigo. HEX triplet: 55, 01 and EC. RGB value is (85,1,236). Sum of RGB (Red+Green+Blue) = 85+1+236=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #5501EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5501EC is #AAFE13. Grayscale: #343434. Windows color (decimal): -11206164 or 15466837. OLE color: 15466837.
HSL color Cylindrical-coordinate representation of color #5501EC: hue angle of 261.45º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5501EC is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 1 | 236 | - |
| CMYK | 0.64 | 1.00 | 0 | 0.07 |
| HSL | 261.45º | 0.99% | 0.46% | - |
| HSV(B) | 261.45º | 1% | 0.93% | - |
| XYZ | 18.9 | 8.01 | 79.91 | - |
| YUV | 52.91 | 231.33 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 236 | 0.64 | 1.00 | 0 | 0.07 | 261.45 | 0.99 | 0.46 |
| Hex | 55 | 1 | EC | 40 | 64 | 0 | 7 | 105 | 63 | 2E |
| Octal | 125 | 1 | 354 | 100 | 144 | 0 | 7 | 405 | 143 | 56 |
| Binary | 1010101 | 1 | 11101100 | 1000000 | 1100100 | 0 | 111 | 100000101 | 1100011 | 101110 |
Color Harmonies of #5501EC
Complementary color
Monochromatic Colors of #5501EC
Black with #5501EC
Text Example
Text Example
White with #5501EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5501EC; }
p { color: rgb(85,1,236); }
H1.HeaderClassName
{
color: #5501EC;
}
.AnyTagClassName
{
color: #5501EC;
}
</style>
background-color css
<style>
a { background-color: #5501EC; }
a { background-color: rgb(85,1,236); }
div.DivClassName
{
background-color: #5501EC;
}
.BgClassName
{
background-color: #5501EC;
}
</style>
border-color css
<style>
span { border-color: #5501EC; }
span { border-color: rgb(85,1,236); }
td.TdClassName
{
border-color: #5501EC;
}
.TagClassName
{
border-color: #5501EC;
}
</style>