Shades of Slate Blue #5D58E1
Tints of Slate Blue #5D58E1
RGB
CMYK
RGB Variations
Color information
#5D58E1 (or 0x5D58E1) is known color: Slate Blue. HEX triplet: 5D, 58 and E1. RGB value is (93,88,225). Sum of RGB (Red+Green+Blue) = 93+88+225=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 225 (88.28% from 255 or 55.42% from 406); Max value from RGB is 225 - color contains mainly: blue. Hex color #5D58E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D58E1 is #A2A71E. Grayscale: #686868. Windows color (decimal): -10659615 or 14768221. OLE color: 14768221.
HSL color Cylindrical-coordinate representation of color #5D58E1: hue angle of 242.19º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D58E1 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 88 | 225 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.12 |
| HSL | 242.19º | 0.7% | 0.61% | - |
| HSV(B) | 242.19º | 0.61% | 0.88% | - |
| XYZ | 21.59 | 14.74 | 72.94 | - |
| YUV | 105.11 | 195.66 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 225 | 0.59 | 0.61 | 0 | 0.12 | 242.19 | 0.7 | 0.61 |
| Hex | 5D | 58 | E1 | 3B | 3D | 0 | C | F2 | 46 | 3D |
| Octal | 135 | 130 | 341 | 73 | 75 | 0 | 14 | 362 | 106 | 75 |
| Binary | 1011101 | 1011000 | 11100001 | 111011 | 111101 | 0 | 1100 | 11110010 | 1000110 | 111101 |
Color Harmonies of #5D58E1
Complementary color
Monochromatic Colors of #5D58E1
Black with #5D58E1
Text Example
Text Example
White with #5D58E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D58E1; }
p { color: rgb(93,88,225); }
H1.HeaderClassName
{
color: #5D58E1;
}
.AnyTagClassName
{
color: #5D58E1;
}
</style>
background-color css
<style>
a { background-color: #5D58E1; }
a { background-color: rgb(93,88,225); }
div.DivClassName
{
background-color: #5D58E1;
}
.BgClassName
{
background-color: #5D58E1;
}
</style>
border-color css
<style>
span { border-color: #5D58E1; }
span { border-color: rgb(93,88,225); }
td.TdClassName
{
border-color: #5D58E1;
}
.TagClassName
{
border-color: #5D58E1;
}
</style>