Shades of Electric Indigo #5706FC
Tints of Electric Indigo #5706FC
RGB
CMYK
RGB Variations
Color information
#5706FC (or 0x5706FC) is known color: Electric Indigo. HEX triplet: 57, 06 and FC. RGB value is (87,6,252). Sum of RGB (Red+Green+Blue) = 87+6+252=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #5706FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5706FC is #A8F903. Grayscale: #393939. Windows color (decimal): -11073796 or 16516695. OLE color: 16516695.
HSL color Cylindrical-coordinate representation of color #5706FC: hue angle of 259.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5706FC is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 6 | 252 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.01 |
| HSL | 259.76º | 0.98% | 0.51% | - |
| HSV(B) | 259.76º | 0.98% | 0.99% | - |
| XYZ | 21.57 | 9.18 | 92.73 | - |
| YUV | 58.26 | 237.34 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 252 | 0.65 | 0.98 | 0 | 0.01 | 259.76 | 0.98 | 0.51 |
| Hex | 57 | 6 | FC | 41 | 62 | 0 | 1 | 104 | 62 | 33 |
| Octal | 127 | 6 | 374 | 101 | 142 | 0 | 1 | 404 | 142 | 63 |
| Binary | 1010111 | 110 | 11111100 | 1000001 | 1100010 | 0 | 1 | 100000100 | 1100010 | 110011 |
Color Harmonies of #5706FC
Complementary color
Monochromatic Colors of #5706FC
Black with #5706FC
Text Example
Text Example
White with #5706FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5706FC; }
p { color: rgb(87,6,252); }
H1.HeaderClassName
{
color: #5706FC;
}
.AnyTagClassName
{
color: #5706FC;
}
</style>
background-color css
<style>
a { background-color: #5706FC; }
a { background-color: rgb(87,6,252); }
div.DivClassName
{
background-color: #5706FC;
}
.BgClassName
{
background-color: #5706FC;
}
</style>
border-color css
<style>
span { border-color: #5706FC; }
span { border-color: rgb(87,6,252); }
td.TdClassName
{
border-color: #5706FC;
}
.TagClassName
{
border-color: #5706FC;
}
</style>