Shades of Electric Indigo #5D05EE
Tints of Electric Indigo #5D05EE
RGB
CMYK
RGB Variations
Color information
#5D05EE (or 0x5D05EE) is known color: Electric Indigo. HEX triplet: 5D, 05 and EE. RGB value is (93,5,238). Sum of RGB (Red+Green+Blue) = 93+5+238=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D05EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D05EE is #A2FA11. Grayscale: #393939. Windows color (decimal): -10680850 or 15598941. OLE color: 15598941.
HSL color Cylindrical-coordinate representation of color #5D05EE: hue angle of 262.66º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D05EE is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 5 | 238 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.07 |
| HSL | 262.66º | 0.96% | 0.48% | - |
| HSV(B) | 262.66º | 0.98% | 0.93% | - |
| XYZ | 20 | 8.61 | 81.5 | - |
| YUV | 57.87 | 229.65 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 238 | 0.61 | 0.98 | 0 | 0.07 | 262.66 | 0.96 | 0.48 |
| Hex | 5D | 5 | EE | 3D | 62 | 0 | 7 | 107 | 60 | 30 |
| Octal | 135 | 5 | 356 | 75 | 142 | 0 | 7 | 407 | 140 | 60 |
| Binary | 1011101 | 101 | 11101110 | 111101 | 1100010 | 0 | 111 | 100000111 | 1100000 | 110000 |
Color Harmonies of #5D05EE
Complementary color
Monochromatic Colors of #5D05EE
Black with #5D05EE
Text Example
Text Example
White with #5D05EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D05EE; }
p { color: rgb(93,5,238); }
H1.HeaderClassName
{
color: #5D05EE;
}
.AnyTagClassName
{
color: #5D05EE;
}
</style>
background-color css
<style>
a { background-color: #5D05EE; }
a { background-color: rgb(93,5,238); }
div.DivClassName
{
background-color: #5D05EE;
}
.BgClassName
{
background-color: #5D05EE;
}
</style>
border-color css
<style>
span { border-color: #5D05EE; }
span { border-color: rgb(93,5,238); }
td.TdClassName
{
border-color: #5D05EE;
}
.TagClassName
{
border-color: #5D05EE;
}
</style>