Shades of Slate Blue #595ECF
Tints of Slate Blue #595ECF
RGB
CMYK
RGB Variations
Color information
#595ECF (or 0x595ECF) is known color: Slate Blue. HEX triplet: 59, 5E and CF. RGB value is (89,94,207). Sum of RGB (Red+Green+Blue) = 89+94+207=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #595ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ECF is #A6A130. Grayscale: #686868. Windows color (decimal): -10920241 or 13590105. OLE color: 13590105.
HSL color Cylindrical-coordinate representation of color #595ECF: hue angle of 237.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595ECF is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 94 | 207 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.19 |
| HSL | 237.46º | 0.55% | 0.58% | - |
| HSV(B) | 237.46º | 0.57% | 0.81% | - |
| XYZ | 19.39 | 14.63 | 60.83 | - |
| YUV | 105.39 | 185.34 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 207 | 0.57 | 0.55 | 0 | 0.19 | 237.46 | 0.55 | 0.58 |
| Hex | 59 | 5E | CF | 39 | 37 | 0 | 13 | ED | 37 | 3A |
| Octal | 131 | 136 | 317 | 71 | 67 | 0 | 23 | 355 | 67 | 72 |
| Binary | 1011001 | 1011110 | 11001111 | 111001 | 110111 | 0 | 10011 | 11101101 | 110111 | 111010 |
Color Harmonies of #595ECF
Complementary color
Monochromatic Colors of #595ECF
Black with #595ECF
Text Example
Text Example
White with #595ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595ECF; }
p { color: rgb(89,94,207); }
H1.HeaderClassName
{
color: #595ECF;
}
.AnyTagClassName
{
color: #595ECF;
}
</style>
background-color css
<style>
a { background-color: #595ECF; }
a { background-color: rgb(89,94,207); }
div.DivClassName
{
background-color: #595ECF;
}
.BgClassName
{
background-color: #595ECF;
}
</style>
border-color css
<style>
span { border-color: #595ECF; }
span { border-color: rgb(89,94,207); }
td.TdClassName
{
border-color: #595ECF;
}
.TagClassName
{
border-color: #595ECF;
}
</style>