Shades of Slate Blue #595ACC
Tints of Slate Blue #595ACC
RGB
CMYK
RGB Variations
Color information
#595ACC (or 0x595ACC) is known color: Slate Blue. HEX triplet: 59, 5A and CC. RGB value is (89,90,204). Sum of RGB (Red+Green+Blue) = 89+90+204=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #595ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ACC is #A6A533. Grayscale: #666666. Windows color (decimal): -10921268 or 13392473. OLE color: 13392473.
HSL color Cylindrical-coordinate representation of color #595ACC: hue angle of 239.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595ACC is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 90 | 204 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.2 |
| HSL | 239.48º | 0.53% | 0.57% | - |
| HSV(B) | 239.48º | 0.56% | 0.8% | - |
| XYZ | 18.68 | 13.8 | 58.81 | - |
| YUV | 102.7 | 185.17 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 204 | 0.56 | 0.56 | 0 | 0.2 | 239.48 | 0.53 | 0.57 |
| Hex | 59 | 5A | CC | 38 | 38 | 0 | 14 | EF | 35 | 39 |
| Octal | 131 | 132 | 314 | 70 | 70 | 0 | 24 | 357 | 65 | 71 |
| Binary | 1011001 | 1011010 | 11001100 | 111000 | 111000 | 0 | 10100 | 11101111 | 110101 | 111001 |
Color Harmonies of #595ACC
Complementary color
Monochromatic Colors of #595ACC
Black with #595ACC
Text Example
Text Example
White with #595ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595ACC; }
p { color: rgb(89,90,204); }
H1.HeaderClassName
{
color: #595ACC;
}
.AnyTagClassName
{
color: #595ACC;
}
</style>
background-color css
<style>
a { background-color: #595ACC; }
a { background-color: rgb(89,90,204); }
div.DivClassName
{
background-color: #595ACC;
}
.BgClassName
{
background-color: #595ACC;
}
</style>
border-color css
<style>
span { border-color: #595ACC; }
span { border-color: rgb(89,90,204); }
td.TdClassName
{
border-color: #595ACC;
}
.TagClassName
{
border-color: #595ACC;
}
</style>