Shades of Patina #599286
Tints of Patina #599286
RGB
CMYK
RGB Variations
Color information
#599286 (or 0x599286) is known color: Patina. HEX triplet: 59, 92 and 86. RGB value is (89,146,134). Sum of RGB (Red+Green+Blue) = 89+146+134=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #599286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599286 is #A66D79. Grayscale: #7F7F7F. Windows color (decimal): -10907002 or 8819289. OLE color: 8819289.
HSL color Cylindrical-coordinate representation of color #599286: hue angle of 167.37º 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 #599286 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 134 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.43 |
| HSL | 167.37º | 0.24% | 0.46% | - |
| HSV(B) | 167.37º | 0.39% | 0.57% | - |
| XYZ | 18.7 | 24.4 | 26.28 | - |
| YUV | 127.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 134 | 0.39 | 0 | 0.08 | 0.43 | 167.37 | 0.24 | 0.46 |
| Hex | 59 | 92 | 86 | 27 | 0 | 8 | 2B | A7 | 18 | 2E |
| Octal | 131 | 222 | 206 | 47 | 0 | 10 | 53 | 247 | 30 | 56 |
| Binary | 1011001 | 10010010 | 10000110 | 100111 | 0 | 1000 | 101011 | 10100111 | 11000 | 101110 |
Color Harmonies of #599286
Complementary color
Monochromatic Colors of #599286
Black with #599286
Text Example
Text Example
White with #599286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599286; }
p { color: rgb(89,146,134); }
H1.HeaderClassName
{
color: #599286;
}
.AnyTagClassName
{
color: #599286;
}
</style>
background-color css
<style>
a { background-color: #599286; }
a { background-color: rgb(89,146,134); }
div.DivClassName
{
background-color: #599286;
}
.BgClassName
{
background-color: #599286;
}
</style>
border-color css
<style>
span { border-color: #599286; }
span { border-color: rgb(89,146,134); }
td.TdClassName
{
border-color: #599286;
}
.TagClassName
{
border-color: #599286;
}
</style>