Shades of Patina #58A288
Tints of Patina #58A288
RGB
CMYK
RGB Variations
Color information
#58A288 (or 0x58A288) is known color: Patina. HEX triplet: 58, A2 and 88. RGB value is (88,162,136). Sum of RGB (Red+Green+Blue) = 88+162+136=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #58A288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A288 is #A75D77. Grayscale: #888888. Windows color (decimal): -10968440 or 8954456. OLE color: 8954456.
HSL color Cylindrical-coordinate representation of color #58A288: hue angle of 158.92º 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 #58A288 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 162 | 136 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.36 |
| HSL | 158.92º | 0.3% | 0.49% | - |
| HSV(B) | 158.92º | 0.46% | 0.64% | - |
| XYZ | 21.39 | 29.69 | 27.9 | - |
| YUV | 136.91 | 127.48 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 162 | 136 | 0.46 | 0 | 0.16 | 0.36 | 158.92 | 0.3 | 0.49 |
| Hex | 58 | A2 | 88 | 2E | 0 | 10 | 24 | 9F | 1E | 31 |
| Octal | 130 | 242 | 210 | 56 | 0 | 20 | 44 | 237 | 36 | 61 |
| Binary | 1011000 | 10100010 | 10001000 | 101110 | 0 | 10000 | 100100 | 10011111 | 11110 | 110001 |
Color Harmonies of #58A288
Complementary color
Monochromatic Colors of #58A288
Black with #58A288
Text Example
Text Example
White with #58A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A288; }
p { color: rgb(88,162,136); }
H1.HeaderClassName
{
color: #58A288;
}
.AnyTagClassName
{
color: #58A288;
}
</style>
background-color css
<style>
a { background-color: #58A288; }
a { background-color: rgb(88,162,136); }
div.DivClassName
{
background-color: #58A288;
}
.BgClassName
{
background-color: #58A288;
}
</style>
border-color css
<style>
span { border-color: #58A288; }
span { border-color: rgb(88,162,136); }
td.TdClassName
{
border-color: #58A288;
}
.TagClassName
{
border-color: #58A288;
}
</style>