Shades of Slate Blue #594ECD
Tints of Slate Blue #594ECD
RGB
CMYK
RGB Variations
Color information
#594ECD (or 0x594ECD) is known color: Slate Blue. HEX triplet: 59, 4E and CD. RGB value is (89,78,205). Sum of RGB (Red+Green+Blue) = 89+78+205=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #594ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594ECD is #A6B132. Grayscale: #5F5F5F. Windows color (decimal): -10924339 or 13454937. OLE color: 13454937.
HSL color Cylindrical-coordinate representation of color #594ECD: hue angle of 245.2º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #594ECD is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 78 | 205 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.20 |
| HSL | 245.2º | 0.56% | 0.55% | - |
| HSV(B) | 245.2º | 0.62% | 0.8% | - |
| XYZ | 17.86 | 11.98 | 59.13 | - |
| YUV | 95.77 | 189.64 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 205 | 0.57 | 0.62 | 0 | 0.20 | 245.2 | 0.56 | 0.55 |
| Hex | 59 | 4E | CD | 39 | 3E | 0 | 14 | F5 | 38 | 37 |
| Octal | 131 | 116 | 315 | 71 | 76 | 0 | 24 | 365 | 70 | 67 |
| Binary | 1011001 | 1001110 | 11001101 | 111001 | 111110 | 0 | 10100 | 11110101 | 111000 | 110111 |
Color Harmonies of #594ECD
Complementary color
Monochromatic Colors of #594ECD
Black with #594ECD
Text Example
Text Example
White with #594ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594ECD; }
p { color: rgb(89,78,205); }
H1.HeaderClassName
{
color: #594ECD;
}
.AnyTagClassName
{
color: #594ECD;
}
</style>
background-color css
<style>
a { background-color: #594ECD; }
a { background-color: rgb(89,78,205); }
div.DivClassName
{
background-color: #594ECD;
}
.BgClassName
{
background-color: #594ECD;
}
</style>
border-color css
<style>
span { border-color: #594ECD; }
span { border-color: rgb(89,78,205); }
td.TdClassName
{
border-color: #594ECD;
}
.TagClassName
{
border-color: #594ECD;
}
</style>