Shades of Patina #58A187
Tints of Patina #58A187
RGB
CMYK
RGB Variations
Color information
#58A187 (or 0x58A187) is known color: Patina. HEX triplet: 58, A1 and 87. RGB value is (88,161,135). Sum of RGB (Red+Green+Blue) = 88+161+135=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 161 - color contains mainly: green. Hex color #58A187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A187 is #A75E78. Grayscale: #888888. Windows color (decimal): -10968697 or 8888664. OLE color: 8888664.
HSL color Cylindrical-coordinate representation of color #58A187: hue angle of 158.63º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A187 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 161 | 135 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.37 |
| HSL | 158.63º | 0.29% | 0.49% | - |
| HSV(B) | 158.63º | 0.45% | 0.63% | - |
| XYZ | 21.14 | 29.31 | 27.47 | - |
| YUV | 136.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 161 | 135 | 0.45 | 0 | 0.16 | 0.37 | 158.63 | 0.29 | 0.49 |
| Hex | 58 | A1 | 87 | 2D | 0 | 10 | 25 | 9F | 1D | 31 |
| Octal | 130 | 241 | 207 | 55 | 0 | 20 | 45 | 237 | 35 | 61 |
| Binary | 1011000 | 10100001 | 10000111 | 101101 | 0 | 10000 | 100101 | 10011111 | 11101 | 110001 |
Color Harmonies of #58A187
Complementary color
Monochromatic Colors of #58A187
Black with #58A187
Text Example
Text Example
White with #58A187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A187; }
p { color: rgb(88,161,135); }
H1.HeaderClassName
{
color: #58A187;
}
.AnyTagClassName
{
color: #58A187;
}
</style>
background-color css
<style>
a { background-color: #58A187; }
a { background-color: rgb(88,161,135); }
div.DivClassName
{
background-color: #58A187;
}
.BgClassName
{
background-color: #58A187;
}
</style>
border-color css
<style>
span { border-color: #58A187; }
span { border-color: rgb(88,161,135); }
td.TdClassName
{
border-color: #58A187;
}
.TagClassName
{
border-color: #58A187;
}
</style>