Shades of Slate Blue #595DDB
Tints of Slate Blue #595DDB
RGB
CMYK
RGB Variations
Color information
#595DDB (or 0x595DDB) is known color: Slate Blue. HEX triplet: 59, 5D and DB. RGB value is (89,93,219). Sum of RGB (Red+Green+Blue) = 89+93+219=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #595DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DDB is #A6A224. Grayscale: #696969. Windows color (decimal): -10920485 or 14376281. OLE color: 14376281.
HSL color Cylindrical-coordinate representation of color #595DDB: hue angle of 238.15º 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 #595DDB is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 93 | 219 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.14 |
| HSL | 238.15º | 0.64% | 0.6% | - |
| HSV(B) | 238.15º | 0.59% | 0.86% | - |
| XYZ | 20.82 | 15.07 | 68.83 | - |
| YUV | 106.17 | 191.67 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 219 | 0.59 | 0.58 | 0 | 0.14 | 238.15 | 0.64 | 0.6 |
| Hex | 59 | 5D | DB | 3B | 3A | 0 | E | EE | 40 | 3C |
| Octal | 131 | 135 | 333 | 73 | 72 | 0 | 16 | 356 | 100 | 74 |
| Binary | 1011001 | 1011101 | 11011011 | 111011 | 111010 | 0 | 1110 | 11101110 | 1000000 | 111100 |
Color Harmonies of #595DDB
Complementary color
Monochromatic Colors of #595DDB
Black with #595DDB
Text Example
Text Example
White with #595DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DDB; }
p { color: rgb(89,93,219); }
H1.HeaderClassName
{
color: #595DDB;
}
.AnyTagClassName
{
color: #595DDB;
}
</style>
background-color css
<style>
a { background-color: #595DDB; }
a { background-color: rgb(89,93,219); }
div.DivClassName
{
background-color: #595DDB;
}
.BgClassName
{
background-color: #595DDB;
}
</style>
border-color css
<style>
span { border-color: #595DDB; }
span { border-color: rgb(89,93,219); }
td.TdClassName
{
border-color: #595DDB;
}
.TagClassName
{
border-color: #595DDB;
}
</style>