Shades of Slate Blue #595ACE
Tints of Slate Blue #595ACE
RGB
CMYK
RGB Variations
Color information
#595ACE (or 0x595ACE) is known color: Slate Blue. HEX triplet: 59, 5A and CE. RGB value is (89,90,206). Sum of RGB (Red+Green+Blue) = 89+90+206=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #595ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ACE is #A6A531. Grayscale: #666666. Windows color (decimal): -10921266 or 13523545. OLE color: 13523545.
HSL color Cylindrical-coordinate representation of color #595ACE: hue angle of 239.49º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595ACE is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 90 | 206 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.19 |
| HSL | 239.49º | 0.54% | 0.58% | - |
| HSV(B) | 239.49º | 0.57% | 0.81% | - |
| XYZ | 18.92 | 13.89 | 60.08 | - |
| YUV | 102.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 206 | 0.57 | 0.56 | 0 | 0.19 | 239.49 | 0.54 | 0.58 |
| Hex | 59 | 5A | CE | 39 | 38 | 0 | 13 | EF | 36 | 3A |
| Octal | 131 | 132 | 316 | 71 | 70 | 0 | 23 | 357 | 66 | 72 |
| Binary | 1011001 | 1011010 | 11001110 | 111001 | 111000 | 0 | 10011 | 11101111 | 110110 | 111010 |
Color Harmonies of #595ACE
Complementary color
Monochromatic Colors of #595ACE
Black with #595ACE
Text Example
Text Example
White with #595ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595ACE; }
p { color: rgb(89,90,206); }
H1.HeaderClassName
{
color: #595ACE;
}
.AnyTagClassName
{
color: #595ACE;
}
</style>
background-color css
<style>
a { background-color: #595ACE; }
a { background-color: rgb(89,90,206); }
div.DivClassName
{
background-color: #595ACE;
}
.BgClassName
{
background-color: #595ACE;
}
</style>
border-color css
<style>
span { border-color: #595ACE; }
span { border-color: rgb(89,90,206); }
td.TdClassName
{
border-color: #595ACE;
}
.TagClassName
{
border-color: #595ACE;
}
</style>