Shades of Electric Indigo #5B06EC
Tints of Electric Indigo #5B06EC
RGB
CMYK
RGB Variations
Color information
#5B06EC (or 0x5B06EC) is known color: Electric Indigo. HEX triplet: 5B, 06 and EC. RGB value is (91,6,236). Sum of RGB (Red+Green+Blue) = 91+6+236=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B06EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B06EC is #A4F913. Grayscale: #383838. Windows color (decimal): -10811668 or 15468123. OLE color: 15468123.
HSL color Cylindrical-coordinate representation of color #5B06EC: hue angle of 262.17º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B06EC is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 6 | 236 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.07 |
| HSL | 262.17º | 0.95% | 0.47% | - |
| HSV(B) | 262.17º | 0.97% | 0.93% | - |
| XYZ | 19.52 | 8.41 | 79.95 | - |
| YUV | 57.64 | 228.66 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 236 | 0.61 | 0.97 | 0 | 0.07 | 262.17 | 0.95 | 0.47 |
| Hex | 5B | 6 | EC | 3D | 61 | 0 | 7 | 106 | 5F | 2F |
| Octal | 133 | 6 | 354 | 75 | 141 | 0 | 7 | 406 | 137 | 57 |
| Binary | 1011011 | 110 | 11101100 | 111101 | 1100001 | 0 | 111 | 100000110 | 1011111 | 101111 |
Color Harmonies of #5B06EC
Complementary color
Monochromatic Colors of #5B06EC
Black with #5B06EC
Text Example
Text Example
White with #5B06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B06EC; }
p { color: rgb(91,6,236); }
H1.HeaderClassName
{
color: #5B06EC;
}
.AnyTagClassName
{
color: #5B06EC;
}
</style>
background-color css
<style>
a { background-color: #5B06EC; }
a { background-color: rgb(91,6,236); }
div.DivClassName
{
background-color: #5B06EC;
}
.BgClassName
{
background-color: #5B06EC;
}
</style>
border-color css
<style>
span { border-color: #5B06EC; }
span { border-color: rgb(91,6,236); }
td.TdClassName
{
border-color: #5B06EC;
}
.TagClassName
{
border-color: #5B06EC;
}
</style>