Shades of Patina #58927B
Tints of Patina #58927B
RGB
CMYK
RGB Variations
Color information
#58927B (or 0x58927B) is known color: Patina. HEX triplet: 58, 92 and 7B. RGB value is (88,146,123). Sum of RGB (Red+Green+Blue) = 88+146+123=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #58927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58927B is #A76D84. Grayscale: #7E7E7E. Windows color (decimal): -10972549 or 8098392. OLE color: 8098392.
HSL color Cylindrical-coordinate representation of color #58927B: hue angle of 156.21º 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 #58927B is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 146 | 123 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.43 |
| HSL | 156.21º | 0.25% | 0.46% | - |
| HSV(B) | 156.21º | 0.4% | 0.57% | - |
| XYZ | 17.88 | 24.06 | 22.44 | - |
| YUV | 126.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 123 | 0.40 | 0 | 0.16 | 0.43 | 156.21 | 0.25 | 0.46 |
| Hex | 58 | 92 | 7B | 28 | 0 | 10 | 2B | 9C | 19 | 2E |
| Octal | 130 | 222 | 173 | 50 | 0 | 20 | 53 | 234 | 31 | 56 |
| Binary | 1011000 | 10010010 | 1111011 | 101000 | 0 | 10000 | 101011 | 10011100 | 11001 | 101110 |
Color Harmonies of #58927B
Complementary color
Monochromatic Colors of #58927B
Black with #58927B
Text Example
Text Example
White with #58927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58927B; }
p { color: rgb(88,146,123); }
H1.HeaderClassName
{
color: #58927B;
}
.AnyTagClassName
{
color: #58927B;
}
</style>
background-color css
<style>
a { background-color: #58927B; }
a { background-color: rgb(88,146,123); }
div.DivClassName
{
background-color: #58927B;
}
.BgClassName
{
background-color: #58927B;
}
</style>
border-color css
<style>
span { border-color: #58927B; }
span { border-color: rgb(88,146,123); }
td.TdClassName
{
border-color: #58927B;
}
.TagClassName
{
border-color: #58927B;
}
</style>