Shades of Electric Indigo #5900DC
Tints of Electric Indigo #5900DC
RGB
CMYK
RGB Variations
Color information
#5900DC (or 0x5900DC) is known color: Electric Indigo. HEX triplet: 59, 00 and DC. RGB value is (89,0,220). Sum of RGB (Red+Green+Blue) = 89+0+220=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #5900DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5900DC is #A6FF23. Grayscale: #323232. Windows color (decimal): -10944292 or 14418009. OLE color: 14418009.
HSL color Cylindrical-coordinate representation of color #5900DC: hue angle of 264.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5900DC is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 0 | 220 | - |
| CMYK | 0.60 | 1 | 0 | 0.14 |
| HSL | 264.27º | 1% | 0.43% | - |
| HSV(B) | 264.27º | 1% | 0.86% | - |
| XYZ | 17.04 | 7.29 | 68.22 | - |
| YUV | 51.69 | 222.99 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 220 | 0.60 | 1 | 0 | 0.14 | 264.27 | 1 | 0.43 |
| Hex | 59 | 0 | DC | 3C | 64 | 0 | E | 108 | 64 | 2B |
| Octal | 131 | 0 | 334 | 74 | 144 | 0 | 16 | 410 | 144 | 53 |
| Binary | 1011001 | 0 | 11011100 | 111100 | 1100100 | 0 | 1110 | 100001000 | 1100100 | 101011 |
Color Harmonies of #5900DC
Complementary color
Monochromatic Colors of #5900DC
Black with #5900DC
Text Example
Text Example
White with #5900DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5900DC; }
p { color: rgb(89,0,220); }
H1.HeaderClassName
{
color: #5900DC;
}
.AnyTagClassName
{
color: #5900DC;
}
</style>
background-color css
<style>
a { background-color: #5900DC; }
a { background-color: rgb(89,0,220); }
div.DivClassName
{
background-color: #5900DC;
}
.BgClassName
{
background-color: #5900DC;
}
</style>
border-color css
<style>
span { border-color: #5900DC; }
span { border-color: rgb(89,0,220); }
td.TdClassName
{
border-color: #5900DC;
}
.TagClassName
{
border-color: #5900DC;
}
</style>