Shades of Electric Indigo #5504FE
Tints of Electric Indigo #5504FE
RGB
CMYK
RGB Variations
Color information
#5504FE (or 0x5504FE) is known color: Electric Indigo. HEX triplet: 55, 04 and FE. RGB value is (85,4,254). Sum of RGB (Red+Green+Blue) = 85+4+254=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 254 (99.61% from 255 or 74.05% from 343); Max value from RGB is 254 - color contains mainly: blue. Hex color #5504FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5504FE is #AAFB01. Grayscale: #373737. Windows color (decimal): -11205378 or 16647253. OLE color: 16647253.
HSL color Cylindrical-coordinate representation of color #5504FE: hue angle of 259.44º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5504FE is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 4 | 254 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.00 |
| HSL | 259.44º | 0.99% | 0.51% | - |
| HSV(B) | 259.44º | 0.98% | 1% | - |
| XYZ | 21.68 | 9.17 | 94.39 | - |
| YUV | 56.72 | 239.34 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 254 | 0.67 | 0.98 | 0 | 0.00 | 259.44 | 0.99 | 0.51 |
| Hex | 55 | 4 | FE | 43 | 62 | 0 | 0 | 103 | 63 | 33 |
| Octal | 125 | 4 | 376 | 103 | 142 | 0 | 0 | 403 | 143 | 63 |
| Binary | 1010101 | 100 | 11111110 | 1000011 | 1100010 | 0 | 0 | 100000011 | 1100011 | 110011 |
Color Harmonies of #5504FE
Complementary color
Monochromatic Colors of #5504FE
Black with #5504FE
Text Example
Text Example
White with #5504FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5504FE; }
p { color: rgb(85,4,254); }
H1.HeaderClassName
{
color: #5504FE;
}
.AnyTagClassName
{
color: #5504FE;
}
</style>
background-color css
<style>
a { background-color: #5504FE; }
a { background-color: rgb(85,4,254); }
div.DivClassName
{
background-color: #5504FE;
}
.BgClassName
{
background-color: #5504FE;
}
</style>
border-color css
<style>
span { border-color: #5504FE; }
span { border-color: rgb(85,4,254); }
td.TdClassName
{
border-color: #5504FE;
}
.TagClassName
{
border-color: #5504FE;
}
</style>