Shades of Patina #588E82
Tints of Patina #588E82
RGB
CMYK
RGB Variations
Color information
#588E82 (or 0x588E82) is known color: Patina. HEX triplet: 58, 8E and 82. RGB value is (88,142,130). Sum of RGB (Red+Green+Blue) = 88+142+130=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 142 - color contains mainly: green. Hex color #588E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E82 is #A7717D. Grayscale: #7C7C7C. Windows color (decimal): -10973566 or 8556120. OLE color: 8556120.
HSL color Cylindrical-coordinate representation of color #588E82: hue angle of 166.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588E82 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 142 | 130 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.44 |
| HSL | 166.67º | 0.23% | 0.45% | - |
| HSV(B) | 166.67º | 0.38% | 0.56% | - |
| XYZ | 17.73 | 23.03 | 24.63 | - |
| YUV | 124.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 142 | 130 | 0.38 | 0 | 0.08 | 0.44 | 166.67 | 0.23 | 0.45 |
| Hex | 58 | 8E | 82 | 26 | 0 | 8 | 2C | A7 | 17 | 2D |
| Octal | 130 | 216 | 202 | 46 | 0 | 10 | 54 | 247 | 27 | 55 |
| Binary | 1011000 | 10001110 | 10000010 | 100110 | 0 | 1000 | 101100 | 10100111 | 10111 | 101101 |
Color Harmonies of #588E82
Complementary color
Monochromatic Colors of #588E82
Black with #588E82
Text Example
Text Example
White with #588E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588E82; }
p { color: rgb(88,142,130); }
H1.HeaderClassName
{
color: #588E82;
}
.AnyTagClassName
{
color: #588E82;
}
</style>
background-color css
<style>
a { background-color: #588E82; }
a { background-color: rgb(88,142,130); }
div.DivClassName
{
background-color: #588E82;
}
.BgClassName
{
background-color: #588E82;
}
</style>
border-color css
<style>
span { border-color: #588E82; }
span { border-color: rgb(88,142,130); }
td.TdClassName
{
border-color: #588E82;
}
.TagClassName
{
border-color: #588E82;
}
</style>