Shades of Slate Blue #595ED2
Tints of Slate Blue #595ED2
RGB
CMYK
RGB Variations
Color information
#595ED2 (or 0x595ED2) is known color: Slate Blue. HEX triplet: 59, 5E and D2. RGB value is (89,94,210). Sum of RGB (Red+Green+Blue) = 89+94+210=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 210 (82.42% from 255 or 53.44% from 393); Max value from RGB is 210 - color contains mainly: blue. Hex color #595ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ED2 is #A6A12D. Grayscale: #696969. Windows color (decimal): -10920238 or 13786713. OLE color: 13786713.
HSL color Cylindrical-coordinate representation of color #595ED2: hue angle of 237.52º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #595ED2 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 94 | 210 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.18 |
| HSL | 237.52º | 0.57% | 0.59% | - |
| HSV(B) | 237.52º | 0.58% | 0.82% | - |
| XYZ | 19.76 | 14.78 | 62.78 | - |
| YUV | 105.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 210 | 0.58 | 0.55 | 0 | 0.18 | 237.52 | 0.57 | 0.59 |
| Hex | 59 | 5E | D2 | 3A | 37 | 0 | 12 | EE | 39 | 3B |
| Octal | 131 | 136 | 322 | 72 | 67 | 0 | 22 | 356 | 71 | 73 |
| Binary | 1011001 | 1011110 | 11010010 | 111010 | 110111 | 0 | 10010 | 11101110 | 111001 | 111011 |
Color Harmonies of #595ED2
Complementary color
Monochromatic Colors of #595ED2
Black with #595ED2
Text Example
Text Example
White with #595ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595ED2; }
p { color: rgb(89,94,210); }
H1.HeaderClassName
{
color: #595ED2;
}
.AnyTagClassName
{
color: #595ED2;
}
</style>
background-color css
<style>
a { background-color: #595ED2; }
a { background-color: rgb(89,94,210); }
div.DivClassName
{
background-color: #595ED2;
}
.BgClassName
{
background-color: #595ED2;
}
</style>
border-color css
<style>
span { border-color: #595ED2; }
span { border-color: rgb(89,94,210); }
td.TdClassName
{
border-color: #595ED2;
}
.TagClassName
{
border-color: #595ED2;
}
</style>