Shades of Slate Blue #5D41D1
Tints of Slate Blue #5D41D1
RGB
CMYK
RGB Variations
Color information
#5D41D1 (or 0x5D41D1) is known color: Slate Blue. HEX triplet: 5D, 41 and D1. RGB value is (93,65,209). Sum of RGB (Red+Green+Blue) = 93+65+209=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 209 (82.03% from 255 or 56.95% from 367); Max value from RGB is 209 - color contains mainly: blue. Hex color #5D41D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D41D1 is #A2BE2E. Grayscale: #595959. Windows color (decimal): -10665519 or 13713757. OLE color: 13713757.
HSL color Cylindrical-coordinate representation of color #5D41D1: hue angle of 251.67º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D41D1 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 65 | 209 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.18 |
| HSL | 251.67º | 0.61% | 0.54% | - |
| HSV(B) | 251.67º | 0.69% | 0.82% | - |
| XYZ | 17.91 | 10.71 | 61.44 | - |
| YUV | 89.79 | 195.28 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 65 | 209 | 0.56 | 0.69 | 0 | 0.18 | 251.67 | 0.61 | 0.54 |
| Hex | 5D | 41 | D1 | 38 | 45 | 0 | 12 | FC | 3D | 36 |
| Octal | 135 | 101 | 321 | 70 | 105 | 0 | 22 | 374 | 75 | 66 |
| Binary | 1011101 | 1000001 | 11010001 | 111000 | 1000101 | 0 | 10010 | 11111100 | 111101 | 110110 |
Color Harmonies of #5D41D1
Complementary color
Monochromatic Colors of #5D41D1
Black with #5D41D1
Text Example
Text Example
White with #5D41D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D41D1; }
p { color: rgb(93,65,209); }
H1.HeaderClassName
{
color: #5D41D1;
}
.AnyTagClassName
{
color: #5D41D1;
}
</style>
background-color css
<style>
a { background-color: #5D41D1; }
a { background-color: rgb(93,65,209); }
div.DivClassName
{
background-color: #5D41D1;
}
.BgClassName
{
background-color: #5D41D1;
}
</style>
border-color css
<style>
span { border-color: #5D41D1; }
span { border-color: rgb(93,65,209); }
td.TdClassName
{
border-color: #5D41D1;
}
.TagClassName
{
border-color: #5D41D1;
}
</style>