Shades of Slate Blue #594ED9
Tints of Slate Blue #594ED9
RGB
CMYK
RGB Variations
Color information
#594ED9 (or 0x594ED9) is known color: Slate Blue. HEX triplet: 59, 4E and D9. RGB value is (89,78,217). Sum of RGB (Red+Green+Blue) = 89+78+217=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 217 (85.16% from 255 or 56.51% from 384); Max value from RGB is 217 - color contains mainly: blue. Hex color #594ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594ED9 is #A6B126. Grayscale: #606060. Windows color (decimal): -10924327 or 14241369. OLE color: 14241369.
HSL color Cylindrical-coordinate representation of color #594ED9: hue angle of 244.75º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594ED9 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 78 | 217 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.15 |
| HSL | 244.75º | 0.65% | 0.58% | - |
| HSV(B) | 244.75º | 0.64% | 0.85% | - |
| XYZ | 19.37 | 12.58 | 67.05 | - |
| YUV | 97.14 | 195.64 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 217 | 0.59 | 0.64 | 0 | 0.15 | 244.75 | 0.65 | 0.58 |
| Hex | 59 | 4E | D9 | 3B | 40 | 0 | F | F5 | 41 | 3A |
| Octal | 131 | 116 | 331 | 73 | 100 | 0 | 17 | 365 | 101 | 72 |
| Binary | 1011001 | 1001110 | 11011001 | 111011 | 1000000 | 0 | 1111 | 11110101 | 1000001 | 111010 |
Color Harmonies of #594ED9
Complementary color
Monochromatic Colors of #594ED9
Black with #594ED9
Text Example
Text Example
White with #594ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594ED9; }
p { color: rgb(89,78,217); }
H1.HeaderClassName
{
color: #594ED9;
}
.AnyTagClassName
{
color: #594ED9;
}
</style>
background-color css
<style>
a { background-color: #594ED9; }
a { background-color: rgb(89,78,217); }
div.DivClassName
{
background-color: #594ED9;
}
.BgClassName
{
background-color: #594ED9;
}
</style>
border-color css
<style>
span { border-color: #594ED9; }
span { border-color: rgb(89,78,217); }
td.TdClassName
{
border-color: #594ED9;
}
.TagClassName
{
border-color: #594ED9;
}
</style>