Shades of Slate Blue #5D4EC0
Tints of Slate Blue #5D4EC0
RGB
CMYK
RGB Variations
Color information
#5D4EC0 (or 0x5D4EC0) is known color: Slate Blue. HEX triplet: 5D, 4E and C0. RGB value is (93,78,192). Sum of RGB (Red+Green+Blue) = 93+78+192=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #5D4EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4EC0 is #A2B13F. Grayscale: #5F5F5F. Windows color (decimal): -10662208 or 12602973. OLE color: 12602973.
HSL color Cylindrical-coordinate representation of color #5D4EC0: hue angle of 247.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D4EC0 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 78 | 192 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.25 |
| HSL | 247.89º | 0.48% | 0.53% | - |
| HSV(B) | 247.89º | 0.59% | 0.75% | - |
| XYZ | 16.75 | 11.58 | 51.22 | - |
| YUV | 95.48 | 182.47 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 192 | 0.52 | 0.59 | 0 | 0.25 | 247.89 | 0.48 | 0.53 |
| Hex | 5D | 4E | C0 | 34 | 3B | 0 | 19 | F8 | 30 | 35 |
| Octal | 135 | 116 | 300 | 64 | 73 | 0 | 31 | 370 | 60 | 65 |
| Binary | 1011101 | 1001110 | 11000000 | 110100 | 111011 | 0 | 11001 | 11111000 | 110000 | 110101 |
Color Harmonies of #5D4EC0
Complementary color
Monochromatic Colors of #5D4EC0
Black with #5D4EC0
Text Example
Text Example
White with #5D4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4EC0; }
p { color: rgb(93,78,192); }
H1.HeaderClassName
{
color: #5D4EC0;
}
.AnyTagClassName
{
color: #5D4EC0;
}
</style>
background-color css
<style>
a { background-color: #5D4EC0; }
a { background-color: rgb(93,78,192); }
div.DivClassName
{
background-color: #5D4EC0;
}
.BgClassName
{
background-color: #5D4EC0;
}
</style>
border-color css
<style>
span { border-color: #5D4EC0; }
span { border-color: rgb(93,78,192); }
td.TdClassName
{
border-color: #5D4EC0;
}
.TagClassName
{
border-color: #5D4EC0;
}
</style>