Shades of Slate Blue #5951DB
Tints of Slate Blue #5951DB
RGB
CMYK
RGB Variations
Color information
#5951DB (or 0x5951DB) is known color: Slate Blue. HEX triplet: 59, 51 and DB. RGB value is (89,81,219). Sum of RGB (Red+Green+Blue) = 89+81+219=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #5951DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5951DB is #A6AE24. Grayscale: #626262. Windows color (decimal): -10923557 or 14373209. OLE color: 14373209.
HSL color Cylindrical-coordinate representation of color #5951DB: hue angle of 243.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5951DB is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 81 | 219 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.14 |
| HSL | 243.48º | 0.66% | 0.59% | - |
| HSV(B) | 243.48º | 0.63% | 0.86% | - |
| XYZ | 19.85 | 13.12 | 68.5 | - |
| YUV | 99.12 | 195.65 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 219 | 0.59 | 0.63 | 0 | 0.14 | 243.48 | 0.66 | 0.59 |
| Hex | 59 | 51 | DB | 3B | 3F | 0 | E | F3 | 42 | 3B |
| Octal | 131 | 121 | 333 | 73 | 77 | 0 | 16 | 363 | 102 | 73 |
| Binary | 1011001 | 1010001 | 11011011 | 111011 | 111111 | 0 | 1110 | 11110011 | 1000010 | 111011 |
Color Harmonies of #5951DB
Complementary color
Monochromatic Colors of #5951DB
Black with #5951DB
Text Example
Text Example
White with #5951DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5951DB; }
p { color: rgb(89,81,219); }
H1.HeaderClassName
{
color: #5951DB;
}
.AnyTagClassName
{
color: #5951DB;
}
</style>
background-color css
<style>
a { background-color: #5951DB; }
a { background-color: rgb(89,81,219); }
div.DivClassName
{
background-color: #5951DB;
}
.BgClassName
{
background-color: #5951DB;
}
</style>
border-color css
<style>
span { border-color: #5951DB; }
span { border-color: rgb(89,81,219); }
td.TdClassName
{
border-color: #5951DB;
}
.TagClassName
{
border-color: #5951DB;
}
</style>