Shades of Patina #58967E
Tints of Patina #58967E
RGB
CMYK
RGB Variations
Color information
#58967E (or 0x58967E) is known color: Patina. HEX triplet: 58, 96 and 7E. RGB value is (88,150,126). Sum of RGB (Red+Green+Blue) = 88+150+126=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #58967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58967E is #A76981. Grayscale: #808080. Windows color (decimal): -10971522 or 8296024. OLE color: 8296024.
HSL color Cylindrical-coordinate representation of color #58967E: hue angle of 156.77º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58967E is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 150 | 126 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.41 |
| HSL | 156.77º | 0.26% | 0.47% | - |
| HSV(B) | 156.77º | 0.41% | 0.59% | - |
| XYZ | 18.7 | 25.39 | 23.65 | - |
| YUV | 128.73 | 126.46 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 150 | 126 | 0.41 | 0 | 0.16 | 0.41 | 156.77 | 0.26 | 0.47 |
| Hex | 58 | 96 | 7E | 29 | 0 | 10 | 29 | 9D | 1A | 2F |
| Octal | 130 | 226 | 176 | 51 | 0 | 20 | 51 | 235 | 32 | 57 |
| Binary | 1011000 | 10010110 | 1111110 | 101001 | 0 | 10000 | 101001 | 10011101 | 11010 | 101111 |
Color Harmonies of #58967E
Complementary color
Monochromatic Colors of #58967E
Black with #58967E
Text Example
Text Example
White with #58967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58967E; }
p { color: rgb(88,150,126); }
H1.HeaderClassName
{
color: #58967E;
}
.AnyTagClassName
{
color: #58967E;
}
</style>
background-color css
<style>
a { background-color: #58967E; }
a { background-color: rgb(88,150,126); }
div.DivClassName
{
background-color: #58967E;
}
.BgClassName
{
background-color: #58967E;
}
</style>
border-color css
<style>
span { border-color: #58967E; }
span { border-color: rgb(88,150,126); }
td.TdClassName
{
border-color: #58967E;
}
.TagClassName
{
border-color: #58967E;
}
</style>