Shades of Patina #599585
Tints of Patina #599585
RGB
CMYK
RGB Variations
Color information
#599585 (or 0x599585) is known color: Patina. HEX triplet: 59, 95 and 85. RGB value is (89,149,133). Sum of RGB (Red+Green+Blue) = 89+149+133=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #599585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599585 is #A66A7A. Grayscale: #818181. Windows color (decimal): -10906235 or 8754521. OLE color: 8754521.
HSL color Cylindrical-coordinate representation of color #599585: hue angle of 164º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599585 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 133 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.42 |
| HSL | 164º | 0.25% | 0.47% | - |
| HSV(B) | 164º | 0.4% | 0.58% | - |
| XYZ | 19.1 | 25.31 | 26.07 | - |
| YUV | 129.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 133 | 0.40 | 0 | 0.11 | 0.42 | 164 | 0.25 | 0.47 |
| Hex | 59 | 95 | 85 | 28 | 0 | B | 2A | A4 | 19 | 2F |
| Octal | 131 | 225 | 205 | 50 | 0 | 13 | 52 | 244 | 31 | 57 |
| Binary | 1011001 | 10010101 | 10000101 | 101000 | 0 | 1011 | 101010 | 10100100 | 11001 | 101111 |
Color Harmonies of #599585
Complementary color
Monochromatic Colors of #599585
Black with #599585
Text Example
Text Example
White with #599585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599585; }
p { color: rgb(89,149,133); }
H1.HeaderClassName
{
color: #599585;
}
.AnyTagClassName
{
color: #599585;
}
</style>
background-color css
<style>
a { background-color: #599585; }
a { background-color: rgb(89,149,133); }
div.DivClassName
{
background-color: #599585;
}
.BgClassName
{
background-color: #599585;
}
</style>
border-color css
<style>
span { border-color: #599585; }
span { border-color: rgb(89,149,133); }
td.TdClassName
{
border-color: #599585;
}
.TagClassName
{
border-color: #599585;
}
</style>