Shades of Slate Blue #595ECD
Tints of Slate Blue #595ECD
RGB
CMYK
RGB Variations
Color information
#595ECD (or 0x595ECD) is known color: Slate Blue. HEX triplet: 59, 5E and CD. RGB value is (89,94,205). Sum of RGB (Red+Green+Blue) = 89+94+205=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #595ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ECD is #A6A132. Grayscale: #686868. Windows color (decimal): -10920243 or 13459033. OLE color: 13459033.
HSL color Cylindrical-coordinate representation of color #595ECD: hue angle of 237.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595ECD is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 94 | 205 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.20 |
| HSL | 237.41º | 0.54% | 0.58% | - |
| HSV(B) | 237.41º | 0.57% | 0.8% | - |
| XYZ | 19.14 | 14.54 | 59.55 | - |
| YUV | 105.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 205 | 0.57 | 0.54 | 0 | 0.20 | 237.41 | 0.54 | 0.58 |
| Hex | 59 | 5E | CD | 39 | 36 | 0 | 14 | ED | 36 | 3A |
| Octal | 131 | 136 | 315 | 71 | 66 | 0 | 24 | 355 | 66 | 72 |
| Binary | 1011001 | 1011110 | 11001101 | 111001 | 110110 | 0 | 10100 | 11101101 | 110110 | 111010 |
Color Harmonies of #595ECD
Complementary color
Monochromatic Colors of #595ECD
Black with #595ECD
Text Example
Text Example
White with #595ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595ECD; }
p { color: rgb(89,94,205); }
H1.HeaderClassName
{
color: #595ECD;
}
.AnyTagClassName
{
color: #595ECD;
}
</style>
background-color css
<style>
a { background-color: #595ECD; }
a { background-color: rgb(89,94,205); }
div.DivClassName
{
background-color: #595ECD;
}
.BgClassName
{
background-color: #595ECD;
}
</style>
border-color css
<style>
span { border-color: #595ECD; }
span { border-color: rgb(89,94,205); }
td.TdClassName
{
border-color: #595ECD;
}
.TagClassName
{
border-color: #595ECD;
}
</style>