Shades of Electric Indigo #5504FF
Tints of Electric Indigo #5504FF
RGB
CMYK
RGB Variations
Color information
#5504FF (or 0x5504FF) is known color: Electric Indigo. HEX triplet: 55, 04 and FF. RGB value is (85,4,255). Sum of RGB (Red+Green+Blue) = 85+4+255=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #5504FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5504FF is #AAFB00. Grayscale: #373737. Windows color (decimal): -11205377 or 16712789. OLE color: 16712789.
HSL color Cylindrical-coordinate representation of color #5504FF: hue angle of 259.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5504FF is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 4 | 255 | - |
| CMYK | 0.67 | 0.98 | 0 | 0 |
| HSL | 259.36º | 1% | 0.51% | - |
| HSV(B) | 259.36º | 0.98% | 1% | - |
| XYZ | 21.84 | 9.24 | 95.24 | - |
| YUV | 56.83 | 239.84 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 255 | 0.67 | 0.98 | 0 | 0 | 259.36 | 1 | 0.51 |
| Hex | 55 | 4 | FF | 43 | 62 | 0 | 0 | 103 | 64 | 33 |
| Octal | 125 | 4 | 377 | 103 | 142 | 0 | 0 | 403 | 144 | 63 |
| Binary | 1010101 | 100 | 11111111 | 1000011 | 1100010 | 0 | 0 | 100000011 | 1100100 | 110011 |
Color Harmonies of #5504FF
Complementary color
Monochromatic Colors of #5504FF
Black with #5504FF
Text Example
Text Example
White with #5504FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5504FF; }
p { color: rgb(85,4,255); }
H1.HeaderClassName
{
color: #5504FF;
}
.AnyTagClassName
{
color: #5504FF;
}
</style>
background-color css
<style>
a { background-color: #5504FF; }
a { background-color: rgb(85,4,255); }
div.DivClassName
{
background-color: #5504FF;
}
.BgClassName
{
background-color: #5504FF;
}
</style>
border-color css
<style>
span { border-color: #5504FF; }
span { border-color: rgb(85,4,255); }
td.TdClassName
{
border-color: #5504FF;
}
.TagClassName
{
border-color: #5504FF;
}
</style>