Shades of Electric Indigo #5504EF
Tints of Electric Indigo #5504EF
RGB
CMYK
RGB Variations
Color information
#5504EF (or 0x5504EF) is known color: Electric Indigo. HEX triplet: 55, 04 and EF. RGB value is (85,4,239). Sum of RGB (Red+Green+Blue) = 85+4+239=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 4 (1.95% from 255 or 1.22% 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 #5504EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5504EF is #AAFB10. Grayscale: #363636. Windows color (decimal): -11205393 or 15664213. OLE color: 15664213.
HSL color Cylindrical-coordinate representation of color #5504EF: hue angle of 260.68º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5504EF is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 4 | 239 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.06 |
| HSL | 260.68º | 0.97% | 0.48% | - |
| HSV(B) | 260.68º | 0.98% | 0.94% | - |
| XYZ | 19.37 | 8.25 | 82.23 | - |
| YUV | 55.01 | 231.84 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 239 | 0.64 | 0.98 | 0 | 0.06 | 260.68 | 0.97 | 0.48 |
| Hex | 55 | 4 | EF | 40 | 62 | 0 | 6 | 105 | 61 | 30 |
| Octal | 125 | 4 | 357 | 100 | 142 | 0 | 6 | 405 | 141 | 60 |
| Binary | 1010101 | 100 | 11101111 | 1000000 | 1100010 | 0 | 110 | 100000101 | 1100001 | 110000 |
Color Harmonies of #5504EF
Complementary color
Monochromatic Colors of #5504EF
Black with #5504EF
Text Example
Text Example
White with #5504EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5504EF; }
p { color: rgb(85,4,239); }
H1.HeaderClassName
{
color: #5504EF;
}
.AnyTagClassName
{
color: #5504EF;
}
</style>
background-color css
<style>
a { background-color: #5504EF; }
a { background-color: rgb(85,4,239); }
div.DivClassName
{
background-color: #5504EF;
}
.BgClassName
{
background-color: #5504EF;
}
</style>
border-color css
<style>
span { border-color: #5504EF; }
span { border-color: rgb(85,4,239); }
td.TdClassName
{
border-color: #5504EF;
}
.TagClassName
{
border-color: #5504EF;
}
</style>