Shades of Slate Blue #594EDF
Tints of Slate Blue #594EDF
RGB
CMYK
RGB Variations
Color information
#594EDF (or 0x594EDF) is known color: Slate Blue. HEX triplet: 59, 4E and DF. RGB value is (89,78,223). Sum of RGB (Red+Green+Blue) = 89+78+223=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #594EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594EDF is #A6B120. Grayscale: #616161. Windows color (decimal): -10924321 or 14634585. OLE color: 14634585.
HSL color Cylindrical-coordinate representation of color #594EDF: hue angle of 244.55º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #594EDF is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 78 | 223 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.13 |
| HSL | 244.55º | 0.69% | 0.59% | - |
| HSV(B) | 244.55º | 0.65% | 0.87% | - |
| XYZ | 20.16 | 12.9 | 71.24 | - |
| YUV | 97.82 | 198.64 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 223 | 0.60 | 0.65 | 0 | 0.13 | 244.55 | 0.69 | 0.59 |
| Hex | 59 | 4E | DF | 3C | 41 | 0 | D | F5 | 45 | 3B |
| Octal | 131 | 116 | 337 | 74 | 101 | 0 | 15 | 365 | 105 | 73 |
| Binary | 1011001 | 1001110 | 11011111 | 111100 | 1000001 | 0 | 1101 | 11110101 | 1000101 | 111011 |
Color Harmonies of #594EDF
Complementary color
Monochromatic Colors of #594EDF
Black with #594EDF
Text Example
Text Example
White with #594EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594EDF; }
p { color: rgb(89,78,223); }
H1.HeaderClassName
{
color: #594EDF;
}
.AnyTagClassName
{
color: #594EDF;
}
</style>
background-color css
<style>
a { background-color: #594EDF; }
a { background-color: rgb(89,78,223); }
div.DivClassName
{
background-color: #594EDF;
}
.BgClassName
{
background-color: #594EDF;
}
</style>
border-color css
<style>
span { border-color: #594EDF; }
span { border-color: rgb(89,78,223); }
td.TdClassName
{
border-color: #594EDF;
}
.TagClassName
{
border-color: #594EDF;
}
</style>