Shades of Patina #58937C
Tints of Patina #58937C
RGB
CMYK
RGB Variations
Color information
#58937C (or 0x58937C) is known color: Patina. HEX triplet: 58, 93 and 7C. RGB value is (88,147,124). Sum of RGB (Red+Green+Blue) = 88+147+124=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #58937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58937C is #A76C83. Grayscale: #7E7E7E. Windows color (decimal): -10972292 or 8164184. OLE color: 8164184.
HSL color Cylindrical-coordinate representation of color #58937C: hue angle of 156.61º 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 #58937C is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 147 | 124 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.42 |
| HSL | 156.61º | 0.25% | 0.46% | - |
| HSV(B) | 156.61º | 0.4% | 0.58% | - |
| XYZ | 18.1 | 24.4 | 22.82 | - |
| YUV | 126.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 124 | 0.40 | 0 | 0.16 | 0.42 | 156.61 | 0.25 | 0.46 |
| Hex | 58 | 93 | 7C | 28 | 0 | 10 | 2A | 9D | 19 | 2E |
| Octal | 130 | 223 | 174 | 50 | 0 | 20 | 52 | 235 | 31 | 56 |
| Binary | 1011000 | 10010011 | 1111100 | 101000 | 0 | 10000 | 101010 | 10011101 | 11001 | 101110 |
Color Harmonies of #58937C
Complementary color
Monochromatic Colors of #58937C
Black with #58937C
Text Example
Text Example
White with #58937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58937C; }
p { color: rgb(88,147,124); }
H1.HeaderClassName
{
color: #58937C;
}
.AnyTagClassName
{
color: #58937C;
}
</style>
background-color css
<style>
a { background-color: #58937C; }
a { background-color: rgb(88,147,124); }
div.DivClassName
{
background-color: #58937C;
}
.BgClassName
{
background-color: #58937C;
}
</style>
border-color css
<style>
span { border-color: #58937C; }
span { border-color: rgb(88,147,124); }
td.TdClassName
{
border-color: #58937C;
}
.TagClassName
{
border-color: #58937C;
}
</style>