Shades of Slate Blue #595EDD
Tints of Slate Blue #595EDD
RGB
CMYK
RGB Variations
Color information
#595EDD (or 0x595EDD) is known color: Slate Blue. HEX triplet: 59, 5E and DD. RGB value is (89,94,221). Sum of RGB (Red+Green+Blue) = 89+94+221=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #595EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EDD is #A6A122. Grayscale: #6A6A6A. Windows color (decimal): -10920227 or 14507609. OLE color: 14507609.
HSL color Cylindrical-coordinate representation of color #595EDD: hue angle of 237.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595EDD is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 94 | 221 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.13 |
| HSL | 237.73º | 0.66% | 0.61% | - |
| HSV(B) | 237.73º | 0.6% | 0.87% | - |
| XYZ | 21.17 | 15.35 | 70.25 | - |
| YUV | 106.98 | 192.34 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 221 | 0.60 | 0.57 | 0 | 0.13 | 237.73 | 0.66 | 0.61 |
| Hex | 59 | 5E | DD | 3C | 39 | 0 | D | EE | 42 | 3D |
| Octal | 131 | 136 | 335 | 74 | 71 | 0 | 15 | 356 | 102 | 75 |
| Binary | 1011001 | 1011110 | 11011101 | 111100 | 111001 | 0 | 1101 | 11101110 | 1000010 | 111101 |
Color Harmonies of #595EDD
Complementary color
Monochromatic Colors of #595EDD
Black with #595EDD
Text Example
Text Example
White with #595EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EDD; }
p { color: rgb(89,94,221); }
H1.HeaderClassName
{
color: #595EDD;
}
.AnyTagClassName
{
color: #595EDD;
}
</style>
background-color css
<style>
a { background-color: #595EDD; }
a { background-color: rgb(89,94,221); }
div.DivClassName
{
background-color: #595EDD;
}
.BgClassName
{
background-color: #595EDD;
}
</style>
border-color css
<style>
span { border-color: #595EDD; }
span { border-color: rgb(89,94,221); }
td.TdClassName
{
border-color: #595EDD;
}
.TagClassName
{
border-color: #595EDD;
}
</style>