Shades of Electric Indigo #5606FF
Tints of Electric Indigo #5606FF
RGB
CMYK
RGB Variations
Color information
#5606FF (or 0x5606FF) is known color: Electric Indigo. HEX triplet: 56, 06 and FF. RGB value is (86,6,255). Sum of RGB (Red+Green+Blue) = 86+6+255=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #5606FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5606FF is #A9F900. Grayscale: #393939. Windows color (decimal): -11139329 or 16713302. OLE color: 16713302.
HSL color Cylindrical-coordinate representation of color #5606FF: hue angle of 259.28º 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 #5606FF is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 6 | 255 | - |
| CMYK | 0.66 | 0.98 | 0 | 0 |
| HSL | 259.28º | 1% | 0.51% | - |
| HSV(B) | 259.28º | 0.98% | 1% | - |
| XYZ | 21.95 | 9.33 | 95.25 | - |
| YUV | 58.31 | 239 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 255 | 0.66 | 0.98 | 0 | 0 | 259.28 | 1 | 0.51 |
| Hex | 56 | 6 | FF | 42 | 62 | 0 | 0 | 103 | 64 | 33 |
| Octal | 126 | 6 | 377 | 102 | 142 | 0 | 0 | 403 | 144 | 63 |
| Binary | 1010110 | 110 | 11111111 | 1000010 | 1100010 | 0 | 0 | 100000011 | 1100100 | 110011 |
Color Harmonies of #5606FF
Complementary color
Monochromatic Colors of #5606FF
Black with #5606FF
Text Example
Text Example
White with #5606FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5606FF; }
p { color: rgb(86,6,255); }
H1.HeaderClassName
{
color: #5606FF;
}
.AnyTagClassName
{
color: #5606FF;
}
</style>
background-color css
<style>
a { background-color: #5606FF; }
a { background-color: rgb(86,6,255); }
div.DivClassName
{
background-color: #5606FF;
}
.BgClassName
{
background-color: #5606FF;
}
</style>
border-color css
<style>
span { border-color: #5606FF; }
span { border-color: rgb(86,6,255); }
td.TdClassName
{
border-color: #5606FF;
}
.TagClassName
{
border-color: #5606FF;
}
</style>