Shades of Electric Indigo #5B05D9
Tints of Electric Indigo #5B05D9
RGB
CMYK
RGB Variations
Color information
#5B05D9 (or 0x5B05D9) is known color: Electric Indigo. HEX triplet: 5B, 05 and D9. RGB value is (91,5,217). Sum of RGB (Red+Green+Blue) = 91+5+217=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 217 (85.16% from 255 or 69.33% from 313); Max value from RGB is 217 - color contains mainly: blue. Hex color #5B05D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B05D9 is #A4FA26. Grayscale: #363636. Windows color (decimal): -10811943 or 14222683. OLE color: 14222683.
HSL color Cylindrical-coordinate representation of color #5B05D9: hue angle of 264.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B05D9 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 5 | 217 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.15 |
| HSL | 264.34º | 0.95% | 0.44% | - |
| HSV(B) | 264.34º | 0.98% | 0.85% | - |
| XYZ | 16.89 | 7.34 | 66.17 | - |
| YUV | 54.88 | 219.49 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 217 | 0.58 | 0.98 | 0 | 0.15 | 264.34 | 0.95 | 0.44 |
| Hex | 5B | 5 | D9 | 3A | 62 | 0 | F | 108 | 5F | 2C |
| Octal | 133 | 5 | 331 | 72 | 142 | 0 | 17 | 410 | 137 | 54 |
| Binary | 1011011 | 101 | 11011001 | 111010 | 1100010 | 0 | 1111 | 100001000 | 1011111 | 101100 |
Color Harmonies of #5B05D9
Complementary color
Monochromatic Colors of #5B05D9
Black with #5B05D9
Text Example
Text Example
White with #5B05D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B05D9; }
p { color: rgb(91,5,217); }
H1.HeaderClassName
{
color: #5B05D9;
}
.AnyTagClassName
{
color: #5B05D9;
}
</style>
background-color css
<style>
a { background-color: #5B05D9; }
a { background-color: rgb(91,5,217); }
div.DivClassName
{
background-color: #5B05D9;
}
.BgClassName
{
background-color: #5B05D9;
}
</style>
border-color css
<style>
span { border-color: #5B05D9; }
span { border-color: rgb(91,5,217); }
td.TdClassName
{
border-color: #5B05D9;
}
.TagClassName
{
border-color: #5B05D9;
}
</style>