Shades of Slate Blue #594CDB
Tints of Slate Blue #594CDB
RGB
CMYK
RGB Variations
Color information
#594CDB (or 0x594CDB) is known color: Slate Blue. HEX triplet: 59, 4C and DB. RGB value is (89,76,219). Sum of RGB (Red+Green+Blue) = 89+76+219=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #594CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CDB is #A6B324. Grayscale: #5F5F5F. Windows color (decimal): -10924837 or 14371929. OLE color: 14371929.
HSL color Cylindrical-coordinate representation of color #594CDB: hue angle of 245.45º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #594CDB is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 76 | 219 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.14 |
| HSL | 245.45º | 0.67% | 0.58% | - |
| HSV(B) | 245.45º | 0.65% | 0.86% | - |
| XYZ | 19.49 | 12.41 | 68.39 | - |
| YUV | 96.19 | 197.31 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 219 | 0.59 | 0.65 | 0 | 0.14 | 245.45 | 0.67 | 0.58 |
| Hex | 59 | 4C | DB | 3B | 41 | 0 | E | F5 | 43 | 3A |
| Octal | 131 | 114 | 333 | 73 | 101 | 0 | 16 | 365 | 103 | 72 |
| Binary | 1011001 | 1001100 | 11011011 | 111011 | 1000001 | 0 | 1110 | 11110101 | 1000011 | 111010 |
Color Harmonies of #594CDB
Complementary color
Monochromatic Colors of #594CDB
Black with #594CDB
Text Example
Text Example
White with #594CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594CDB; }
p { color: rgb(89,76,219); }
H1.HeaderClassName
{
color: #594CDB;
}
.AnyTagClassName
{
color: #594CDB;
}
</style>
background-color css
<style>
a { background-color: #594CDB; }
a { background-color: rgb(89,76,219); }
div.DivClassName
{
background-color: #594CDB;
}
.BgClassName
{
background-color: #594CDB;
}
</style>
border-color css
<style>
span { border-color: #594CDB; }
span { border-color: rgb(89,76,219); }
td.TdClassName
{
border-color: #594CDB;
}
.TagClassName
{
border-color: #594CDB;
}
</style>