Shades of Slate Blue #595ACD
Tints of Slate Blue #595ACD
RGB
CMYK
RGB Variations
Color information
#595ACD (or 0x595ACD) is known color: Slate Blue. HEX triplet: 59, 5A and CD. RGB value is (89,90,205). Sum of RGB (Red+Green+Blue) = 89+90+205=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #595ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ACD is #A6A532. Grayscale: #666666. Windows color (decimal): -10921267 or 13458009. OLE color: 13458009.
HSL color Cylindrical-coordinate representation of color #595ACD: hue angle of 239.48º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595ACD is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 90 | 205 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.20 |
| HSL | 239.48º | 0.54% | 0.58% | - |
| HSV(B) | 239.48º | 0.57% | 0.8% | - |
| XYZ | 18.8 | 13.84 | 59.44 | - |
| YUV | 102.81 | 185.67 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 205 | 0.57 | 0.56 | 0 | 0.20 | 239.48 | 0.54 | 0.58 |
| Hex | 59 | 5A | CD | 39 | 38 | 0 | 14 | EF | 36 | 3A |
| Octal | 131 | 132 | 315 | 71 | 70 | 0 | 24 | 357 | 66 | 72 |
| Binary | 1011001 | 1011010 | 11001101 | 111001 | 111000 | 0 | 10100 | 11101111 | 110110 | 111010 |
Color Harmonies of #595ACD
Complementary color
Monochromatic Colors of #595ACD
Black with #595ACD
Text Example
Text Example
White with #595ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595ACD; }
p { color: rgb(89,90,205); }
H1.HeaderClassName
{
color: #595ACD;
}
.AnyTagClassName
{
color: #595ACD;
}
</style>
background-color css
<style>
a { background-color: #595ACD; }
a { background-color: rgb(89,90,205); }
div.DivClassName
{
background-color: #595ACD;
}
.BgClassName
{
background-color: #595ACD;
}
</style>
border-color css
<style>
span { border-color: #595ACD; }
span { border-color: rgb(89,90,205); }
td.TdClassName
{
border-color: #595ACD;
}
.TagClassName
{
border-color: #595ACD;
}
</style>