Shades of Slate Blue #5D59DD
Tints of Slate Blue #5D59DD
RGB
CMYK
RGB Variations
Color information
#5D59DD (or 0x5D59DD) is known color: Slate Blue. HEX triplet: 5D, 59 and DD. RGB value is (93,89,221). Sum of RGB (Red+Green+Blue) = 93+89+221=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #5D59DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D59DD is #A2A622. Grayscale: #686868. Windows color (decimal): -10659363 or 14506333. OLE color: 14506333.
HSL color Cylindrical-coordinate representation of color #5D59DD: hue angle of 241.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D59DD is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 89 | 221 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.13 |
| HSL | 241.82º | 0.66% | 0.61% | - |
| HSV(B) | 241.82º | 0.6% | 0.87% | - |
| XYZ | 21.14 | 14.69 | 70.13 | - |
| YUV | 105.24 | 193.33 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 221 | 0.58 | 0.60 | 0 | 0.13 | 241.82 | 0.66 | 0.61 |
| Hex | 5D | 59 | DD | 3A | 3C | 0 | D | F2 | 42 | 3D |
| Octal | 135 | 131 | 335 | 72 | 74 | 0 | 15 | 362 | 102 | 75 |
| Binary | 1011101 | 1011001 | 11011101 | 111010 | 111100 | 0 | 1101 | 11110010 | 1000010 | 111101 |
Color Harmonies of #5D59DD
Complementary color
Monochromatic Colors of #5D59DD
Black with #5D59DD
Text Example
Text Example
White with #5D59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D59DD; }
p { color: rgb(93,89,221); }
H1.HeaderClassName
{
color: #5D59DD;
}
.AnyTagClassName
{
color: #5D59DD;
}
</style>
background-color css
<style>
a { background-color: #5D59DD; }
a { background-color: rgb(93,89,221); }
div.DivClassName
{
background-color: #5D59DD;
}
.BgClassName
{
background-color: #5D59DD;
}
</style>
border-color css
<style>
span { border-color: #5D59DD; }
span { border-color: rgb(93,89,221); }
td.TdClassName
{
border-color: #5D59DD;
}
.TagClassName
{
border-color: #5D59DD;
}
</style>