Shades of Electric Indigo #5B06DC
Tints of Electric Indigo #5B06DC
RGB
CMYK
RGB Variations
Color information
#5B06DC (or 0x5B06DC) is known color: Electric Indigo. HEX triplet: 5B, 06 and DC. RGB value is (91,6,220). Sum of RGB (Red+Green+Blue) = 91+6+220=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B06DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B06DC is #A4F923. Grayscale: #373737. Windows color (decimal): -10811684 or 14419547. OLE color: 14419547.
HSL color Cylindrical-coordinate representation of color #5B06DC: hue angle of 263.83º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B06DC is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 6 | 220 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.14 |
| HSL | 263.83º | 0.95% | 0.44% | - |
| HSV(B) | 263.83º | 0.97% | 0.86% | - |
| XYZ | 17.3 | 7.52 | 68.25 | - |
| YUV | 55.81 | 220.66 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 220 | 0.59 | 0.97 | 0 | 0.14 | 263.83 | 0.95 | 0.44 |
| Hex | 5B | 6 | DC | 3B | 61 | 0 | E | 108 | 5F | 2C |
| Octal | 133 | 6 | 334 | 73 | 141 | 0 | 16 | 410 | 137 | 54 |
| Binary | 1011011 | 110 | 11011100 | 111011 | 1100001 | 0 | 1110 | 100001000 | 1011111 | 101100 |
Color Harmonies of #5B06DC
Complementary color
Monochromatic Colors of #5B06DC
Black with #5B06DC
Text Example
Text Example
White with #5B06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B06DC; }
p { color: rgb(91,6,220); }
H1.HeaderClassName
{
color: #5B06DC;
}
.AnyTagClassName
{
color: #5B06DC;
}
</style>
background-color css
<style>
a { background-color: #5B06DC; }
a { background-color: rgb(91,6,220); }
div.DivClassName
{
background-color: #5B06DC;
}
.BgClassName
{
background-color: #5B06DC;
}
</style>
border-color css
<style>
span { border-color: #5B06DC; }
span { border-color: rgb(91,6,220); }
td.TdClassName
{
border-color: #5B06DC;
}
.TagClassName
{
border-color: #5B06DC;
}
</style>