Shades of Slate Blue #5D3FD5
Tints of Slate Blue #5D3FD5
RGB
CMYK
RGB Variations
Color information
#5D3FD5 (or 0x5D3FD5) is known color: Slate Blue. HEX triplet: 5D, 3F and D5. RGB value is (93,63,213). Sum of RGB (Red+Green+Blue) = 93+63+213=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #5D3FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3FD5 is #A2C02A. Grayscale: #585858. Windows color (decimal): -10666027 or 13975389. OLE color: 13975389.
HSL color Cylindrical-coordinate representation of color #5D3FD5: hue angle of 252º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D3FD5 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 63 | 213 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.16 |
| HSL | 252º | 0.64% | 0.54% | - |
| HSV(B) | 252º | 0.7% | 0.84% | - |
| XYZ | 18.3 | 10.69 | 64.05 | - |
| YUV | 89.07 | 197.94 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 213 | 0.56 | 0.70 | 0 | 0.16 | 252 | 0.64 | 0.54 |
| Hex | 5D | 3F | D5 | 38 | 46 | 0 | 10 | FC | 40 | 36 |
| Octal | 135 | 77 | 325 | 70 | 106 | 0 | 20 | 374 | 100 | 66 |
| Binary | 1011101 | 111111 | 11010101 | 111000 | 1000110 | 0 | 10000 | 11111100 | 1000000 | 110110 |
Color Harmonies of #5D3FD5
Complementary color
Monochromatic Colors of #5D3FD5
Black with #5D3FD5
Text Example
Text Example
White with #5D3FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3FD5; }
p { color: rgb(93,63,213); }
H1.HeaderClassName
{
color: #5D3FD5;
}
.AnyTagClassName
{
color: #5D3FD5;
}
</style>
background-color css
<style>
a { background-color: #5D3FD5; }
a { background-color: rgb(93,63,213); }
div.DivClassName
{
background-color: #5D3FD5;
}
.BgClassName
{
background-color: #5D3FD5;
}
</style>
border-color css
<style>
span { border-color: #5D3FD5; }
span { border-color: rgb(93,63,213); }
td.TdClassName
{
border-color: #5D3FD5;
}
.TagClassName
{
border-color: #5D3FD5;
}
</style>