Shades of Slate Blue #595EC9
Tints of Slate Blue #595EC9
RGB
CMYK
RGB Variations
Color information
#595EC9 (or 0x595EC9) is known color: Slate Blue. HEX triplet: 59, 5E and C9. RGB value is (89,94,201). Sum of RGB (Red+Green+Blue) = 89+94+201=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #595EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EC9 is #A6A136. Grayscale: #686868. Windows color (decimal): -10920247 or 13196889. OLE color: 13196889.
HSL color Cylindrical-coordinate representation of color #595EC9: hue angle of 237.32º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595EC9 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 94 | 201 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.21 |
| HSL | 237.32º | 0.51% | 0.57% | - |
| HSV(B) | 237.32º | 0.56% | 0.79% | - |
| XYZ | 18.67 | 14.35 | 57.04 | - |
| YUV | 104.7 | 182.34 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 201 | 0.56 | 0.53 | 0 | 0.21 | 237.32 | 0.51 | 0.57 |
| Hex | 59 | 5E | C9 | 38 | 35 | 0 | 15 | ED | 33 | 39 |
| Octal | 131 | 136 | 311 | 70 | 65 | 0 | 25 | 355 | 63 | 71 |
| Binary | 1011001 | 1011110 | 11001001 | 111000 | 110101 | 0 | 10101 | 11101101 | 110011 | 111001 |
Color Harmonies of #595EC9
Complementary color
Monochromatic Colors of #595EC9
Black with #595EC9
Text Example
Text Example
White with #595EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EC9; }
p { color: rgb(89,94,201); }
H1.HeaderClassName
{
color: #595EC9;
}
.AnyTagClassName
{
color: #595EC9;
}
</style>
background-color css
<style>
a { background-color: #595EC9; }
a { background-color: rgb(89,94,201); }
div.DivClassName
{
background-color: #595EC9;
}
.BgClassName
{
background-color: #595EC9;
}
</style>
border-color css
<style>
span { border-color: #595EC9; }
span { border-color: rgb(89,94,201); }
td.TdClassName
{
border-color: #595EC9;
}
.TagClassName
{
border-color: #595EC9;
}
</style>