Shades of Electric Indigo #5900D8
Tints of Electric Indigo #5900D8
RGB
CMYK
RGB Variations
Color information
#5900D8 (or 0x5900D8) is known color: Electric Indigo. HEX triplet: 59, 00 and D8. RGB value is (89,0,216). Sum of RGB (Red+Green+Blue) = 89+0+216=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 216 (84.77% from 255 or 70.82% from 305); Max value from RGB is 216 - color contains mainly: blue. Hex color #5900D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5900D8 is #A6FF27. Grayscale: #323232. Windows color (decimal): -10944296 or 14155865. OLE color: 14155865.
HSL color Cylindrical-coordinate representation of color #5900D8: hue angle of 264.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5900D8 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 0 | 216 | - |
| CMYK | 0.59 | 1 | 0 | 0.15 |
| HSL | 264.72º | 1% | 0.42% | - |
| HSV(B) | 264.72º | 1% | 0.85% | - |
| XYZ | 16.51 | 7.08 | 65.46 | - |
| YUV | 51.24 | 220.99 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 216 | 0.59 | 1 | 0 | 0.15 | 264.72 | 1 | 0.42 |
| Hex | 59 | 0 | D8 | 3B | 64 | 0 | F | 109 | 64 | 2A |
| Octal | 131 | 0 | 330 | 73 | 144 | 0 | 17 | 411 | 144 | 52 |
| Binary | 1011001 | 0 | 11011000 | 111011 | 1100100 | 0 | 1111 | 100001001 | 1100100 | 101010 |
Color Harmonies of #5900D8
Complementary color
Monochromatic Colors of #5900D8
Black with #5900D8
Text Example
Text Example
White with #5900D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5900D8; }
p { color: rgb(89,0,216); }
H1.HeaderClassName
{
color: #5900D8;
}
.AnyTagClassName
{
color: #5900D8;
}
</style>
background-color css
<style>
a { background-color: #5900D8; }
a { background-color: rgb(89,0,216); }
div.DivClassName
{
background-color: #5900D8;
}
.BgClassName
{
background-color: #5900D8;
}
</style>
border-color css
<style>
span { border-color: #5900D8; }
span { border-color: rgb(89,0,216); }
td.TdClassName
{
border-color: #5900D8;
}
.TagClassName
{
border-color: #5900D8;
}
</style>