Shades of Slate Blue #595AD7
Tints of Slate Blue #595AD7
RGB
CMYK
RGB Variations
Color information
#595AD7 (or 0x595AD7) is known color: Slate Blue. HEX triplet: 59, 5A and D7. RGB value is (89,90,215). Sum of RGB (Red+Green+Blue) = 89+90+215=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #595AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AD7 is #A6A528. Grayscale: #676767. Windows color (decimal): -10921257 or 14113369. OLE color: 14113369.
HSL color Cylindrical-coordinate representation of color #595AD7: hue angle of 239.52º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #595AD7 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 90 | 215 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.16 |
| HSL | 239.52º | 0.61% | 0.6% | - |
| HSV(B) | 239.52º | 0.59% | 0.84% | - |
| XYZ | 20.04 | 14.34 | 66 | - |
| YUV | 103.95 | 190.67 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 215 | 0.59 | 0.58 | 0 | 0.16 | 239.52 | 0.61 | 0.6 |
| Hex | 59 | 5A | D7 | 3B | 3A | 0 | 10 | F0 | 3D | 3C |
| Octal | 131 | 132 | 327 | 73 | 72 | 0 | 20 | 360 | 75 | 74 |
| Binary | 1011001 | 1011010 | 11010111 | 111011 | 111010 | 0 | 10000 | 11110000 | 111101 | 111100 |
Color Harmonies of #595AD7
Complementary color
Monochromatic Colors of #595AD7
Black with #595AD7
Text Example
Text Example
White with #595AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595AD7; }
p { color: rgb(89,90,215); }
H1.HeaderClassName
{
color: #595AD7;
}
.AnyTagClassName
{
color: #595AD7;
}
</style>
background-color css
<style>
a { background-color: #595AD7; }
a { background-color: rgb(89,90,215); }
div.DivClassName
{
background-color: #595AD7;
}
.BgClassName
{
background-color: #595AD7;
}
</style>
border-color css
<style>
span { border-color: #595AD7; }
span { border-color: rgb(89,90,215); }
td.TdClassName
{
border-color: #595AD7;
}
.TagClassName
{
border-color: #595AD7;
}
</style>