Shades of Patina #598F85
Tints of Patina #598F85
RGB
CMYK
RGB Variations
Color information
#598F85 (or 0x598F85) is known color: Patina. HEX triplet: 59, 8F and 85. RGB value is (89,143,133). Sum of RGB (Red+Green+Blue) = 89+143+133=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #598F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598F85 is #A6707A. Grayscale: #7D7D7D. Windows color (decimal): -10907771 or 8752985. OLE color: 8752985.
HSL color Cylindrical-coordinate representation of color #598F85: hue angle of 168.89º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #598F85 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 143 | 133 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.44 |
| HSL | 168.89º | 0.23% | 0.45% | - |
| HSV(B) | 168.89º | 0.38% | 0.56% | - |
| XYZ | 18.18 | 23.46 | 25.76 | - |
| YUV | 125.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 133 | 0.38 | 0 | 0.07 | 0.44 | 168.89 | 0.23 | 0.45 |
| Hex | 59 | 8F | 85 | 26 | 0 | 7 | 2C | A9 | 17 | 2D |
| Octal | 131 | 217 | 205 | 46 | 0 | 7 | 54 | 251 | 27 | 55 |
| Binary | 1011001 | 10001111 | 10000101 | 100110 | 0 | 111 | 101100 | 10101001 | 10111 | 101101 |
Color Harmonies of #598F85
Complementary color
Monochromatic Colors of #598F85
Black with #598F85
Text Example
Text Example
White with #598F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598F85; }
p { color: rgb(89,143,133); }
H1.HeaderClassName
{
color: #598F85;
}
.AnyTagClassName
{
color: #598F85;
}
</style>
background-color css
<style>
a { background-color: #598F85; }
a { background-color: rgb(89,143,133); }
div.DivClassName
{
background-color: #598F85;
}
.BgClassName
{
background-color: #598F85;
}
</style>
border-color css
<style>
span { border-color: #598F85; }
span { border-color: rgb(89,143,133); }
td.TdClassName
{
border-color: #598F85;
}
.TagClassName
{
border-color: #598F85;
}
</style>