Shades of Patina #599C82
Tints of Patina #599C82
RGB
CMYK
RGB Variations
Color information
#599C82 (or 0x599C82) is known color: Patina. HEX triplet: 59, 9C and 82. RGB value is (89,156,130). Sum of RGB (Red+Green+Blue) = 89+156+130=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 156 - color contains mainly: green. Hex color #599C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599C82 is #A6637D. Grayscale: #858585. Windows color (decimal): -10904446 or 8559705. OLE color: 8559705.
HSL color Cylindrical-coordinate representation of color #599C82: hue angle of 156.72º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599C82 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 130 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.39 |
| HSL | 156.72º | 0.27% | 0.48% | - |
| HSV(B) | 156.72º | 0.43% | 0.61% | - |
| XYZ | 20.04 | 27.51 | 25.37 | - |
| YUV | 133 | 126.3 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 130 | 0.43 | 0 | 0.17 | 0.39 | 156.72 | 0.27 | 0.48 |
| Hex | 59 | 9C | 82 | 2B | 0 | 11 | 27 | 9D | 1B | 30 |
| Octal | 131 | 234 | 202 | 53 | 0 | 21 | 47 | 235 | 33 | 60 |
| Binary | 1011001 | 10011100 | 10000010 | 101011 | 0 | 10001 | 100111 | 10011101 | 11011 | 110000 |
Color Harmonies of #599C82
Complementary color
Monochromatic Colors of #599C82
Black with #599C82
Text Example
Text Example
White with #599C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C82; }
p { color: rgb(89,156,130); }
H1.HeaderClassName
{
color: #599C82;
}
.AnyTagClassName
{
color: #599C82;
}
</style>
background-color css
<style>
a { background-color: #599C82; }
a { background-color: rgb(89,156,130); }
div.DivClassName
{
background-color: #599C82;
}
.BgClassName
{
background-color: #599C82;
}
</style>
border-color css
<style>
span { border-color: #599C82; }
span { border-color: rgb(89,156,130); }
td.TdClassName
{
border-color: #599C82;
}
.TagClassName
{
border-color: #599C82;
}
</style>