Shades of Patina #588D80
Tints of Patina #588D80
RGB
CMYK
RGB Variations
Color information
#588D80 (or 0x588D80) is known color: Patina. HEX triplet: 58, 8D and 80. RGB value is (88,141,128). Sum of RGB (Red+Green+Blue) = 88+141+128=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #588D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588D80 is #A7727F. Grayscale: #7B7B7B. Windows color (decimal): -10973824 or 8424792. OLE color: 8424792.
HSL color Cylindrical-coordinate representation of color #588D80: hue angle of 165.28º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588D80 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 141 | 128 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.45 |
| HSL | 165.28º | 0.23% | 0.45% | - |
| HSV(B) | 165.28º | 0.38% | 0.55% | - |
| XYZ | 17.45 | 22.68 | 23.88 | - |
| YUV | 123.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 128 | 0.38 | 0 | 0.09 | 0.45 | 165.28 | 0.23 | 0.45 |
| Hex | 58 | 8D | 80 | 26 | 0 | 9 | 2D | A5 | 17 | 2D |
| Octal | 130 | 215 | 200 | 46 | 0 | 11 | 55 | 245 | 27 | 55 |
| Binary | 1011000 | 10001101 | 10000000 | 100110 | 0 | 1001 | 101101 | 10100101 | 10111 | 101101 |
Color Harmonies of #588D80
Complementary color
Monochromatic Colors of #588D80
Black with #588D80
Text Example
Text Example
White with #588D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588D80; }
p { color: rgb(88,141,128); }
H1.HeaderClassName
{
color: #588D80;
}
.AnyTagClassName
{
color: #588D80;
}
</style>
background-color css
<style>
a { background-color: #588D80; }
a { background-color: rgb(88,141,128); }
div.DivClassName
{
background-color: #588D80;
}
.BgClassName
{
background-color: #588D80;
}
</style>
border-color css
<style>
span { border-color: #588D80; }
span { border-color: rgb(88,141,128); }
td.TdClassName
{
border-color: #588D80;
}
.TagClassName
{
border-color: #588D80;
}
</style>