Shades of Patina #58958A
Tints of Patina #58958A
RGB
CMYK
RGB Variations
Color information
#58958A (or 0x58958A) is known color: Patina. HEX triplet: 58, 95 and 8A. RGB value is (88,149,138). Sum of RGB (Red+Green+Blue) = 88+149+138=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #58958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58958A is #A76A75. Grayscale: #818181. Windows color (decimal): -10971766 or 9082200. OLE color: 9082200.
HSL color Cylindrical-coordinate representation of color #58958A: hue angle of 169.18º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58958A is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 149 | 138 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.42 |
| HSL | 169.18º | 0.26% | 0.46% | - |
| HSV(B) | 169.18º | 0.41% | 0.58% | - |
| XYZ | 19.36 | 25.4 | 27.93 | - |
| YUV | 129.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 149 | 138 | 0.41 | 0 | 0.07 | 0.42 | 169.18 | 0.26 | 0.46 |
| Hex | 58 | 95 | 8A | 29 | 0 | 7 | 2A | A9 | 1A | 2E |
| Octal | 130 | 225 | 212 | 51 | 0 | 7 | 52 | 251 | 32 | 56 |
| Binary | 1011000 | 10010101 | 10001010 | 101001 | 0 | 111 | 101010 | 10101001 | 11010 | 101110 |
Color Harmonies of #58958A
Complementary color
Monochromatic Colors of #58958A
Black with #58958A
Text Example
Text Example
White with #58958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58958A; }
p { color: rgb(88,149,138); }
H1.HeaderClassName
{
color: #58958A;
}
.AnyTagClassName
{
color: #58958A;
}
</style>
background-color css
<style>
a { background-color: #58958A; }
a { background-color: rgb(88,149,138); }
div.DivClassName
{
background-color: #58958A;
}
.BgClassName
{
background-color: #58958A;
}
</style>
border-color css
<style>
span { border-color: #58958A; }
span { border-color: rgb(88,149,138); }
td.TdClassName
{
border-color: #58958A;
}
.TagClassName
{
border-color: #58958A;
}
</style>