Shades of Como #596C61
Tints of Como #596C61
RGB
CMYK
RGB Variations
Color information
#596C61 (or 0x596C61) is known color: Como. HEX triplet: 59, 6C and 61. RGB value is (89,108,97). Sum of RGB (Red+Green+Blue) = 89+108+97=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 108 - color contains mainly: green. Hex color #596C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596C61 is #A6939E. Grayscale: #656565. Windows color (decimal): -10916767 or 6384729. OLE color: 6384729.
HSL color Cylindrical-coordinate representation of color #596C61: hue angle of 145.26º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #596C61 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 108 | 97 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.58 |
| HSL | 145.26º | 0.1% | 0.39% | - |
| HSV(B) | 145.26º | 0.18% | 0.42% | - |
| XYZ | 11.64 | 13.71 | 13.34 | - |
| YUV | 101.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 97 | 0.18 | 0 | 0.10 | 0.58 | 145.26 | 0.1 | 0.39 |
| Hex | 59 | 6C | 61 | 12 | 0 | A | 3A | 91 | A | 27 |
| Octal | 131 | 154 | 141 | 22 | 0 | 12 | 72 | 221 | 12 | 47 |
| Binary | 1011001 | 1101100 | 1100001 | 10010 | 0 | 1010 | 111010 | 10010001 | 1010 | 100111 |
Color Harmonies of #596C61
Complementary color
Monochromatic Colors of #596C61
Black with #596C61
Text Example
Text Example
White with #596C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C61; }
p { color: rgb(89,108,97); }
H1.HeaderClassName
{
color: #596C61;
}
.AnyTagClassName
{
color: #596C61;
}
</style>
background-color css
<style>
a { background-color: #596C61; }
a { background-color: rgb(89,108,97); }
div.DivClassName
{
background-color: #596C61;
}
.BgClassName
{
background-color: #596C61;
}
</style>
border-color css
<style>
span { border-color: #596C61; }
span { border-color: rgb(89,108,97); }
td.TdClassName
{
border-color: #596C61;
}
.TagClassName
{
border-color: #596C61;
}
</style>