Shades of Patina #59967C
Tints of Patina #59967C
RGB
CMYK
RGB Variations
Color information
#59967C (or 0x59967C) is known color: Patina. HEX triplet: 59, 96 and 7C. RGB value is (89,150,124). Sum of RGB (Red+Green+Blue) = 89+150+124=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #59967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59967C is #A66983. Grayscale: #808080. Windows color (decimal): -10905988 or 8164953. OLE color: 8164953.
HSL color Cylindrical-coordinate representation of color #59967C: hue angle of 154.43º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59967C is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 150 | 124 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.41 |
| HSL | 154.43º | 0.26% | 0.47% | - |
| HSV(B) | 154.43º | 0.41% | 0.59% | - |
| XYZ | 18.66 | 25.39 | 22.99 | - |
| YUV | 128.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 150 | 124 | 0.41 | 0 | 0.17 | 0.41 | 154.43 | 0.26 | 0.47 |
| Hex | 59 | 96 | 7C | 29 | 0 | 11 | 29 | 9A | 1A | 2F |
| Octal | 131 | 226 | 174 | 51 | 0 | 21 | 51 | 232 | 32 | 57 |
| Binary | 1011001 | 10010110 | 1111100 | 101001 | 0 | 10001 | 101001 | 10011010 | 11010 | 101111 |
Color Harmonies of #59967C
Complementary color
Monochromatic Colors of #59967C
Black with #59967C
Text Example
Text Example
White with #59967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59967C; }
p { color: rgb(89,150,124); }
H1.HeaderClassName
{
color: #59967C;
}
.AnyTagClassName
{
color: #59967C;
}
</style>
background-color css
<style>
a { background-color: #59967C; }
a { background-color: rgb(89,150,124); }
div.DivClassName
{
background-color: #59967C;
}
.BgClassName
{
background-color: #59967C;
}
</style>
border-color css
<style>
span { border-color: #59967C; }
span { border-color: rgb(89,150,124); }
td.TdClassName
{
border-color: #59967C;
}
.TagClassName
{
border-color: #59967C;
}
</style>