Shades of Slate Blue #5D4AD5
Tints of Slate Blue #5D4AD5
RGB
CMYK
RGB Variations
Color information
#5D4AD5 (or 0x5D4AD5) is known color: Slate Blue. HEX triplet: 5D, 4A and D5. RGB value is (93,74,213). Sum of RGB (Red+Green+Blue) = 93+74+213=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 213 (83.59% from 255 or 56.05% from 380); Max value from RGB is 213 - color contains mainly: blue. Hex color #5D4AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4AD5 is #A2B52A. Grayscale: #5E5E5E. Windows color (decimal): -10663211 or 13978205. OLE color: 13978205.
HSL color Cylindrical-coordinate representation of color #5D4AD5: hue angle of 248.2º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D4AD5 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 74 | 213 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.16 |
| HSL | 248.2º | 0.62% | 0.56% | - |
| HSV(B) | 248.2º | 0.65% | 0.84% | - |
| XYZ | 18.97 | 12.03 | 64.27 | - |
| YUV | 95.53 | 194.29 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 213 | 0.56 | 0.65 | 0 | 0.16 | 248.2 | 0.62 | 0.56 |
| Hex | 5D | 4A | D5 | 38 | 41 | 0 | 10 | F8 | 3E | 38 |
| Octal | 135 | 112 | 325 | 70 | 101 | 0 | 20 | 370 | 76 | 70 |
| Binary | 1011101 | 1001010 | 11010101 | 111000 | 1000001 | 0 | 10000 | 11111000 | 111110 | 111000 |
Color Harmonies of #5D4AD5
Complementary color
Monochromatic Colors of #5D4AD5
Black with #5D4AD5
Text Example
Text Example
White with #5D4AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4AD5; }
p { color: rgb(93,74,213); }
H1.HeaderClassName
{
color: #5D4AD5;
}
.AnyTagClassName
{
color: #5D4AD5;
}
</style>
background-color css
<style>
a { background-color: #5D4AD5; }
a { background-color: rgb(93,74,213); }
div.DivClassName
{
background-color: #5D4AD5;
}
.BgClassName
{
background-color: #5D4AD5;
}
</style>
border-color css
<style>
span { border-color: #5D4AD5; }
span { border-color: rgb(93,74,213); }
td.TdClassName
{
border-color: #5D4AD5;
}
.TagClassName
{
border-color: #5D4AD5;
}
</style>