Shades of Slate Blue #5D4FDB
Tints of Slate Blue #5D4FDB
RGB
CMYK
RGB Variations
Color information
#5D4FDB (or 0x5D4FDB) is known color: Slate Blue. HEX triplet: 5D, 4F and DB. RGB value is (93,79,219). Sum of RGB (Red+Green+Blue) = 93+79+219=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D4FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FDB is #A2B024. Grayscale: #626262. Windows color (decimal): -10661925 or 14372701. OLE color: 14372701.
HSL color Cylindrical-coordinate representation of color #5D4FDB: hue angle of 246º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D4FDB is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 79 | 219 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.14 |
| HSL | 246º | 0.66% | 0.58% | - |
| HSV(B) | 246º | 0.64% | 0.86% | - |
| XYZ | 20.1 | 13.03 | 68.47 | - |
| YUV | 99.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 219 | 0.58 | 0.64 | 0 | 0.14 | 246 | 0.66 | 0.58 |
| Hex | 5D | 4F | DB | 3A | 40 | 0 | E | F6 | 42 | 3A |
| Octal | 135 | 117 | 333 | 72 | 100 | 0 | 16 | 366 | 102 | 72 |
| Binary | 1011101 | 1001111 | 11011011 | 111010 | 1000000 | 0 | 1110 | 11110110 | 1000010 | 111010 |
Color Harmonies of #5D4FDB
Complementary color
Monochromatic Colors of #5D4FDB
Black with #5D4FDB
Text Example
Text Example
White with #5D4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4FDB; }
p { color: rgb(93,79,219); }
H1.HeaderClassName
{
color: #5D4FDB;
}
.AnyTagClassName
{
color: #5D4FDB;
}
</style>
background-color css
<style>
a { background-color: #5D4FDB; }
a { background-color: rgb(93,79,219); }
div.DivClassName
{
background-color: #5D4FDB;
}
.BgClassName
{
background-color: #5D4FDB;
}
</style>
border-color css
<style>
span { border-color: #5D4FDB; }
span { border-color: rgb(93,79,219); }
td.TdClassName
{
border-color: #5D4FDB;
}
.TagClassName
{
border-color: #5D4FDB;
}
</style>