Shades of Patina #599185
Tints of Patina #599185
RGB
CMYK
RGB Variations
Color information
#599185 (or 0x599185) is known color: Patina. HEX triplet: 59, 91 and 85. RGB value is (89,145,133). Sum of RGB (Red+Green+Blue) = 89+145+133=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #599185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599185 is #A66E7A. Grayscale: #7E7E7E. Windows color (decimal): -10907259 or 8753497. OLE color: 8753497.
HSL color Cylindrical-coordinate representation of color #599185: hue angle of 167.14º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599185 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 145 | 133 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.43 |
| HSL | 167.14º | 0.24% | 0.46% | - |
| HSV(B) | 167.14º | 0.39% | 0.57% | - |
| XYZ | 18.48 | 24.07 | 25.86 | - |
| YUV | 126.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 133 | 0.39 | 0 | 0.08 | 0.43 | 167.14 | 0.24 | 0.46 |
| Hex | 59 | 91 | 85 | 27 | 0 | 8 | 2B | A7 | 18 | 2E |
| Octal | 131 | 221 | 205 | 47 | 0 | 10 | 53 | 247 | 30 | 56 |
| Binary | 1011001 | 10010001 | 10000101 | 100111 | 0 | 1000 | 101011 | 10100111 | 11000 | 101110 |
Color Harmonies of #599185
Complementary color
Monochromatic Colors of #599185
Black with #599185
Text Example
Text Example
White with #599185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599185; }
p { color: rgb(89,145,133); }
H1.HeaderClassName
{
color: #599185;
}
.AnyTagClassName
{
color: #599185;
}
</style>
background-color css
<style>
a { background-color: #599185; }
a { background-color: rgb(89,145,133); }
div.DivClassName
{
background-color: #599185;
}
.BgClassName
{
background-color: #599185;
}
</style>
border-color css
<style>
span { border-color: #599185; }
span { border-color: rgb(89,145,133); }
td.TdClassName
{
border-color: #599185;
}
.TagClassName
{
border-color: #599185;
}
</style>