Shades of Slate Blue #594EDB
Tints of Slate Blue #594EDB
RGB
CMYK
RGB Variations
Color information
#594EDB (or 0x594EDB) is known color: Slate Blue. HEX triplet: 59, 4E and DB. RGB value is (89,78,219). Sum of RGB (Red+Green+Blue) = 89+78+219=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #594EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594EDB is #A6B124. Grayscale: #606060. Windows color (decimal): -10924325 or 14372441. OLE color: 14372441.
HSL color Cylindrical-coordinate representation of color #594EDB: hue angle of 244.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594EDB is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 78 | 219 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.14 |
| HSL | 244.68º | 0.66% | 0.58% | - |
| HSV(B) | 244.68º | 0.64% | 0.86% | - |
| XYZ | 19.63 | 12.69 | 68.43 | - |
| YUV | 97.36 | 196.64 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 219 | 0.59 | 0.64 | 0 | 0.14 | 244.68 | 0.66 | 0.58 |
| Hex | 59 | 4E | DB | 3B | 40 | 0 | E | F5 | 42 | 3A |
| Octal | 131 | 116 | 333 | 73 | 100 | 0 | 16 | 365 | 102 | 72 |
| Binary | 1011001 | 1001110 | 11011011 | 111011 | 1000000 | 0 | 1110 | 11110101 | 1000010 | 111010 |
Color Harmonies of #594EDB
Complementary color
Monochromatic Colors of #594EDB
Black with #594EDB
Text Example
Text Example
White with #594EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594EDB; }
p { color: rgb(89,78,219); }
H1.HeaderClassName
{
color: #594EDB;
}
.AnyTagClassName
{
color: #594EDB;
}
</style>
background-color css
<style>
a { background-color: #594EDB; }
a { background-color: rgb(89,78,219); }
div.DivClassName
{
background-color: #594EDB;
}
.BgClassName
{
background-color: #594EDB;
}
</style>
border-color css
<style>
span { border-color: #594EDB; }
span { border-color: rgb(89,78,219); }
td.TdClassName
{
border-color: #594EDB;
}
.TagClassName
{
border-color: #594EDB;
}
</style>