Shades of Slate Blue #5D3EDB
Tints of Slate Blue #5D3EDB
RGB
CMYK
RGB Variations
Color information
#5D3EDB (or 0x5D3EDB) is known color: Slate Blue. HEX triplet: 5D, 3E and DB. RGB value is (93,62,219). Sum of RGB (Red+Green+Blue) = 93+62+219=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D3EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3EDB is #A2C124. Grayscale: #585858. Windows color (decimal): -10666277 or 14368349. OLE color: 14368349.
HSL color Cylindrical-coordinate representation of color #5D3EDB: hue angle of 251.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D3EDB is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 62 | 219 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.14 |
| HSL | 251.85º | 0.69% | 0.55% | - |
| HSV(B) | 251.85º | 0.72% | 0.86% | - |
| XYZ | 19.02 | 10.89 | 68.12 | - |
| YUV | 89.17 | 201.27 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 62 | 219 | 0.58 | 0.72 | 0 | 0.14 | 251.85 | 0.69 | 0.55 |
| Hex | 5D | 3E | DB | 3A | 48 | 0 | E | FC | 45 | 37 |
| Octal | 135 | 76 | 333 | 72 | 110 | 0 | 16 | 374 | 105 | 67 |
| Binary | 1011101 | 111110 | 11011011 | 111010 | 1001000 | 0 | 1110 | 11111100 | 1000101 | 110111 |
Color Harmonies of #5D3EDB
Complementary color
Monochromatic Colors of #5D3EDB
Black with #5D3EDB
Text Example
Text Example
White with #5D3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3EDB; }
p { color: rgb(93,62,219); }
H1.HeaderClassName
{
color: #5D3EDB;
}
.AnyTagClassName
{
color: #5D3EDB;
}
</style>
background-color css
<style>
a { background-color: #5D3EDB; }
a { background-color: rgb(93,62,219); }
div.DivClassName
{
background-color: #5D3EDB;
}
.BgClassName
{
background-color: #5D3EDB;
}
</style>
border-color css
<style>
span { border-color: #5D3EDB; }
span { border-color: rgb(93,62,219); }
td.TdClassName
{
border-color: #5D3EDB;
}
.TagClassName
{
border-color: #5D3EDB;
}
</style>