Shades of Patina #58A282
Tints of Patina #58A282
RGB
CMYK
RGB Variations
Color information
#58A282 (or 0x58A282) is known color: Patina. HEX triplet: 58, A2 and 82. RGB value is (88,162,130). Sum of RGB (Red+Green+Blue) = 88+162+130=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #58A282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A282 is #A75D7D. Grayscale: #888888. Windows color (decimal): -10968446 or 8561240. OLE color: 8561240.
HSL color Cylindrical-coordinate representation of color #58A282: hue angle of 154.05º 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 #58A282 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 162 | 130 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.36 |
| HSL | 154.05º | 0.3% | 0.49% | - |
| HSV(B) | 154.05º | 0.46% | 0.64% | - |
| XYZ | 20.97 | 29.53 | 25.71 | - |
| YUV | 136.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 162 | 130 | 0.46 | 0 | 0.20 | 0.36 | 154.05 | 0.3 | 0.49 |
| Hex | 58 | A2 | 82 | 2E | 0 | 14 | 24 | 9A | 1E | 31 |
| Octal | 130 | 242 | 202 | 56 | 0 | 24 | 44 | 232 | 36 | 61 |
| Binary | 1011000 | 10100010 | 10000010 | 101110 | 0 | 10100 | 100100 | 10011010 | 11110 | 110001 |
Color Harmonies of #58A282
Complementary color
Monochromatic Colors of #58A282
Black with #58A282
Text Example
Text Example
White with #58A282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A282; }
p { color: rgb(88,162,130); }
H1.HeaderClassName
{
color: #58A282;
}
.AnyTagClassName
{
color: #58A282;
}
</style>
background-color css
<style>
a { background-color: #58A282; }
a { background-color: rgb(88,162,130); }
div.DivClassName
{
background-color: #58A282;
}
.BgClassName
{
background-color: #58A282;
}
</style>
border-color css
<style>
span { border-color: #58A282; }
span { border-color: rgb(88,162,130); }
td.TdClassName
{
border-color: #58A282;
}
.TagClassName
{
border-color: #58A282;
}
</style>