Shades of Patina #59A58C
Tints of Patina #59A58C
RGB
CMYK
RGB Variations
Color information
#59A58C (or 0x59A58C) is known color: Patina. HEX triplet: 59, A5 and 8C. RGB value is (89,165,140). Sum of RGB (Red+Green+Blue) = 89+165+140=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #59A58C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A58C is #A65A73. Grayscale: #8B8B8B. Windows color (decimal): -10902132 or 9217369. OLE color: 9217369.
HSL color Cylindrical-coordinate representation of color #59A58C: hue angle of 160.26º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A58C is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 165 | 140 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.35 |
| HSL | 160.26º | 0.3% | 0.5% | - |
| HSV(B) | 160.26º | 0.46% | 0.65% | - |
| XYZ | 22.31 | 30.93 | 29.6 | - |
| YUV | 139.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 165 | 140 | 0.46 | 0 | 0.15 | 0.35 | 160.26 | 0.3 | 0.5 |
| Hex | 59 | A5 | 8C | 2E | 0 | F | 23 | A0 | 1E | 32 |
| Octal | 131 | 245 | 214 | 56 | 0 | 17 | 43 | 240 | 36 | 62 |
| Binary | 1011001 | 10100101 | 10001100 | 101110 | 0 | 1111 | 100011 | 10100000 | 11110 | 110010 |
Color Harmonies of #59A58C
Complementary color
Monochromatic Colors of #59A58C
Black with #59A58C
Text Example
Text Example
White with #59A58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A58C; }
p { color: rgb(89,165,140); }
H1.HeaderClassName
{
color: #59A58C;
}
.AnyTagClassName
{
color: #59A58C;
}
</style>
background-color css
<style>
a { background-color: #59A58C; }
a { background-color: rgb(89,165,140); }
div.DivClassName
{
background-color: #59A58C;
}
.BgClassName
{
background-color: #59A58C;
}
</style>
border-color css
<style>
span { border-color: #59A58C; }
span { border-color: rgb(89,165,140); }
td.TdClassName
{
border-color: #59A58C;
}
.TagClassName
{
border-color: #59A58C;
}
</style>