Shades of Slate Blue #595ED5
Tints of Slate Blue #595ED5
RGB
CMYK
RGB Variations
Color information
#595ED5 (or 0x595ED5) is known color: Slate Blue. HEX triplet: 59, 5E and D5. RGB value is (89,94,213). Sum of RGB (Red+Green+Blue) = 89+94+213=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #595ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ED5 is #A6A12A. Grayscale: #696969. Windows color (decimal): -10920235 or 13983321. OLE color: 13983321.
HSL color Cylindrical-coordinate representation of color #595ED5: hue angle of 237.58º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #595ED5 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 94 | 213 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.16 |
| HSL | 237.58º | 0.6% | 0.59% | - |
| HSV(B) | 237.58º | 0.58% | 0.84% | - |
| XYZ | 20.13 | 14.93 | 64.77 | - |
| YUV | 106.07 | 188.34 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 213 | 0.58 | 0.56 | 0 | 0.16 | 237.58 | 0.6 | 0.59 |
| Hex | 59 | 5E | D5 | 3A | 38 | 0 | 10 | EE | 3C | 3B |
| Octal | 131 | 136 | 325 | 72 | 70 | 0 | 20 | 356 | 74 | 73 |
| Binary | 1011001 | 1011110 | 11010101 | 111010 | 111000 | 0 | 10000 | 11101110 | 111100 | 111011 |
Color Harmonies of #595ED5
Complementary color
Monochromatic Colors of #595ED5
Black with #595ED5
Text Example
Text Example
White with #595ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595ED5; }
p { color: rgb(89,94,213); }
H1.HeaderClassName
{
color: #595ED5;
}
.AnyTagClassName
{
color: #595ED5;
}
</style>
background-color css
<style>
a { background-color: #595ED5; }
a { background-color: rgb(89,94,213); }
div.DivClassName
{
background-color: #595ED5;
}
.BgClassName
{
background-color: #595ED5;
}
</style>
border-color css
<style>
span { border-color: #595ED5; }
span { border-color: rgb(89,94,213); }
td.TdClassName
{
border-color: #595ED5;
}
.TagClassName
{
border-color: #595ED5;
}
</style>