Shades of Patina #59987E
Tints of Patina #59987E
RGB
CMYK
RGB Variations
Color information
#59987E (or 0x59987E) is known color: Patina. HEX triplet: 59, 98 and 7E. RGB value is (89,152,126). Sum of RGB (Red+Green+Blue) = 89+152+126=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #59987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59987E is #A66781. Grayscale: #828282. Windows color (decimal): -10905474 or 8296537. OLE color: 8296537.
HSL color Cylindrical-coordinate representation of color #59987E: hue angle of 155.24º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59987E is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 126 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.40 |
| HSL | 155.24º | 0.26% | 0.47% | - |
| HSV(B) | 155.24º | 0.41% | 0.6% | - |
| XYZ | 19.11 | 26.09 | 23.77 | - |
| YUV | 130.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 126 | 0.41 | 0 | 0.17 | 0.40 | 155.24 | 0.26 | 0.47 |
| Hex | 59 | 98 | 7E | 29 | 0 | 11 | 28 | 9B | 1A | 2F |
| Octal | 131 | 230 | 176 | 51 | 0 | 21 | 50 | 233 | 32 | 57 |
| Binary | 1011001 | 10011000 | 1111110 | 101001 | 0 | 10001 | 101000 | 10011011 | 11010 | 101111 |
Color Harmonies of #59987E
Complementary color
Monochromatic Colors of #59987E
Black with #59987E
Text Example
Text Example
White with #59987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59987E; }
p { color: rgb(89,152,126); }
H1.HeaderClassName
{
color: #59987E;
}
.AnyTagClassName
{
color: #59987E;
}
</style>
background-color css
<style>
a { background-color: #59987E; }
a { background-color: rgb(89,152,126); }
div.DivClassName
{
background-color: #59987E;
}
.BgClassName
{
background-color: #59987E;
}
</style>
border-color css
<style>
span { border-color: #59987E; }
span { border-color: rgb(89,152,126); }
td.TdClassName
{
border-color: #59987E;
}
.TagClassName
{
border-color: #59987E;
}
</style>