Shades of Electric Indigo #5D08D6
Tints of Electric Indigo #5D08D6
RGB
CMYK
RGB Variations
Color information
#5D08D6 (or 0x5D08D6) is known color: Electric Indigo. HEX triplet: 5D, 08 and D6. RGB value is (93,8,214). Sum of RGB (Red+Green+Blue) = 93+8+214=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 214 (83.98% from 255 or 67.94% from 315); Max value from RGB is 214 - color contains mainly: blue. Hex color #5D08D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D08D6 is #A2F729. Grayscale: #383838. Windows color (decimal): -10680106 or 14026845. OLE color: 14026845.
HSL color Cylindrical-coordinate representation of color #5D08D6: hue angle of 264.76º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D08D6 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 8 | 214 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.16 |
| HSL | 264.76º | 0.93% | 0.44% | - |
| HSV(B) | 264.76º | 0.96% | 0.84% | - |
| XYZ | 16.74 | 7.36 | 64.16 | - |
| YUV | 56.9 | 216.66 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 214 | 0.57 | 0.96 | 0 | 0.16 | 264.76 | 0.93 | 0.44 |
| Hex | 5D | 8 | D6 | 39 | 60 | 0 | 10 | 109 | 5D | 2C |
| Octal | 135 | 10 | 326 | 71 | 140 | 0 | 20 | 411 | 135 | 54 |
| Binary | 1011101 | 1000 | 11010110 | 111001 | 1100000 | 0 | 10000 | 100001001 | 1011101 | 101100 |
Color Harmonies of #5D08D6
Complementary color
Monochromatic Colors of #5D08D6
Black with #5D08D6
Text Example
Text Example
White with #5D08D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D08D6; }
p { color: rgb(93,8,214); }
H1.HeaderClassName
{
color: #5D08D6;
}
.AnyTagClassName
{
color: #5D08D6;
}
</style>
background-color css
<style>
a { background-color: #5D08D6; }
a { background-color: rgb(93,8,214); }
div.DivClassName
{
background-color: #5D08D6;
}
.BgClassName
{
background-color: #5D08D6;
}
</style>
border-color css
<style>
span { border-color: #5D08D6; }
span { border-color: rgb(93,8,214); }
td.TdClassName
{
border-color: #5D08D6;
}
.TagClassName
{
border-color: #5D08D6;
}
</style>