Shades of Patina #59947C
Tints of Patina #59947C
RGB
CMYK
RGB Variations
Color information
#59947C (or 0x59947C) is known color: Patina. HEX triplet: 59, 94 and 7C. RGB value is (89,148,124). Sum of RGB (Red+Green+Blue) = 89+148+124=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #59947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59947C is #A66B83. Grayscale: #7F7F7F. Windows color (decimal): -10906500 or 8164441. OLE color: 8164441.
HSL color Cylindrical-coordinate representation of color #59947C: hue angle of 155.59º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59947C is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 124 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.42 |
| HSL | 155.59º | 0.25% | 0.46% | - |
| HSV(B) | 155.59º | 0.4% | 0.58% | - |
| XYZ | 18.35 | 24.76 | 22.88 | - |
| YUV | 127.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 124 | 0.40 | 0 | 0.16 | 0.42 | 155.59 | 0.25 | 0.46 |
| Hex | 59 | 94 | 7C | 28 | 0 | 10 | 2A | 9C | 19 | 2E |
| Octal | 131 | 224 | 174 | 50 | 0 | 20 | 52 | 234 | 31 | 56 |
| Binary | 1011001 | 10010100 | 1111100 | 101000 | 0 | 10000 | 101010 | 10011100 | 11001 | 101110 |
Color Harmonies of #59947C
Complementary color
Monochromatic Colors of #59947C
Black with #59947C
Text Example
Text Example
White with #59947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59947C; }
p { color: rgb(89,148,124); }
H1.HeaderClassName
{
color: #59947C;
}
.AnyTagClassName
{
color: #59947C;
}
</style>
background-color css
<style>
a { background-color: #59947C; }
a { background-color: rgb(89,148,124); }
div.DivClassName
{
background-color: #59947C;
}
.BgClassName
{
background-color: #59947C;
}
</style>
border-color css
<style>
span { border-color: #59947C; }
span { border-color: rgb(89,148,124); }
td.TdClassName
{
border-color: #59947C;
}
.TagClassName
{
border-color: #59947C;
}
</style>