Shades of Slate Blue #5D5ADB
Tints of Slate Blue #5D5ADB
RGB
CMYK
RGB Variations
Color information
#5D5ADB (or 0x5D5ADB) is known color: Slate Blue. HEX triplet: 5D, 5A and DB. RGB value is (93,90,219). Sum of RGB (Red+Green+Blue) = 93+90+219=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D5ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5ADB is #A2A524. Grayscale: #696969. Windows color (decimal): -10659109 or 14375517. OLE color: 14375517.
HSL color Cylindrical-coordinate representation of color #5D5ADB: hue angle of 241.4º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D5ADB is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 90 | 219 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.14 |
| HSL | 241.4º | 0.64% | 0.61% | - |
| HSV(B) | 241.4º | 0.59% | 0.86% | - |
| XYZ | 20.96 | 14.75 | 68.76 | - |
| YUV | 105.6 | 191.99 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 90 | 219 | 0.58 | 0.59 | 0 | 0.14 | 241.4 | 0.64 | 0.61 |
| Hex | 5D | 5A | DB | 3A | 3B | 0 | E | F1 | 40 | 3D |
| Octal | 135 | 132 | 333 | 72 | 73 | 0 | 16 | 361 | 100 | 75 |
| Binary | 1011101 | 1011010 | 11011011 | 111010 | 111011 | 0 | 1110 | 11110001 | 1000000 | 111101 |
Color Harmonies of #5D5ADB
Complementary color
Monochromatic Colors of #5D5ADB
Black with #5D5ADB
Text Example
Text Example
White with #5D5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5ADB; }
p { color: rgb(93,90,219); }
H1.HeaderClassName
{
color: #5D5ADB;
}
.AnyTagClassName
{
color: #5D5ADB;
}
</style>
background-color css
<style>
a { background-color: #5D5ADB; }
a { background-color: rgb(93,90,219); }
div.DivClassName
{
background-color: #5D5ADB;
}
.BgClassName
{
background-color: #5D5ADB;
}
</style>
border-color css
<style>
span { border-color: #5D5ADB; }
span { border-color: rgb(93,90,219); }
td.TdClassName
{
border-color: #5D5ADB;
}
.TagClassName
{
border-color: #5D5ADB;
}
</style>