Shades of Slate Blue #5D5BDD
Tints of Slate Blue #5D5BDD
RGB
CMYK
RGB Variations
Color information
#5D5BDD (or 0x5D5BDD) is known color: Slate Blue. HEX triplet: 5D, 5B and DD. RGB value is (93,91,221). Sum of RGB (Red+Green+Blue) = 93+91+221=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #5D5BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5BDD is #A2A422. Grayscale: #696969. Windows color (decimal): -10658851 or 14506845. OLE color: 14506845.
HSL color Cylindrical-coordinate representation of color #5D5BDD: hue angle of 240.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D5BDD is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 91 | 221 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.13 |
| HSL | 240.92º | 0.66% | 0.61% | - |
| HSV(B) | 240.92º | 0.59% | 0.87% | - |
| XYZ | 21.31 | 15.03 | 70.18 | - |
| YUV | 106.42 | 192.66 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 91 | 221 | 0.58 | 0.59 | 0 | 0.13 | 240.92 | 0.66 | 0.61 |
| Hex | 5D | 5B | DD | 3A | 3B | 0 | D | F1 | 42 | 3D |
| Octal | 135 | 133 | 335 | 72 | 73 | 0 | 15 | 361 | 102 | 75 |
| Binary | 1011101 | 1011011 | 11011101 | 111010 | 111011 | 0 | 1101 | 11110001 | 1000010 | 111101 |
Color Harmonies of #5D5BDD
Complementary color
Monochromatic Colors of #5D5BDD
Black with #5D5BDD
Text Example
Text Example
White with #5D5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5BDD; }
p { color: rgb(93,91,221); }
H1.HeaderClassName
{
color: #5D5BDD;
}
.AnyTagClassName
{
color: #5D5BDD;
}
</style>
background-color css
<style>
a { background-color: #5D5BDD; }
a { background-color: rgb(93,91,221); }
div.DivClassName
{
background-color: #5D5BDD;
}
.BgClassName
{
background-color: #5D5BDD;
}
</style>
border-color css
<style>
span { border-color: #5D5BDD; }
span { border-color: rgb(93,91,221); }
td.TdClassName
{
border-color: #5D5BDD;
}
.TagClassName
{
border-color: #5D5BDD;
}
</style>