Shades of Patina #58977B
Tints of Patina #58977B
RGB
CMYK
RGB Variations
Color information
#58977B (or 0x58977B) is known color: Patina. HEX triplet: 58, 97 and 7B. RGB value is (88,151,123). Sum of RGB (Red+Green+Blue) = 88+151+123=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #58977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58977B is #A76884. Grayscale: #818181. Windows color (decimal): -10971269 or 8099672. OLE color: 8099672.
HSL color Cylindrical-coordinate representation of color #58977B: hue angle of 153.33º 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 #58977B is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 151 | 123 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.41 |
| HSL | 153.33º | 0.26% | 0.47% | - |
| HSV(B) | 153.33º | 0.42% | 0.59% | - |
| XYZ | 18.67 | 25.64 | 22.7 | - |
| YUV | 128.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 151 | 123 | 0.42 | 0 | 0.19 | 0.41 | 153.33 | 0.26 | 0.47 |
| Hex | 58 | 97 | 7B | 2A | 0 | 13 | 29 | 99 | 1A | 2F |
| Octal | 130 | 227 | 173 | 52 | 0 | 23 | 51 | 231 | 32 | 57 |
| Binary | 1011000 | 10010111 | 1111011 | 101010 | 0 | 10011 | 101001 | 10011001 | 11010 | 101111 |
Color Harmonies of #58977B
Complementary color
Monochromatic Colors of #58977B
Black with #58977B
Text Example
Text Example
White with #58977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58977B; }
p { color: rgb(88,151,123); }
H1.HeaderClassName
{
color: #58977B;
}
.AnyTagClassName
{
color: #58977B;
}
</style>
background-color css
<style>
a { background-color: #58977B; }
a { background-color: rgb(88,151,123); }
div.DivClassName
{
background-color: #58977B;
}
.BgClassName
{
background-color: #58977B;
}
</style>
border-color css
<style>
span { border-color: #58977B; }
span { border-color: rgb(88,151,123); }
td.TdClassName
{
border-color: #58977B;
}
.TagClassName
{
border-color: #58977B;
}
</style>