Shades of Electric Indigo #5600E8
Tints of Electric Indigo #5600E8
RGB
CMYK
RGB Variations
Color information
#5600E8 (or 0x5600E8) is known color: Electric Indigo. HEX triplet: 56, 00 and E8. RGB value is (86,0,232). Sum of RGB (Red+Green+Blue) = 86+0+232=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 232 (91.02% from 255 or 72.96% from 318); Max value from RGB is 232 - color contains mainly: blue. Hex color #5600E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5600E8 is #A9FF17. Grayscale: #333333. Windows color (decimal): -11140888 or 15204438. OLE color: 15204438.
HSL color Cylindrical-coordinate representation of color #5600E8: hue angle of 262.24º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600E8 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 0 | 232 | - |
| CMYK | 0.63 | 1 | 0 | 0.09 |
| HSL | 262.24º | 1% | 0.45% | - |
| HSV(B) | 262.24º | 1% | 0.91% | - |
| XYZ | 18.4 | 7.8 | 76.88 | - |
| YUV | 52.16 | 229.49 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 232 | 0.63 | 1 | 0 | 0.09 | 262.24 | 1 | 0.45 |
| Hex | 56 | 0 | E8 | 3F | 64 | 0 | 9 | 106 | 64 | 2D |
| Octal | 126 | 0 | 350 | 77 | 144 | 0 | 11 | 406 | 144 | 55 |
| Binary | 1010110 | 0 | 11101000 | 111111 | 1100100 | 0 | 1001 | 100000110 | 1100100 | 101101 |
Color Harmonies of #5600E8
Complementary color
Monochromatic Colors of #5600E8
Black with #5600E8
Text Example
Text Example
White with #5600E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5600E8; }
p { color: rgb(86,0,232); }
H1.HeaderClassName
{
color: #5600E8;
}
.AnyTagClassName
{
color: #5600E8;
}
</style>
background-color css
<style>
a { background-color: #5600E8; }
a { background-color: rgb(86,0,232); }
div.DivClassName
{
background-color: #5600E8;
}
.BgClassName
{
background-color: #5600E8;
}
</style>
border-color css
<style>
span { border-color: #5600E8; }
span { border-color: rgb(86,0,232); }
td.TdClassName
{
border-color: #5600E8;
}
.TagClassName
{
border-color: #5600E8;
}
</style>