Shades of Slate Blue #5D53DB
Tints of Slate Blue #5D53DB
RGB
CMYK
RGB Variations
Color information
#5D53DB (or 0x5D53DB) is known color: Slate Blue. HEX triplet: 5D, 53 and DB. RGB value is (93,83,219). Sum of RGB (Red+Green+Blue) = 93+83+219=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D53DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D53DB is #A2AC24. Grayscale: #646464. Windows color (decimal): -10660901 or 14373725. OLE color: 14373725.
HSL color Cylindrical-coordinate representation of color #5D53DB: hue angle of 244.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D53DB is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 83 | 219 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.14 |
| HSL | 244.41º | 0.65% | 0.59% | - |
| HSV(B) | 244.41º | 0.62% | 0.86% | - |
| XYZ | 20.39 | 13.63 | 68.57 | - |
| YUV | 101.49 | 194.31 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 219 | 0.58 | 0.62 | 0 | 0.14 | 244.41 | 0.65 | 0.59 |
| Hex | 5D | 53 | DB | 3A | 3E | 0 | E | F4 | 41 | 3B |
| Octal | 135 | 123 | 333 | 72 | 76 | 0 | 16 | 364 | 101 | 73 |
| Binary | 1011101 | 1010011 | 11011011 | 111010 | 111110 | 0 | 1110 | 11110100 | 1000001 | 111011 |
Color Harmonies of #5D53DB
Complementary color
Monochromatic Colors of #5D53DB
Black with #5D53DB
Text Example
Text Example
White with #5D53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D53DB; }
p { color: rgb(93,83,219); }
H1.HeaderClassName
{
color: #5D53DB;
}
.AnyTagClassName
{
color: #5D53DB;
}
</style>
background-color css
<style>
a { background-color: #5D53DB; }
a { background-color: rgb(93,83,219); }
div.DivClassName
{
background-color: #5D53DB;
}
.BgClassName
{
background-color: #5D53DB;
}
</style>
border-color css
<style>
span { border-color: #5D53DB; }
span { border-color: rgb(93,83,219); }
td.TdClassName
{
border-color: #5D53DB;
}
.TagClassName
{
border-color: #5D53DB;
}
</style>