Shades of Patina #58A285
Tints of Patina #58A285
RGB
CMYK
RGB Variations
Color information
#58A285 (or 0x58A285) is known color: Patina. HEX triplet: 58, A2 and 85. RGB value is (88,162,133). Sum of RGB (Red+Green+Blue) = 88+162+133=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #58A285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A285 is #A75D7A. Grayscale: #888888. Windows color (decimal): -10968443 or 8757848. OLE color: 8757848.
HSL color Cylindrical-coordinate representation of color #58A285: hue angle of 156.49º 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 #58A285 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 162 | 133 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.36 |
| HSL | 156.49º | 0.3% | 0.49% | - |
| HSV(B) | 156.49º | 0.46% | 0.64% | - |
| XYZ | 21.18 | 29.61 | 26.79 | - |
| YUV | 136.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 162 | 133 | 0.46 | 0 | 0.18 | 0.36 | 156.49 | 0.3 | 0.49 |
| Hex | 58 | A2 | 85 | 2E | 0 | 12 | 24 | 9C | 1E | 31 |
| Octal | 130 | 242 | 205 | 56 | 0 | 22 | 44 | 234 | 36 | 61 |
| Binary | 1011000 | 10100010 | 10000101 | 101110 | 0 | 10010 | 100100 | 10011100 | 11110 | 110001 |
Color Harmonies of #58A285
Complementary color
Monochromatic Colors of #58A285
Black with #58A285
Text Example
Text Example
White with #58A285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A285; }
p { color: rgb(88,162,133); }
H1.HeaderClassName
{
color: #58A285;
}
.AnyTagClassName
{
color: #58A285;
}
</style>
background-color css
<style>
a { background-color: #58A285; }
a { background-color: rgb(88,162,133); }
div.DivClassName
{
background-color: #58A285;
}
.BgClassName
{
background-color: #58A285;
}
</style>
border-color css
<style>
span { border-color: #58A285; }
span { border-color: rgb(88,162,133); }
td.TdClassName
{
border-color: #58A285;
}
.TagClassName
{
border-color: #58A285;
}
</style>