Shades of Slate Blue #5D4CDB
Tints of Slate Blue #5D4CDB
RGB
CMYK
RGB Variations
Color information
#5D4CDB (or 0x5D4CDB) is known color: Slate Blue. HEX triplet: 5D, 4C and DB. RGB value is (93,76,219). Sum of RGB (Red+Green+Blue) = 93+76+219=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D4CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CDB is #A2B324. Grayscale: #606060. Windows color (decimal): -10662693 or 14371933. OLE color: 14371933.
HSL color Cylindrical-coordinate representation of color #5D4CDB: hue angle of 247.13º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D4CDB is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 76 | 219 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.14 |
| HSL | 247.13º | 0.67% | 0.58% | - |
| HSV(B) | 247.13º | 0.65% | 0.86% | - |
| XYZ | 19.88 | 12.61 | 68.4 | - |
| YUV | 97.39 | 196.63 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 76 | 219 | 0.58 | 0.65 | 0 | 0.14 | 247.13 | 0.67 | 0.58 |
| Hex | 5D | 4C | DB | 3A | 41 | 0 | E | F7 | 43 | 3A |
| Octal | 135 | 114 | 333 | 72 | 101 | 0 | 16 | 367 | 103 | 72 |
| Binary | 1011101 | 1001100 | 11011011 | 111010 | 1000001 | 0 | 1110 | 11110111 | 1000011 | 111010 |
Color Harmonies of #5D4CDB
Complementary color
Monochromatic Colors of #5D4CDB
Black with #5D4CDB
Text Example
Text Example
White with #5D4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4CDB; }
p { color: rgb(93,76,219); }
H1.HeaderClassName
{
color: #5D4CDB;
}
.AnyTagClassName
{
color: #5D4CDB;
}
</style>
background-color css
<style>
a { background-color: #5D4CDB; }
a { background-color: rgb(93,76,219); }
div.DivClassName
{
background-color: #5D4CDB;
}
.BgClassName
{
background-color: #5D4CDB;
}
</style>
border-color css
<style>
span { border-color: #5D4CDB; }
span { border-color: rgb(93,76,219); }
td.TdClassName
{
border-color: #5D4CDB;
}
.TagClassName
{
border-color: #5D4CDB;
}
</style>