Shades of Electric Indigo #5600FC
Tints of Electric Indigo #5600FC
RGB
CMYK
RGB Variations
Color information
#5600FC (or 0x5600FC) is known color: Electric Indigo. HEX triplet: 56, 00 and FC. RGB value is (86,0,252). Sum of RGB (Red+Green+Blue) = 86+0+252=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #5600FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5600FC is #A9FF03. Grayscale: #353535. Windows color (decimal): -11140868 or 16515158. OLE color: 16515158.
HSL color Cylindrical-coordinate representation of color #5600FC: hue angle of 260.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600FC is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 0 | 252 | - |
| CMYK | 0.66 | 1 | 0 | 0.01 |
| HSL | 260.48º | 1% | 0.49% | - |
| HSV(B) | 260.48º | 1% | 0.99% | - |
| XYZ | 21.41 | 9.01 | 92.71 | - |
| YUV | 54.44 | 239.49 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 252 | 0.66 | 1 | 0 | 0.01 | 260.48 | 1 | 0.49 |
| Hex | 56 | 0 | FC | 42 | 64 | 0 | 1 | 104 | 64 | 31 |
| Octal | 126 | 0 | 374 | 102 | 144 | 0 | 1 | 404 | 144 | 61 |
| Binary | 1010110 | 0 | 11111100 | 1000010 | 1100100 | 0 | 1 | 100000100 | 1100100 | 110001 |
Color Harmonies of #5600FC
Complementary color
Monochromatic Colors of #5600FC
Black with #5600FC
Text Example
Text Example
White with #5600FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5600FC; }
p { color: rgb(86,0,252); }
H1.HeaderClassName
{
color: #5600FC;
}
.AnyTagClassName
{
color: #5600FC;
}
</style>
background-color css
<style>
a { background-color: #5600FC; }
a { background-color: rgb(86,0,252); }
div.DivClassName
{
background-color: #5600FC;
}
.BgClassName
{
background-color: #5600FC;
}
</style>
border-color css
<style>
span { border-color: #5600FC; }
span { border-color: rgb(86,0,252); }
td.TdClassName
{
border-color: #5600FC;
}
.TagClassName
{
border-color: #5600FC;
}
</style>