Shades of Slate Blue #595ECC
Tints of Slate Blue #595ECC
RGB
CMYK
RGB Variations
Color information
#595ECC (or 0x595ECC) is known color: Slate Blue. HEX triplet: 59, 5E and CC. RGB value is (89,94,204). Sum of RGB (Red+Green+Blue) = 89+94+204=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #595ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ECC is #A6A133. Grayscale: #686868. Windows color (decimal): -10920244 or 13393497. OLE color: 13393497.
HSL color Cylindrical-coordinate representation of color #595ECC: hue angle of 237.39º 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 #595ECC is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 94 | 204 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.2 |
| HSL | 237.39º | 0.53% | 0.57% | - |
| HSV(B) | 237.39º | 0.56% | 0.8% | - |
| XYZ | 19.02 | 14.49 | 58.92 | - |
| YUV | 105.05 | 183.84 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 204 | 0.56 | 0.54 | 0 | 0.2 | 237.39 | 0.53 | 0.57 |
| Hex | 59 | 5E | CC | 38 | 36 | 0 | 14 | ED | 35 | 39 |
| Octal | 131 | 136 | 314 | 70 | 66 | 0 | 24 | 355 | 65 | 71 |
| Binary | 1011001 | 1011110 | 11001100 | 111000 | 110110 | 0 | 10100 | 11101101 | 110101 | 111001 |
Color Harmonies of #595ECC
Complementary color
Monochromatic Colors of #595ECC
Black with #595ECC
Text Example
Text Example
White with #595ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595ECC; }
p { color: rgb(89,94,204); }
H1.HeaderClassName
{
color: #595ECC;
}
.AnyTagClassName
{
color: #595ECC;
}
</style>
background-color css
<style>
a { background-color: #595ECC; }
a { background-color: rgb(89,94,204); }
div.DivClassName
{
background-color: #595ECC;
}
.BgClassName
{
background-color: #595ECC;
}
</style>
border-color css
<style>
span { border-color: #595ECC; }
span { border-color: rgb(89,94,204); }
td.TdClassName
{
border-color: #595ECC;
}
.TagClassName
{
border-color: #595ECC;
}
</style>