Shades of Slate Blue #594EC8
Tints of Slate Blue #594EC8
RGB
CMYK
RGB Variations
Color information
#594EC8 (or 0x594EC8) is known color: Slate Blue. HEX triplet: 59, 4E and C8. RGB value is (89,78,200). Sum of RGB (Red+Green+Blue) = 89+78+200=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 200 (78.52% from 255 or 54.50% from 367); Max value from RGB is 200 - color contains mainly: blue. Hex color #594EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594EC8 is #A6B137. Grayscale: #5E5E5E. Windows color (decimal): -10924344 or 13127257. OLE color: 13127257.
HSL color Cylindrical-coordinate representation of color #594EC8: hue angle of 245.41º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #594EC8 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 78 | 200 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.22 |
| HSL | 245.41º | 0.53% | 0.55% | - |
| HSV(B) | 245.41º | 0.61% | 0.78% | - |
| XYZ | 17.27 | 11.74 | 56 | - |
| YUV | 95.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 200 | 0.56 | 0.61 | 0 | 0.22 | 245.41 | 0.53 | 0.55 |
| Hex | 59 | 4E | C8 | 38 | 3D | 0 | 16 | F5 | 35 | 37 |
| Octal | 131 | 116 | 310 | 70 | 75 | 0 | 26 | 365 | 65 | 67 |
| Binary | 1011001 | 1001110 | 11001000 | 111000 | 111101 | 0 | 10110 | 11110101 | 110101 | 110111 |
Color Harmonies of #594EC8
Complementary color
Monochromatic Colors of #594EC8
Black with #594EC8
Text Example
Text Example
White with #594EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594EC8; }
p { color: rgb(89,78,200); }
H1.HeaderClassName
{
color: #594EC8;
}
.AnyTagClassName
{
color: #594EC8;
}
</style>
background-color css
<style>
a { background-color: #594EC8; }
a { background-color: rgb(89,78,200); }
div.DivClassName
{
background-color: #594EC8;
}
.BgClassName
{
background-color: #594EC8;
}
</style>
border-color css
<style>
span { border-color: #594EC8; }
span { border-color: rgb(89,78,200); }
td.TdClassName
{
border-color: #594EC8;
}
.TagClassName
{
border-color: #594EC8;
}
</style>