Shades of Patina #58887D
Tints of Patina #58887D
RGB
CMYK
RGB Variations
Color information
#58887D (or 0x58887D) is known color: Patina. HEX triplet: 58, 88 and 7D. RGB value is (88,136,125). Sum of RGB (Red+Green+Blue) = 88+136+125=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #58887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58887D is #A77782. Grayscale: #787878. Windows color (decimal): -10975107 or 8226904. OLE color: 8226904.
HSL color Cylindrical-coordinate representation of color #58887D: hue angle of 166.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58887D is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 125 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.47 |
| HSL | 166.25º | 0.21% | 0.44% | - |
| HSV(B) | 166.25º | 0.35% | 0.53% | - |
| XYZ | 16.53 | 21.16 | 22.62 | - |
| YUV | 120.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 125 | 0.35 | 0 | 0.08 | 0.47 | 166.25 | 0.21 | 0.44 |
| Hex | 58 | 88 | 7D | 23 | 0 | 8 | 2F | A6 | 15 | 2C |
| Octal | 130 | 210 | 175 | 43 | 0 | 10 | 57 | 246 | 25 | 54 |
| Binary | 1011000 | 10001000 | 1111101 | 100011 | 0 | 1000 | 101111 | 10100110 | 10101 | 101100 |
Color Harmonies of #58887D
Complementary color
Monochromatic Colors of #58887D
Black with #58887D
Text Example
Text Example
White with #58887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58887D; }
p { color: rgb(88,136,125); }
H1.HeaderClassName
{
color: #58887D;
}
.AnyTagClassName
{
color: #58887D;
}
</style>
background-color css
<style>
a { background-color: #58887D; }
a { background-color: rgb(88,136,125); }
div.DivClassName
{
background-color: #58887D;
}
.BgClassName
{
background-color: #58887D;
}
</style>
border-color css
<style>
span { border-color: #58887D; }
span { border-color: rgb(88,136,125); }
td.TdClassName
{
border-color: #58887D;
}
.TagClassName
{
border-color: #58887D;
}
</style>