Shades of Patina #58937E
Tints of Patina #58937E
RGB
CMYK
RGB Variations
Color information
#58937E (or 0x58937E) is known color: Patina. HEX triplet: 58, 93 and 7E. RGB value is (88,147,126). Sum of RGB (Red+Green+Blue) = 88+147+126=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #58937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58937E is #A76C81. Grayscale: #7E7E7E. Windows color (decimal): -10972290 or 8295256. OLE color: 8295256.
HSL color Cylindrical-coordinate representation of color #58937E: hue angle of 158.64º 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 #58937E is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 147 | 126 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.42 |
| HSL | 158.64º | 0.25% | 0.46% | - |
| HSV(B) | 158.64º | 0.4% | 0.58% | - |
| XYZ | 18.22 | 24.45 | 23.5 | - |
| YUV | 126.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 126 | 0.40 | 0 | 0.14 | 0.42 | 158.64 | 0.25 | 0.46 |
| Hex | 58 | 93 | 7E | 28 | 0 | E | 2A | 9F | 19 | 2E |
| Octal | 130 | 223 | 176 | 50 | 0 | 16 | 52 | 237 | 31 | 56 |
| Binary | 1011000 | 10010011 | 1111110 | 101000 | 0 | 1110 | 101010 | 10011111 | 11001 | 101110 |
Color Harmonies of #58937E
Complementary color
Monochromatic Colors of #58937E
Black with #58937E
Text Example
Text Example
White with #58937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58937E; }
p { color: rgb(88,147,126); }
H1.HeaderClassName
{
color: #58937E;
}
.AnyTagClassName
{
color: #58937E;
}
</style>
background-color css
<style>
a { background-color: #58937E; }
a { background-color: rgb(88,147,126); }
div.DivClassName
{
background-color: #58937E;
}
.BgClassName
{
background-color: #58937E;
}
</style>
border-color css
<style>
span { border-color: #58937E; }
span { border-color: rgb(88,147,126); }
td.TdClassName
{
border-color: #58937E;
}
.TagClassName
{
border-color: #58937E;
}
</style>