Shades of Slate Blue #594ED0
Tints of Slate Blue #594ED0
RGB
CMYK
RGB Variations
Color information
#594ED0 (or 0x594ED0) is known color: Slate Blue. HEX triplet: 59, 4E and D0. RGB value is (89,78,208). Sum of RGB (Red+Green+Blue) = 89+78+208=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #594ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594ED0 is #A6B12F. Grayscale: #5F5F5F. Windows color (decimal): -10924336 or 13651545. OLE color: 13651545.
HSL color Cylindrical-coordinate representation of color #594ED0: hue angle of 245.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #594ED0 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 78 | 208 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.18 |
| HSL | 245.08º | 0.58% | 0.56% | - |
| HSV(B) | 245.08º | 0.63% | 0.82% | - |
| XYZ | 18.23 | 12.13 | 61.05 | - |
| YUV | 96.11 | 191.14 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 208 | 0.57 | 0.62 | 0 | 0.18 | 245.08 | 0.58 | 0.56 |
| Hex | 59 | 4E | D0 | 39 | 3E | 0 | 12 | F5 | 3A | 38 |
| Octal | 131 | 116 | 320 | 71 | 76 | 0 | 22 | 365 | 72 | 70 |
| Binary | 1011001 | 1001110 | 11010000 | 111001 | 111110 | 0 | 10010 | 11110101 | 111010 | 111000 |
Color Harmonies of #594ED0
Complementary color
Monochromatic Colors of #594ED0
Black with #594ED0
Text Example
Text Example
White with #594ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594ED0; }
p { color: rgb(89,78,208); }
H1.HeaderClassName
{
color: #594ED0;
}
.AnyTagClassName
{
color: #594ED0;
}
</style>
background-color css
<style>
a { background-color: #594ED0; }
a { background-color: rgb(89,78,208); }
div.DivClassName
{
background-color: #594ED0;
}
.BgClassName
{
background-color: #594ED0;
}
</style>
border-color css
<style>
span { border-color: #594ED0; }
span { border-color: rgb(89,78,208); }
td.TdClassName
{
border-color: #594ED0;
}
.TagClassName
{
border-color: #594ED0;
}
</style>