Shades of Patina #59927A
Tints of Patina #59927A
RGB
CMYK
RGB Variations
Color information
#59927A (or 0x59927A) is known color: Patina. HEX triplet: 59, 92 and 7A. RGB value is (89,146,122). Sum of RGB (Red+Green+Blue) = 89+146+122=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #59927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59927A is #A66D85. Grayscale: #7E7E7E. Windows color (decimal): -10907014 or 8032857. OLE color: 8032857.
HSL color Cylindrical-coordinate representation of color #59927A: hue angle of 154.74º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59927A is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 122 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.43 |
| HSL | 154.74º | 0.24% | 0.46% | - |
| HSV(B) | 154.74º | 0.39% | 0.57% | - |
| XYZ | 17.91 | 24.09 | 22.12 | - |
| YUV | 126.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 122 | 0.39 | 0 | 0.16 | 0.43 | 154.74 | 0.24 | 0.46 |
| Hex | 59 | 92 | 7A | 27 | 0 | 10 | 2B | 9B | 18 | 2E |
| Octal | 131 | 222 | 172 | 47 | 0 | 20 | 53 | 233 | 30 | 56 |
| Binary | 1011001 | 10010010 | 1111010 | 100111 | 0 | 10000 | 101011 | 10011011 | 11000 | 101110 |
Color Harmonies of #59927A
Complementary color
Monochromatic Colors of #59927A
Black with #59927A
Text Example
Text Example
White with #59927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59927A; }
p { color: rgb(89,146,122); }
H1.HeaderClassName
{
color: #59927A;
}
.AnyTagClassName
{
color: #59927A;
}
</style>
background-color css
<style>
a { background-color: #59927A; }
a { background-color: rgb(89,146,122); }
div.DivClassName
{
background-color: #59927A;
}
.BgClassName
{
background-color: #59927A;
}
</style>
border-color css
<style>
span { border-color: #59927A; }
span { border-color: rgb(89,146,122); }
td.TdClassName
{
border-color: #59927A;
}
.TagClassName
{
border-color: #59927A;
}
</style>