Shades of Slate Blue #595AD0
Tints of Slate Blue #595AD0
RGB
CMYK
RGB Variations
Color information
#595AD0 (or 0x595AD0) is known color: Slate Blue. HEX triplet: 59, 5A and D0. RGB value is (89,90,208). Sum of RGB (Red+Green+Blue) = 89+90+208=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #595AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AD0 is #A6A52F. Grayscale: #666666. Windows color (decimal): -10921264 or 13654617. OLE color: 13654617.
HSL color Cylindrical-coordinate representation of color #595AD0: hue angle of 239.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595AD0 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 90 | 208 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.18 |
| HSL | 239.5º | 0.56% | 0.58% | - |
| HSV(B) | 239.5º | 0.57% | 0.82% | - |
| XYZ | 19.16 | 13.99 | 61.37 | - |
| YUV | 103.15 | 187.17 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 208 | 0.57 | 0.57 | 0 | 0.18 | 239.5 | 0.56 | 0.58 |
| Hex | 59 | 5A | D0 | 39 | 39 | 0 | 12 | EF | 38 | 3A |
| Octal | 131 | 132 | 320 | 71 | 71 | 0 | 22 | 357 | 70 | 72 |
| Binary | 1011001 | 1011010 | 11010000 | 111001 | 111001 | 0 | 10010 | 11101111 | 111000 | 111010 |
Color Harmonies of #595AD0
Complementary color
Monochromatic Colors of #595AD0
Black with #595AD0
Text Example
Text Example
White with #595AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595AD0; }
p { color: rgb(89,90,208); }
H1.HeaderClassName
{
color: #595AD0;
}
.AnyTagClassName
{
color: #595AD0;
}
</style>
background-color css
<style>
a { background-color: #595AD0; }
a { background-color: rgb(89,90,208); }
div.DivClassName
{
background-color: #595AD0;
}
.BgClassName
{
background-color: #595AD0;
}
</style>
border-color css
<style>
span { border-color: #595AD0; }
span { border-color: rgb(89,90,208); }
td.TdClassName
{
border-color: #595AD0;
}
.TagClassName
{
border-color: #595AD0;
}
</style>