Shades of Patina #599E8E
Tints of Patina #599E8E
RGB
CMYK
RGB Variations
Color information
#599E8E (or 0x599E8E) is known color: Patina. HEX triplet: 59, 9E and 8E. RGB value is (89,158,142). Sum of RGB (Red+Green+Blue) = 89+158+142=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #599E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599E8E is #A66171. Grayscale: #878787. Windows color (decimal): -10903922 or 9346649. OLE color: 9346649.
HSL color Cylindrical-coordinate representation of color #599E8E: hue angle of 166.09º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599E8E is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 158 | 142 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.38 |
| HSL | 166.09º | 0.28% | 0.48% | - |
| HSV(B) | 166.09º | 0.44% | 0.62% | - |
| XYZ | 21.23 | 28.53 | 29.98 | - |
| YUV | 135.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 142 | 0.44 | 0 | 0.10 | 0.38 | 166.09 | 0.28 | 0.48 |
| Hex | 59 | 9E | 8E | 2C | 0 | A | 26 | A6 | 1C | 30 |
| Octal | 131 | 236 | 216 | 54 | 0 | 12 | 46 | 246 | 34 | 60 |
| Binary | 1011001 | 10011110 | 10001110 | 101100 | 0 | 1010 | 100110 | 10100110 | 11100 | 110000 |
Color Harmonies of #599E8E
Complementary color
Monochromatic Colors of #599E8E
Black with #599E8E
Text Example
Text Example
White with #599E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599E8E; }
p { color: rgb(89,158,142); }
H1.HeaderClassName
{
color: #599E8E;
}
.AnyTagClassName
{
color: #599E8E;
}
</style>
background-color css
<style>
a { background-color: #599E8E; }
a { background-color: rgb(89,158,142); }
div.DivClassName
{
background-color: #599E8E;
}
.BgClassName
{
background-color: #599E8E;
}
</style>
border-color css
<style>
span { border-color: #599E8E; }
span { border-color: rgb(89,158,142); }
td.TdClassName
{
border-color: #599E8E;
}
.TagClassName
{
border-color: #599E8E;
}
</style>