Shades of Slate Blue #594ED6
Tints of Slate Blue #594ED6
RGB
CMYK
RGB Variations
Color information
#594ED6 (or 0x594ED6) is known color: Slate Blue. HEX triplet: 59, 4E and D6. RGB value is (89,78,214). Sum of RGB (Red+Green+Blue) = 89+78+214=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 214 (83.98% from 255 or 56.17% from 381); Max value from RGB is 214 - color contains mainly: blue. Hex color #594ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594ED6 is #A6B129. Grayscale: #606060. Windows color (decimal): -10924330 or 14044761. OLE color: 14044761.
HSL color Cylindrical-coordinate representation of color #594ED6: hue angle of 244.85º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594ED6 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 78 | 214 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.16 |
| HSL | 244.85º | 0.62% | 0.57% | - |
| HSV(B) | 244.85º | 0.64% | 0.84% | - |
| XYZ | 18.98 | 12.43 | 65.02 | - |
| YUV | 96.79 | 194.14 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 214 | 0.58 | 0.64 | 0 | 0.16 | 244.85 | 0.62 | 0.57 |
| Hex | 59 | 4E | D6 | 3A | 40 | 0 | 10 | F5 | 3E | 39 |
| Octal | 131 | 116 | 326 | 72 | 100 | 0 | 20 | 365 | 76 | 71 |
| Binary | 1011001 | 1001110 | 11010110 | 111010 | 1000000 | 0 | 10000 | 11110101 | 111110 | 111001 |
Color Harmonies of #594ED6
Complementary color
Monochromatic Colors of #594ED6
Black with #594ED6
Text Example
Text Example
White with #594ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594ED6; }
p { color: rgb(89,78,214); }
H1.HeaderClassName
{
color: #594ED6;
}
.AnyTagClassName
{
color: #594ED6;
}
</style>
background-color css
<style>
a { background-color: #594ED6; }
a { background-color: rgb(89,78,214); }
div.DivClassName
{
background-color: #594ED6;
}
.BgClassName
{
background-color: #594ED6;
}
</style>
border-color css
<style>
span { border-color: #594ED6; }
span { border-color: rgb(89,78,214); }
td.TdClassName
{
border-color: #594ED6;
}
.TagClassName
{
border-color: #594ED6;
}
</style>