Shades of Patina #599D85
Tints of Patina #599D85
RGB
CMYK
RGB Variations
Color information
#599D85 (or 0x599D85) is known color: Patina. HEX triplet: 59, 9D and 85. RGB value is (89,157,133). Sum of RGB (Red+Green+Blue) = 89+157+133=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #599D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599D85 is #A6627A. Grayscale: #858585. Windows color (decimal): -10904187 or 8756569. OLE color: 8756569.
HSL color Cylindrical-coordinate representation of color #599D85: hue angle of 158.82º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599D85 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 133 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.38 |
| HSL | 158.82º | 0.28% | 0.48% | - |
| HSV(B) | 158.82º | 0.43% | 0.62% | - |
| XYZ | 20.41 | 27.93 | 26.51 | - |
| YUV | 133.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 133 | 0.43 | 0 | 0.15 | 0.38 | 158.82 | 0.28 | 0.48 |
| Hex | 59 | 9D | 85 | 2B | 0 | F | 26 | 9F | 1C | 30 |
| Octal | 131 | 235 | 205 | 53 | 0 | 17 | 46 | 237 | 34 | 60 |
| Binary | 1011001 | 10011101 | 10000101 | 101011 | 0 | 1111 | 100110 | 10011111 | 11100 | 110000 |
Color Harmonies of #599D85
Complementary color
Monochromatic Colors of #599D85
Black with #599D85
Text Example
Text Example
White with #599D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D85; }
p { color: rgb(89,157,133); }
H1.HeaderClassName
{
color: #599D85;
}
.AnyTagClassName
{
color: #599D85;
}
</style>
background-color css
<style>
a { background-color: #599D85; }
a { background-color: rgb(89,157,133); }
div.DivClassName
{
background-color: #599D85;
}
.BgClassName
{
background-color: #599D85;
}
</style>
border-color css
<style>
span { border-color: #599D85; }
span { border-color: rgb(89,157,133); }
td.TdClassName
{
border-color: #599D85;
}
.TagClassName
{
border-color: #599D85;
}
</style>