Shades of Patina #599F81
Tints of Patina #599F81
RGB
CMYK
RGB Variations
Color information
#599F81 (or 0x599F81) is known color: Patina. HEX triplet: 59, 9F and 81. RGB value is (89,159,129). Sum of RGB (Red+Green+Blue) = 89+159+129=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #599F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599F81 is #A6607E. Grayscale: #868686. Windows color (decimal): -10903679 or 8494937. OLE color: 8494937.
HSL color Cylindrical-coordinate representation of color #599F81: hue angle of 154.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F81 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 159 | 129 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.38 |
| HSL | 154.29º | 0.28% | 0.49% | - |
| HSV(B) | 154.29º | 0.44% | 0.62% | - |
| XYZ | 20.48 | 28.51 | 25.19 | - |
| YUV | 134.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 129 | 0.44 | 0 | 0.19 | 0.38 | 154.29 | 0.28 | 0.49 |
| Hex | 59 | 9F | 81 | 2C | 0 | 13 | 26 | 9A | 1C | 31 |
| Octal | 131 | 237 | 201 | 54 | 0 | 23 | 46 | 232 | 34 | 61 |
| Binary | 1011001 | 10011111 | 10000001 | 101100 | 0 | 10011 | 100110 | 10011010 | 11100 | 110001 |
Color Harmonies of #599F81
Complementary color
Monochromatic Colors of #599F81
Black with #599F81
Text Example
Text Example
White with #599F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599F81; }
p { color: rgb(89,159,129); }
H1.HeaderClassName
{
color: #599F81;
}
.AnyTagClassName
{
color: #599F81;
}
</style>
background-color css
<style>
a { background-color: #599F81; }
a { background-color: rgb(89,159,129); }
div.DivClassName
{
background-color: #599F81;
}
.BgClassName
{
background-color: #599F81;
}
</style>
border-color css
<style>
span { border-color: #599F81; }
span { border-color: rgb(89,159,129); }
td.TdClassName
{
border-color: #599F81;
}
.TagClassName
{
border-color: #599F81;
}
</style>