Shades of Slate Blue #5D58D6
Tints of Slate Blue #5D58D6
RGB
CMYK
RGB Variations
Color information
#5D58D6 (or 0x5D58D6) is known color: Slate Blue. HEX triplet: 5D, 58 and D6. RGB value is (93,88,214). Sum of RGB (Red+Green+Blue) = 93+88+214=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #5D58D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D58D6 is #A2A729. Grayscale: #676767. Windows color (decimal): -10659626 or 14047325. OLE color: 14047325.
HSL color Cylindrical-coordinate representation of color #5D58D6: hue angle of 242.38º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D58D6 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 88 | 214 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.16 |
| HSL | 242.38º | 0.61% | 0.59% | - |
| HSV(B) | 242.38º | 0.59% | 0.84% | - |
| XYZ | 20.14 | 14.16 | 65.29 | - |
| YUV | 103.86 | 190.16 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 214 | 0.57 | 0.59 | 0 | 0.16 | 242.38 | 0.61 | 0.59 |
| Hex | 5D | 58 | D6 | 39 | 3B | 0 | 10 | F2 | 3D | 3B |
| Octal | 135 | 130 | 326 | 71 | 73 | 0 | 20 | 362 | 75 | 73 |
| Binary | 1011101 | 1011000 | 11010110 | 111001 | 111011 | 0 | 10000 | 11110010 | 111101 | 111011 |
Color Harmonies of #5D58D6
Complementary color
Monochromatic Colors of #5D58D6
Black with #5D58D6
Text Example
Text Example
White with #5D58D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D58D6; }
p { color: rgb(93,88,214); }
H1.HeaderClassName
{
color: #5D58D6;
}
.AnyTagClassName
{
color: #5D58D6;
}
</style>
background-color css
<style>
a { background-color: #5D58D6; }
a { background-color: rgb(93,88,214); }
div.DivClassName
{
background-color: #5D58D6;
}
.BgClassName
{
background-color: #5D58D6;
}
</style>
border-color css
<style>
span { border-color: #5D58D6; }
span { border-color: rgb(93,88,214); }
td.TdClassName
{
border-color: #5D58D6;
}
.TagClassName
{
border-color: #5D58D6;
}
</style>