Shades of Slate Blue #595ADB
Tints of Slate Blue #595ADB
RGB
CMYK
RGB Variations
Color information
#595ADB (or 0x595ADB) is known color: Slate Blue. HEX triplet: 59, 5A and DB. RGB value is (89,90,219). Sum of RGB (Red+Green+Blue) = 89+90+219=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #595ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ADB is #A6A524. Grayscale: #676767. Windows color (decimal): -10921253 or 14375513. OLE color: 14375513.
HSL color Cylindrical-coordinate representation of color #595ADB: hue angle of 239.54º 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 #595ADB is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 90 | 219 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.14 |
| HSL | 239.54º | 0.64% | 0.6% | - |
| HSV(B) | 239.54º | 0.59% | 0.86% | - |
| XYZ | 20.56 | 14.55 | 68.74 | - |
| YUV | 104.41 | 192.67 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 219 | 0.59 | 0.59 | 0 | 0.14 | 239.54 | 0.64 | 0.6 |
| Hex | 59 | 5A | DB | 3B | 3B | 0 | E | F0 | 40 | 3C |
| Octal | 131 | 132 | 333 | 73 | 73 | 0 | 16 | 360 | 100 | 74 |
| Binary | 1011001 | 1011010 | 11011011 | 111011 | 111011 | 0 | 1110 | 11110000 | 1000000 | 111100 |
Color Harmonies of #595ADB
Complementary color
Monochromatic Colors of #595ADB
Black with #595ADB
Text Example
Text Example
White with #595ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595ADB; }
p { color: rgb(89,90,219); }
H1.HeaderClassName
{
color: #595ADB;
}
.AnyTagClassName
{
color: #595ADB;
}
</style>
background-color css
<style>
a { background-color: #595ADB; }
a { background-color: rgb(89,90,219); }
div.DivClassName
{
background-color: #595ADB;
}
.BgClassName
{
background-color: #595ADB;
}
</style>
border-color css
<style>
span { border-color: #595ADB; }
span { border-color: rgb(89,90,219); }
td.TdClassName
{
border-color: #595ADB;
}
.TagClassName
{
border-color: #595ADB;
}
</style>