Shades of Patina #58A387
Tints of Patina #58A387
RGB
CMYK
RGB Variations
Color information
#58A387 (or 0x58A387) is known color: Patina. HEX triplet: 58, A3 and 87. RGB value is (88,163,135). Sum of RGB (Red+Green+Blue) = 88+163+135=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #58A387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A387 is #A75C78. Grayscale: #898989. Windows color (decimal): -10968185 or 8889176. OLE color: 8889176.
HSL color Cylindrical-coordinate representation of color #58A387: hue angle of 157.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A387 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 163 | 135 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.36 |
| HSL | 157.6º | 0.3% | 0.49% | - |
| HSV(B) | 157.6º | 0.46% | 0.64% | - |
| XYZ | 21.49 | 30.02 | 27.58 | - |
| YUV | 137.38 | 126.65 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 163 | 135 | 0.46 | 0 | 0.17 | 0.36 | 157.6 | 0.3 | 0.49 |
| Hex | 58 | A3 | 87 | 2E | 0 | 11 | 24 | 9E | 1E | 31 |
| Octal | 130 | 243 | 207 | 56 | 0 | 21 | 44 | 236 | 36 | 61 |
| Binary | 1011000 | 10100011 | 10000111 | 101110 | 0 | 10001 | 100100 | 10011110 | 11110 | 110001 |
Color Harmonies of #58A387
Complementary color
Monochromatic Colors of #58A387
Black with #58A387
Text Example
Text Example
White with #58A387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A387; }
p { color: rgb(88,163,135); }
H1.HeaderClassName
{
color: #58A387;
}
.AnyTagClassName
{
color: #58A387;
}
</style>
background-color css
<style>
a { background-color: #58A387; }
a { background-color: rgb(88,163,135); }
div.DivClassName
{
background-color: #58A387;
}
.BgClassName
{
background-color: #58A387;
}
</style>
border-color css
<style>
span { border-color: #58A387; }
span { border-color: rgb(88,163,135); }
td.TdClassName
{
border-color: #58A387;
}
.TagClassName
{
border-color: #58A387;
}
</style>