Shades of Electric Indigo #5601FE
Tints of Electric Indigo #5601FE
RGB
CMYK
RGB Variations
Color information
#5601FE (or 0x5601FE) is known color: Electric Indigo. HEX triplet: 56, 01 and FE. RGB value is (86,1,254). Sum of RGB (Red+Green+Blue) = 86+1+254=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #5601FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5601FE is #A9FE01. Grayscale: #363636. Windows color (decimal): -11140610 or 16646486. OLE color: 16646486.
HSL color Cylindrical-coordinate representation of color #5601FE: hue angle of 260.16º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5601FE is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 1 | 254 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.00 |
| HSL | 260.16º | 0.99% | 0.5% | - |
| HSV(B) | 260.16º | 1% | 1% | - |
| XYZ | 21.74 | 9.16 | 94.39 | - |
| YUV | 55.26 | 240.16 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 254 | 0.66 | 1.00 | 0 | 0.00 | 260.16 | 0.99 | 0.5 |
| Hex | 56 | 1 | FE | 42 | 64 | 0 | 0 | 104 | 63 | 32 |
| Octal | 126 | 1 | 376 | 102 | 144 | 0 | 0 | 404 | 143 | 62 |
| Binary | 1010110 | 1 | 11111110 | 1000010 | 1100100 | 0 | 0 | 100000100 | 1100011 | 110010 |
Color Harmonies of #5601FE
Complementary color
Monochromatic Colors of #5601FE
Black with #5601FE
Text Example
Text Example
White with #5601FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5601FE; }
p { color: rgb(86,1,254); }
H1.HeaderClassName
{
color: #5601FE;
}
.AnyTagClassName
{
color: #5601FE;
}
</style>
background-color css
<style>
a { background-color: #5601FE; }
a { background-color: rgb(86,1,254); }
div.DivClassName
{
background-color: #5601FE;
}
.BgClassName
{
background-color: #5601FE;
}
</style>
border-color css
<style>
span { border-color: #5601FE; }
span { border-color: rgb(86,1,254); }
td.TdClassName
{
border-color: #5601FE;
}
.TagClassName
{
border-color: #5601FE;
}
</style>