Shades of Electric Indigo #5600FE
Tints of Electric Indigo #5600FE
RGB
CMYK
RGB Variations
Color information
#5600FE (or 0x5600FE) is known color: Electric Indigo. HEX triplet: 56, 00 and FE. RGB value is (86,0,254). Sum of RGB (Red+Green+Blue) = 86+0+254=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #5600FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5600FE is #A9FF01. Grayscale: #353535. Windows color (decimal): -11140866 or 16646230. OLE color: 16646230.
HSL color Cylindrical-coordinate representation of color #5600FE: hue angle of 260.31º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600FE is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 0 | 254 | - |
| CMYK | 0.66 | 1 | 0 | 0.00 |
| HSL | 260.31º | 1% | 0.5% | - |
| HSV(B) | 260.31º | 1% | 1% | - |
| XYZ | 21.73 | 9.13 | 94.38 | - |
| YUV | 54.67 | 240.49 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 254 | 0.66 | 1 | 0 | 0.00 | 260.31 | 1 | 0.5 |
| Hex | 56 | 0 | FE | 42 | 64 | 0 | 0 | 104 | 64 | 32 |
| Octal | 126 | 0 | 376 | 102 | 144 | 0 | 0 | 404 | 144 | 62 |
| Binary | 1010110 | 0 | 11111110 | 1000010 | 1100100 | 0 | 0 | 100000100 | 1100100 | 110010 |
Color Harmonies of #5600FE
Complementary color
Monochromatic Colors of #5600FE
Black with #5600FE
Text Example
Text Example
White with #5600FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5600FE; }
p { color: rgb(86,0,254); }
H1.HeaderClassName
{
color: #5600FE;
}
.AnyTagClassName
{
color: #5600FE;
}
</style>
background-color css
<style>
a { background-color: #5600FE; }
a { background-color: rgb(86,0,254); }
div.DivClassName
{
background-color: #5600FE;
}
.BgClassName
{
background-color: #5600FE;
}
</style>
border-color css
<style>
span { border-color: #5600FE; }
span { border-color: rgb(86,0,254); }
td.TdClassName
{
border-color: #5600FE;
}
.TagClassName
{
border-color: #5600FE;
}
</style>