Shades of Electric Indigo #5505FC
Tints of Electric Indigo #5505FC
RGB
CMYK
RGB Variations
Color information
#5505FC (or 0x5505FC) is known color: Electric Indigo. HEX triplet: 55, 05 and FC. RGB value is (85,5,252). Sum of RGB (Red+Green+Blue) = 85+5+252=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #5505FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5505FC is #AAFA03. Grayscale: #383838. Windows color (decimal): -11205124 or 16516437. OLE color: 16516437.
HSL color Cylindrical-coordinate representation of color #5505FC: hue angle of 259.43º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5505FC is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 5 | 252 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.01 |
| HSL | 259.43º | 0.98% | 0.5% | - |
| HSV(B) | 259.43º | 0.98% | 0.99% | - |
| XYZ | 21.37 | 9.07 | 92.72 | - |
| YUV | 57.08 | 238 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 252 | 0.66 | 0.98 | 0 | 0.01 | 259.43 | 0.98 | 0.5 |
| Hex | 55 | 5 | FC | 42 | 62 | 0 | 1 | 103 | 62 | 32 |
| Octal | 125 | 5 | 374 | 102 | 142 | 0 | 1 | 403 | 142 | 62 |
| Binary | 1010101 | 101 | 11111100 | 1000010 | 1100010 | 0 | 1 | 100000011 | 1100010 | 110010 |
Color Harmonies of #5505FC
Complementary color
Monochromatic Colors of #5505FC
Black with #5505FC
Text Example
Text Example
White with #5505FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5505FC; }
p { color: rgb(85,5,252); }
H1.HeaderClassName
{
color: #5505FC;
}
.AnyTagClassName
{
color: #5505FC;
}
</style>
background-color css
<style>
a { background-color: #5505FC; }
a { background-color: rgb(85,5,252); }
div.DivClassName
{
background-color: #5505FC;
}
.BgClassName
{
background-color: #5505FC;
}
</style>
border-color css
<style>
span { border-color: #5505FC; }
span { border-color: rgb(85,5,252); }
td.TdClassName
{
border-color: #5505FC;
}
.TagClassName
{
border-color: #5505FC;
}
</style>