Shades of Electric Indigo #5600EE
Tints of Electric Indigo #5600EE
RGB
CMYK
RGB Variations
Color information
#5600EE (or 0x5600EE) is known color: Electric Indigo. HEX triplet: 56, 00 and EE. RGB value is (86,0,238). Sum of RGB (Red+Green+Blue) = 86+0+238=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #5600EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5600EE is #A9FF11. Grayscale: #333333. Windows color (decimal): -11140882 or 15597654. OLE color: 15597654.
HSL color Cylindrical-coordinate representation of color #5600EE: hue angle of 261.68º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600EE is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 0 | 238 | - |
| CMYK | 0.64 | 1 | 0 | 0.07 |
| HSL | 261.68º | 1% | 0.47% | - |
| HSV(B) | 261.68º | 1% | 0.93% | - |
| XYZ | 19.27 | 8.15 | 81.45 | - |
| YUV | 52.85 | 232.49 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 238 | 0.64 | 1 | 0 | 0.07 | 261.68 | 1 | 0.47 |
| Hex | 56 | 0 | EE | 40 | 64 | 0 | 7 | 106 | 64 | 2F |
| Octal | 126 | 0 | 356 | 100 | 144 | 0 | 7 | 406 | 144 | 57 |
| Binary | 1010110 | 0 | 11101110 | 1000000 | 1100100 | 0 | 111 | 100000110 | 1100100 | 101111 |
Color Harmonies of #5600EE
Complementary color
Monochromatic Colors of #5600EE
Black with #5600EE
Text Example
Text Example
White with #5600EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5600EE; }
p { color: rgb(86,0,238); }
H1.HeaderClassName
{
color: #5600EE;
}
.AnyTagClassName
{
color: #5600EE;
}
</style>
background-color css
<style>
a { background-color: #5600EE; }
a { background-color: rgb(86,0,238); }
div.DivClassName
{
background-color: #5600EE;
}
.BgClassName
{
background-color: #5600EE;
}
</style>
border-color css
<style>
span { border-color: #5600EE; }
span { border-color: rgb(86,0,238); }
td.TdClassName
{
border-color: #5600EE;
}
.TagClassName
{
border-color: #5600EE;
}
</style>