Shades of Patina #599C86
Tints of Patina #599C86
RGB
CMYK
RGB Variations
Color information
#599C86 (or 0x599C86) is known color: Patina. HEX triplet: 59, 9C and 86. RGB value is (89,156,134). Sum of RGB (Red+Green+Blue) = 89+156+134=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 156 - color contains mainly: green. Hex color #599C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599C86 is #A66379. Grayscale: #858585. Windows color (decimal): -10904442 or 8821849. OLE color: 8821849.
HSL color Cylindrical-coordinate representation of color #599C86: hue angle of 160.3º 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 #599C86 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 134 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.39 |
| HSL | 160.3º | 0.27% | 0.48% | - |
| HSV(B) | 160.3º | 0.43% | 0.61% | - |
| XYZ | 20.31 | 27.62 | 26.82 | - |
| YUV | 133.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 134 | 0.43 | 0 | 0.14 | 0.39 | 160.3 | 0.27 | 0.48 |
| Hex | 59 | 9C | 86 | 2B | 0 | E | 27 | A0 | 1B | 30 |
| Octal | 131 | 234 | 206 | 53 | 0 | 16 | 47 | 240 | 33 | 60 |
| Binary | 1011001 | 10011100 | 10000110 | 101011 | 0 | 1110 | 100111 | 10100000 | 11011 | 110000 |
Color Harmonies of #599C86
Complementary color
Monochromatic Colors of #599C86
Black with #599C86
Text Example
Text Example
White with #599C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C86; }
p { color: rgb(89,156,134); }
H1.HeaderClassName
{
color: #599C86;
}
.AnyTagClassName
{
color: #599C86;
}
</style>
background-color css
<style>
a { background-color: #599C86; }
a { background-color: rgb(89,156,134); }
div.DivClassName
{
background-color: #599C86;
}
.BgClassName
{
background-color: #599C86;
}
</style>
border-color css
<style>
span { border-color: #599C86; }
span { border-color: rgb(89,156,134); }
td.TdClassName
{
border-color: #599C86;
}
.TagClassName
{
border-color: #599C86;
}
</style>