Shades of Patina #598E85
Tints of Patina #598E85
RGB
CMYK
RGB Variations
Color information
#598E85 (or 0x598E85) is known color: Patina. HEX triplet: 59, 8E and 85. RGB value is (89,142,133). Sum of RGB (Red+Green+Blue) = 89+142+133=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 142 - color contains mainly: green. Hex color #598E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598E85 is #A6717A. Grayscale: #7D7D7D. Windows color (decimal): -10908027 or 8752729. OLE color: 8752729.
HSL color Cylindrical-coordinate representation of color #598E85: hue angle of 169.81º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598E85 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 142 | 133 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.44 |
| HSL | 169.81º | 0.23% | 0.45% | - |
| HSV(B) | 169.81º | 0.37% | 0.56% | - |
| XYZ | 18.03 | 23.16 | 25.71 | - |
| YUV | 125.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 133 | 0.37 | 0 | 0.06 | 0.44 | 169.81 | 0.23 | 0.45 |
| Hex | 59 | 8E | 85 | 25 | 0 | 6 | 2C | AA | 17 | 2D |
| Octal | 131 | 216 | 205 | 45 | 0 | 6 | 54 | 252 | 27 | 55 |
| Binary | 1011001 | 10001110 | 10000101 | 100101 | 0 | 110 | 101100 | 10101010 | 10111 | 101101 |
Color Harmonies of #598E85
Complementary color
Monochromatic Colors of #598E85
Black with #598E85
Text Example
Text Example
White with #598E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E85; }
p { color: rgb(89,142,133); }
H1.HeaderClassName
{
color: #598E85;
}
.AnyTagClassName
{
color: #598E85;
}
</style>
background-color css
<style>
a { background-color: #598E85; }
a { background-color: rgb(89,142,133); }
div.DivClassName
{
background-color: #598E85;
}
.BgClassName
{
background-color: #598E85;
}
</style>
border-color css
<style>
span { border-color: #598E85; }
span { border-color: rgb(89,142,133); }
td.TdClassName
{
border-color: #598E85;
}
.TagClassName
{
border-color: #598E85;
}
</style>