Shades of Patina #598D82
Tints of Patina #598D82
RGB
CMYK
RGB Variations
Color information
#598D82 (or 0x598D82) is known color: Patina. HEX triplet: 59, 8D and 82. RGB value is (89,141,130). Sum of RGB (Red+Green+Blue) = 89+141+130=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #598D82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598D82 is #A6727D. Grayscale: #7C7C7C. Windows color (decimal): -10908286 or 8555865. OLE color: 8555865.
HSL color Cylindrical-coordinate representation of color #598D82: hue angle of 167.31º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598D82 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 141 | 130 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.45 |
| HSL | 167.31º | 0.23% | 0.45% | - |
| HSV(B) | 167.31º | 0.37% | 0.55% | - |
| XYZ | 17.67 | 22.79 | 24.59 | - |
| YUV | 124.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 130 | 0.37 | 0 | 0.08 | 0.45 | 167.31 | 0.23 | 0.45 |
| Hex | 59 | 8D | 82 | 25 | 0 | 8 | 2D | A7 | 17 | 2D |
| Octal | 131 | 215 | 202 | 45 | 0 | 10 | 55 | 247 | 27 | 55 |
| Binary | 1011001 | 10001101 | 10000010 | 100101 | 0 | 1000 | 101101 | 10100111 | 10111 | 101101 |
Color Harmonies of #598D82
Complementary color
Monochromatic Colors of #598D82
Black with #598D82
Text Example
Text Example
White with #598D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598D82; }
p { color: rgb(89,141,130); }
H1.HeaderClassName
{
color: #598D82;
}
.AnyTagClassName
{
color: #598D82;
}
</style>
background-color css
<style>
a { background-color: #598D82; }
a { background-color: rgb(89,141,130); }
div.DivClassName
{
background-color: #598D82;
}
.BgClassName
{
background-color: #598D82;
}
</style>
border-color css
<style>
span { border-color: #598D82; }
span { border-color: rgb(89,141,130); }
td.TdClassName
{
border-color: #598D82;
}
.TagClassName
{
border-color: #598D82;
}
</style>