Shades of Patina #599D8C
Tints of Patina #599D8C
RGB
CMYK
RGB Variations
Color information
#599D8C (or 0x599D8C) is known color: Patina. HEX triplet: 59, 9D and 8C. RGB value is (89,157,140). Sum of RGB (Red+Green+Blue) = 89+157+140=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 157 - color contains mainly: green. Hex color #599D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599D8C is #A66273. Grayscale: #868686. Windows color (decimal): -10904180 or 9215321. OLE color: 9215321.
HSL color Cylindrical-coordinate representation of color #599D8C: hue angle of 165º 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 #599D8C is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 140 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.38 |
| HSL | 165º | 0.28% | 0.48% | - |
| HSV(B) | 165º | 0.43% | 0.62% | - |
| XYZ | 20.91 | 28.13 | 29.14 | - |
| YUV | 134.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 140 | 0.43 | 0 | 0.11 | 0.38 | 165 | 0.28 | 0.48 |
| Hex | 59 | 9D | 8C | 2B | 0 | B | 26 | A5 | 1C | 30 |
| Octal | 131 | 235 | 214 | 53 | 0 | 13 | 46 | 245 | 34 | 60 |
| Binary | 1011001 | 10011101 | 10001100 | 101011 | 0 | 1011 | 100110 | 10100101 | 11100 | 110000 |
Color Harmonies of #599D8C
Complementary color
Monochromatic Colors of #599D8C
Black with #599D8C
Text Example
Text Example
White with #599D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D8C; }
p { color: rgb(89,157,140); }
H1.HeaderClassName
{
color: #599D8C;
}
.AnyTagClassName
{
color: #599D8C;
}
</style>
background-color css
<style>
a { background-color: #599D8C; }
a { background-color: rgb(89,157,140); }
div.DivClassName
{
background-color: #599D8C;
}
.BgClassName
{
background-color: #599D8C;
}
</style>
border-color css
<style>
span { border-color: #599D8C; }
span { border-color: rgb(89,157,140); }
td.TdClassName
{
border-color: #599D8C;
}
.TagClassName
{
border-color: #599D8C;
}
</style>