Shades of Patina #58897E
Tints of Patina #58897E
RGB
CMYK
RGB Variations
Color information
#58897E (or 0x58897E) is known color: Patina. HEX triplet: 58, 89 and 7E. RGB value is (88,137,126). Sum of RGB (Red+Green+Blue) = 88+137+126=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #58897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58897E is #A77681. Grayscale: #797979. Windows color (decimal): -10974850 or 8292696. OLE color: 8292696.
HSL color Cylindrical-coordinate representation of color #58897E: hue angle of 166.53º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58897E is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 137 | 126 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.46 |
| HSL | 166.53º | 0.22% | 0.44% | - |
| HSV(B) | 166.53º | 0.36% | 0.54% | - |
| XYZ | 16.74 | 21.47 | 23 | - |
| YUV | 121.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 137 | 126 | 0.36 | 0 | 0.08 | 0.46 | 166.53 | 0.22 | 0.44 |
| Hex | 58 | 89 | 7E | 24 | 0 | 8 | 2E | A7 | 16 | 2C |
| Octal | 130 | 211 | 176 | 44 | 0 | 10 | 56 | 247 | 26 | 54 |
| Binary | 1011000 | 10001001 | 1111110 | 100100 | 0 | 1000 | 101110 | 10100111 | 10110 | 101100 |
Color Harmonies of #58897E
Complementary color
Monochromatic Colors of #58897E
Black with #58897E
Text Example
Text Example
White with #58897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58897E; }
p { color: rgb(88,137,126); }
H1.HeaderClassName
{
color: #58897E;
}
.AnyTagClassName
{
color: #58897E;
}
</style>
background-color css
<style>
a { background-color: #58897E; }
a { background-color: rgb(88,137,126); }
div.DivClassName
{
background-color: #58897E;
}
.BgClassName
{
background-color: #58897E;
}
</style>
border-color css
<style>
span { border-color: #58897E; }
span { border-color: rgb(88,137,126); }
td.TdClassName
{
border-color: #58897E;
}
.TagClassName
{
border-color: #58897E;
}
</style>