Shades of Slate Blue #5D53C0
Tints of Slate Blue #5D53C0
RGB
CMYK
RGB Variations
Color information
#5D53C0 (or 0x5D53C0) is known color: Slate Blue. HEX triplet: 5D, 53 and C0. RGB value is (93,83,192). Sum of RGB (Red+Green+Blue) = 93+83+192=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #5D53C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D53C0 is #A2AC3F. Grayscale: #616161. Windows color (decimal): -10660928 or 12604253. OLE color: 12604253.
HSL color Cylindrical-coordinate representation of color #5D53C0: hue angle of 245.5º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D53C0 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 83 | 192 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.25 |
| HSL | 245.5º | 0.46% | 0.54% | - |
| HSV(B) | 245.5º | 0.57% | 0.75% | - |
| XYZ | 17.12 | 12.32 | 51.34 | - |
| YUV | 98.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 192 | 0.52 | 0.57 | 0 | 0.25 | 245.5 | 0.46 | 0.54 |
| Hex | 5D | 53 | C0 | 34 | 39 | 0 | 19 | F6 | 2E | 36 |
| Octal | 135 | 123 | 300 | 64 | 71 | 0 | 31 | 366 | 56 | 66 |
| Binary | 1011101 | 1010011 | 11000000 | 110100 | 111001 | 0 | 11001 | 11110110 | 101110 | 110110 |
Color Harmonies of #5D53C0
Complementary color
Monochromatic Colors of #5D53C0
Black with #5D53C0
Text Example
Text Example
White with #5D53C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D53C0; }
p { color: rgb(93,83,192); }
H1.HeaderClassName
{
color: #5D53C0;
}
.AnyTagClassName
{
color: #5D53C0;
}
</style>
background-color css
<style>
a { background-color: #5D53C0; }
a { background-color: rgb(93,83,192); }
div.DivClassName
{
background-color: #5D53C0;
}
.BgClassName
{
background-color: #5D53C0;
}
</style>
border-color css
<style>
span { border-color: #5D53C0; }
span { border-color: rgb(93,83,192); }
td.TdClassName
{
border-color: #5D53C0;
}
.TagClassName
{
border-color: #5D53C0;
}
</style>