Shades of Patina #58927E
Tints of Patina #58927E
RGB
CMYK
RGB Variations
Color information
#58927E (or 0x58927E) is known color: Patina. HEX triplet: 58, 92 and 7E. RGB value is (88,146,126). Sum of RGB (Red+Green+Blue) = 88+146+126=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #58927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58927E is #A76D81. Grayscale: #7E7E7E. Windows color (decimal): -10972546 or 8295000. OLE color: 8295000.
HSL color Cylindrical-coordinate representation of color #58927E: hue angle of 159.31º 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 #58927E is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 146 | 126 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.43 |
| HSL | 159.31º | 0.25% | 0.46% | - |
| HSV(B) | 159.31º | 0.4% | 0.57% | - |
| XYZ | 18.07 | 24.14 | 23.45 | - |
| YUV | 126.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 126 | 0.40 | 0 | 0.14 | 0.43 | 159.31 | 0.25 | 0.46 |
| Hex | 58 | 92 | 7E | 28 | 0 | E | 2B | 9F | 19 | 2E |
| Octal | 130 | 222 | 176 | 50 | 0 | 16 | 53 | 237 | 31 | 56 |
| Binary | 1011000 | 10010010 | 1111110 | 101000 | 0 | 1110 | 101011 | 10011111 | 11001 | 101110 |
Color Harmonies of #58927E
Complementary color
Monochromatic Colors of #58927E
Black with #58927E
Text Example
Text Example
White with #58927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58927E; }
p { color: rgb(88,146,126); }
H1.HeaderClassName
{
color: #58927E;
}
.AnyTagClassName
{
color: #58927E;
}
</style>
background-color css
<style>
a { background-color: #58927E; }
a { background-color: rgb(88,146,126); }
div.DivClassName
{
background-color: #58927E;
}
.BgClassName
{
background-color: #58927E;
}
</style>
border-color css
<style>
span { border-color: #58927E; }
span { border-color: rgb(88,146,126); }
td.TdClassName
{
border-color: #58927E;
}
.TagClassName
{
border-color: #58927E;
}
</style>