Shades of Patina #58927D
Tints of Patina #58927D
RGB
CMYK
RGB Variations
Color information
#58927D (or 0x58927D) is known color: Patina. HEX triplet: 58, 92 and 7D. RGB value is (88,146,125). Sum of RGB (Red+Green+Blue) = 88+146+125=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #58927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58927D is #A76D82. Grayscale: #7E7E7E. Windows color (decimal): -10972547 or 8229464. OLE color: 8229464.
HSL color Cylindrical-coordinate representation of color #58927D: hue angle of 158.28º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58927D is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 146 | 125 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.43 |
| HSL | 158.28º | 0.25% | 0.46% | - |
| HSV(B) | 158.28º | 0.4% | 0.57% | - |
| XYZ | 18.01 | 24.11 | 23.11 | - |
| YUV | 126.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 125 | 0.40 | 0 | 0.14 | 0.43 | 158.28 | 0.25 | 0.46 |
| Hex | 58 | 92 | 7D | 28 | 0 | E | 2B | 9E | 19 | 2E |
| Octal | 130 | 222 | 175 | 50 | 0 | 16 | 53 | 236 | 31 | 56 |
| Binary | 1011000 | 10010010 | 1111101 | 101000 | 0 | 1110 | 101011 | 10011110 | 11001 | 101110 |
Color Harmonies of #58927D
Complementary color
Monochromatic Colors of #58927D
Black with #58927D
Text Example
Text Example
White with #58927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58927D; }
p { color: rgb(88,146,125); }
H1.HeaderClassName
{
color: #58927D;
}
.AnyTagClassName
{
color: #58927D;
}
</style>
background-color css
<style>
a { background-color: #58927D; }
a { background-color: rgb(88,146,125); }
div.DivClassName
{
background-color: #58927D;
}
.BgClassName
{
background-color: #58927D;
}
</style>
border-color css
<style>
span { border-color: #58927D; }
span { border-color: rgb(88,146,125); }
td.TdClassName
{
border-color: #58927D;
}
.TagClassName
{
border-color: #58927D;
}
</style>