Shades of Patina #598B7C
Tints of Patina #598B7C
RGB
CMYK
RGB Variations
Color information
#598B7C (or 0x598B7C) is known color: Patina. HEX triplet: 59, 8B and 7C. RGB value is (89,139,124). Sum of RGB (Red+Green+Blue) = 89+139+124=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #598B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598B7C is #A67483. Grayscale: #7A7A7A. Windows color (decimal): -10908804 or 8162137. OLE color: 8162137.
HSL color Cylindrical-coordinate representation of color #598B7C: hue angle of 162º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #598B7C is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 139 | 124 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.45 |
| HSL | 162º | 0.22% | 0.45% | - |
| HSV(B) | 162º | 0.36% | 0.55% | - |
| XYZ | 16.99 | 22.04 | 22.43 | - |
| YUV | 122.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 124 | 0.36 | 0 | 0.11 | 0.45 | 162 | 0.22 | 0.45 |
| Hex | 59 | 8B | 7C | 24 | 0 | B | 2D | A2 | 16 | 2D |
| Octal | 131 | 213 | 174 | 44 | 0 | 13 | 55 | 242 | 26 | 55 |
| Binary | 1011001 | 10001011 | 1111100 | 100100 | 0 | 1011 | 101101 | 10100010 | 10110 | 101101 |
Color Harmonies of #598B7C
Complementary color
Monochromatic Colors of #598B7C
Black with #598B7C
Text Example
Text Example
White with #598B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598B7C; }
p { color: rgb(89,139,124); }
H1.HeaderClassName
{
color: #598B7C;
}
.AnyTagClassName
{
color: #598B7C;
}
</style>
background-color css
<style>
a { background-color: #598B7C; }
a { background-color: rgb(89,139,124); }
div.DivClassName
{
background-color: #598B7C;
}
.BgClassName
{
background-color: #598B7C;
}
</style>
border-color css
<style>
span { border-color: #598B7C; }
span { border-color: rgb(89,139,124); }
td.TdClassName
{
border-color: #598B7C;
}
.TagClassName
{
border-color: #598B7C;
}
</style>