Shades of Electric Indigo #5706FF
Tints of Electric Indigo #5706FF
RGB
CMYK
RGB Variations
Color information
#5706FF (or 0x5706FF) is known color: Electric Indigo. HEX triplet: 57, 06 and FF. RGB value is (87,6,255). Sum of RGB (Red+Green+Blue) = 87+6+255=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #5706FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5706FF is #A8F900. Grayscale: #393939. Windows color (decimal): -11073793 or 16713303. OLE color: 16713303.
HSL color Cylindrical-coordinate representation of color #5706FF: hue angle of 259.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5706FF is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 6 | 255 | - |
| CMYK | 0.66 | 0.98 | 0 | 0 |
| HSL | 259.52º | 1% | 0.51% | - |
| HSV(B) | 259.52º | 0.98% | 1% | - |
| XYZ | 22.05 | 9.38 | 95.26 | - |
| YUV | 58.61 | 238.84 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 255 | 0.66 | 0.98 | 0 | 0 | 259.52 | 1 | 0.51 |
| Hex | 57 | 6 | FF | 42 | 62 | 0 | 0 | 104 | 64 | 33 |
| Octal | 127 | 6 | 377 | 102 | 142 | 0 | 0 | 404 | 144 | 63 |
| Binary | 1010111 | 110 | 11111111 | 1000010 | 1100010 | 0 | 0 | 100000100 | 1100100 | 110011 |
Color Harmonies of #5706FF
Complementary color
Monochromatic Colors of #5706FF
Black with #5706FF
Text Example
Text Example
White with #5706FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5706FF; }
p { color: rgb(87,6,255); }
H1.HeaderClassName
{
color: #5706FF;
}
.AnyTagClassName
{
color: #5706FF;
}
</style>
background-color css
<style>
a { background-color: #5706FF; }
a { background-color: rgb(87,6,255); }
div.DivClassName
{
background-color: #5706FF;
}
.BgClassName
{
background-color: #5706FF;
}
</style>
border-color css
<style>
span { border-color: #5706FF; }
span { border-color: rgb(87,6,255); }
td.TdClassName
{
border-color: #5706FF;
}
.TagClassName
{
border-color: #5706FF;
}
</style>