Shades of Patina #58977D
Tints of Patina #58977D
RGB
CMYK
RGB Variations
Color information
#58977D (or 0x58977D) is known color: Patina. HEX triplet: 58, 97 and 7D. RGB value is (88,151,125). Sum of RGB (Red+Green+Blue) = 88+151+125=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #58977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58977D is #A76882. Grayscale: #818181. Windows color (decimal): -10971267 or 8230744. OLE color: 8230744.
HSL color Cylindrical-coordinate representation of color #58977D: hue angle of 155.24º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58977D is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 151 | 125 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.41 |
| HSL | 155.24º | 0.26% | 0.47% | - |
| HSV(B) | 155.24º | 0.42% | 0.59% | - |
| XYZ | 18.79 | 25.69 | 23.37 | - |
| YUV | 129.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 151 | 125 | 0.42 | 0 | 0.17 | 0.41 | 155.24 | 0.26 | 0.47 |
| Hex | 58 | 97 | 7D | 2A | 0 | 11 | 29 | 9B | 1A | 2F |
| Octal | 130 | 227 | 175 | 52 | 0 | 21 | 51 | 233 | 32 | 57 |
| Binary | 1011000 | 10010111 | 1111101 | 101010 | 0 | 10001 | 101001 | 10011011 | 11010 | 101111 |
Color Harmonies of #58977D
Complementary color
Monochromatic Colors of #58977D
Black with #58977D
Text Example
Text Example
White with #58977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58977D; }
p { color: rgb(88,151,125); }
H1.HeaderClassName
{
color: #58977D;
}
.AnyTagClassName
{
color: #58977D;
}
</style>
background-color css
<style>
a { background-color: #58977D; }
a { background-color: rgb(88,151,125); }
div.DivClassName
{
background-color: #58977D;
}
.BgClassName
{
background-color: #58977D;
}
</style>
border-color css
<style>
span { border-color: #58977D; }
span { border-color: rgb(88,151,125); }
td.TdClassName
{
border-color: #58977D;
}
.TagClassName
{
border-color: #58977D;
}
</style>