Shades of Patina #58A28C
Tints of Patina #58A28C
RGB
CMYK
RGB Variations
Color information
#58A28C (or 0x58A28C) is known color: Patina. HEX triplet: 58, A2 and 8C. RGB value is (88,162,140). Sum of RGB (Red+Green+Blue) = 88+162+140=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #58A28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A28C is #A75D73. Grayscale: #898989. Windows color (decimal): -10968436 or 9216600. OLE color: 9216600.
HSL color Cylindrical-coordinate representation of color #58A28C: hue angle of 162.16º 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 #58A28C is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 162 | 140 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.36 |
| HSL | 162.16º | 0.3% | 0.49% | - |
| HSV(B) | 162.16º | 0.46% | 0.64% | - |
| XYZ | 21.68 | 29.81 | 29.42 | - |
| YUV | 137.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 162 | 140 | 0.46 | 0 | 0.14 | 0.36 | 162.16 | 0.3 | 0.49 |
| Hex | 58 | A2 | 8C | 2E | 0 | E | 24 | A2 | 1E | 31 |
| Octal | 130 | 242 | 214 | 56 | 0 | 16 | 44 | 242 | 36 | 61 |
| Binary | 1011000 | 10100010 | 10001100 | 101110 | 0 | 1110 | 100100 | 10100010 | 11110 | 110001 |
Color Harmonies of #58A28C
Complementary color
Monochromatic Colors of #58A28C
Black with #58A28C
Text Example
Text Example
White with #58A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A28C; }
p { color: rgb(88,162,140); }
H1.HeaderClassName
{
color: #58A28C;
}
.AnyTagClassName
{
color: #58A28C;
}
</style>
background-color css
<style>
a { background-color: #58A28C; }
a { background-color: rgb(88,162,140); }
div.DivClassName
{
background-color: #58A28C;
}
.BgClassName
{
background-color: #58A28C;
}
</style>
border-color css
<style>
span { border-color: #58A28C; }
span { border-color: rgb(88,162,140); }
td.TdClassName
{
border-color: #58A28C;
}
.TagClassName
{
border-color: #58A28C;
}
</style>