Shades of Slate Blue #595FDB
Tints of Slate Blue #595FDB
RGB
CMYK
RGB Variations
Color information
#595FDB (or 0x595FDB) is known color: Slate Blue. HEX triplet: 59, 5F and DB. RGB value is (89,95,219). Sum of RGB (Red+Green+Blue) = 89+95+219=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #595FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FDB is #A6A024. Grayscale: #6A6A6A. Windows color (decimal): -10919973 or 14376793. OLE color: 14376793.
HSL color Cylindrical-coordinate representation of color #595FDB: hue angle of 237.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #595FDB is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 95 | 219 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.14 |
| HSL | 237.23º | 0.64% | 0.6% | - |
| HSV(B) | 237.23º | 0.59% | 0.86% | - |
| XYZ | 21 | 15.42 | 68.89 | - |
| YUV | 107.34 | 191.01 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 219 | 0.59 | 0.57 | 0 | 0.14 | 237.23 | 0.64 | 0.6 |
| Hex | 59 | 5F | DB | 3B | 39 | 0 | E | ED | 40 | 3C |
| Octal | 131 | 137 | 333 | 73 | 71 | 0 | 16 | 355 | 100 | 74 |
| Binary | 1011001 | 1011111 | 11011011 | 111011 | 111001 | 0 | 1110 | 11101101 | 1000000 | 111100 |
Color Harmonies of #595FDB
Complementary color
Monochromatic Colors of #595FDB
Black with #595FDB
Text Example
Text Example
White with #595FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FDB; }
p { color: rgb(89,95,219); }
H1.HeaderClassName
{
color: #595FDB;
}
.AnyTagClassName
{
color: #595FDB;
}
</style>
background-color css
<style>
a { background-color: #595FDB; }
a { background-color: rgb(89,95,219); }
div.DivClassName
{
background-color: #595FDB;
}
.BgClassName
{
background-color: #595FDB;
}
</style>
border-color css
<style>
span { border-color: #595FDB; }
span { border-color: rgb(89,95,219); }
td.TdClassName
{
border-color: #595FDB;
}
.TagClassName
{
border-color: #595FDB;
}
</style>