Shades of Electric Indigo #5600F8
Tints of Electric Indigo #5600F8
RGB
CMYK
RGB Variations
Color information
#5600F8 (or 0x5600F8) is known color: Electric Indigo. HEX triplet: 56, 00 and F8. RGB value is (86,0,248). Sum of RGB (Red+Green+Blue) = 86+0+248=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 248 (97.27% from 255 or 74.25% from 334); Max value from RGB is 248 - color contains mainly: blue. Hex color #5600F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5600F8 is #A9FF07. Grayscale: #353535. Windows color (decimal): -11140872 or 16253014. OLE color: 16253014.
HSL color Cylindrical-coordinate representation of color #5600F8: hue angle of 260.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600F8 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 0 | 248 | - |
| CMYK | 0.65 | 1 | 0 | 0.03 |
| HSL | 260.81º | 1% | 0.49% | - |
| HSV(B) | 260.81º | 1% | 0.97% | - |
| XYZ | 20.78 | 8.76 | 89.4 | - |
| YUV | 53.99 | 237.49 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 248 | 0.65 | 1 | 0 | 0.03 | 260.81 | 1 | 0.49 |
| Hex | 56 | 0 | F8 | 41 | 64 | 0 | 3 | 105 | 64 | 31 |
| Octal | 126 | 0 | 370 | 101 | 144 | 0 | 3 | 405 | 144 | 61 |
| Binary | 1010110 | 0 | 11111000 | 1000001 | 1100100 | 0 | 11 | 100000101 | 1100100 | 110001 |
Color Harmonies of #5600F8
Complementary color
Monochromatic Colors of #5600F8
Black with #5600F8
Text Example
Text Example
White with #5600F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5600F8; }
p { color: rgb(86,0,248); }
H1.HeaderClassName
{
color: #5600F8;
}
.AnyTagClassName
{
color: #5600F8;
}
</style>
background-color css
<style>
a { background-color: #5600F8; }
a { background-color: rgb(86,0,248); }
div.DivClassName
{
background-color: #5600F8;
}
.BgClassName
{
background-color: #5600F8;
}
</style>
border-color css
<style>
span { border-color: #5600F8; }
span { border-color: rgb(86,0,248); }
td.TdClassName
{
border-color: #5600F8;
}
.TagClassName
{
border-color: #5600F8;
}
</style>