Shades of Slate Blue #5953DB
Tints of Slate Blue #5953DB
RGB
CMYK
RGB Variations
Color information
#5953DB (or 0x5953DB) is known color: Slate Blue. HEX triplet: 59, 53 and DB. RGB value is (89,83,219). Sum of RGB (Red+Green+Blue) = 89+83+219=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #5953DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5953DB is #A6AC24. Grayscale: #636363. Windows color (decimal): -10923045 or 14373721. OLE color: 14373721.
HSL color Cylindrical-coordinate representation of color #5953DB: hue angle of 242.65º 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 #5953DB is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 83 | 219 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.14 |
| HSL | 242.65º | 0.65% | 0.59% | - |
| HSV(B) | 242.65º | 0.62% | 0.86% | - |
| XYZ | 20 | 13.42 | 68.56 | - |
| YUV | 100.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 219 | 0.59 | 0.62 | 0 | 0.14 | 242.65 | 0.65 | 0.59 |
| Hex | 59 | 53 | DB | 3B | 3E | 0 | E | F3 | 41 | 3B |
| Octal | 131 | 123 | 333 | 73 | 76 | 0 | 16 | 363 | 101 | 73 |
| Binary | 1011001 | 1010011 | 11011011 | 111011 | 111110 | 0 | 1110 | 11110011 | 1000001 | 111011 |
Color Harmonies of #5953DB
Complementary color
Monochromatic Colors of #5953DB
Black with #5953DB
Text Example
Text Example
White with #5953DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5953DB; }
p { color: rgb(89,83,219); }
H1.HeaderClassName
{
color: #5953DB;
}
.AnyTagClassName
{
color: #5953DB;
}
</style>
background-color css
<style>
a { background-color: #5953DB; }
a { background-color: rgb(89,83,219); }
div.DivClassName
{
background-color: #5953DB;
}
.BgClassName
{
background-color: #5953DB;
}
</style>
border-color css
<style>
span { border-color: #5953DB; }
span { border-color: rgb(89,83,219); }
td.TdClassName
{
border-color: #5953DB;
}
.TagClassName
{
border-color: #5953DB;
}
</style>