Shades of Patina #58937B
Tints of Patina #58937B
RGB
CMYK
RGB Variations
Color information
#58937B (or 0x58937B) is known color: Patina. HEX triplet: 58, 93 and 7B. RGB value is (88,147,123). Sum of RGB (Red+Green+Blue) = 88+147+123=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #58937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58937B is #A76C84. Grayscale: #7E7E7E. Windows color (decimal): -10972293 or 8098648. OLE color: 8098648.
HSL color Cylindrical-coordinate representation of color #58937B: hue angle of 155.59º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58937B is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 147 | 123 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.42 |
| HSL | 155.59º | 0.25% | 0.46% | - |
| HSV(B) | 155.59º | 0.4% | 0.58% | - |
| XYZ | 18.03 | 24.37 | 22.49 | - |
| YUV | 126.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 123 | 0.40 | 0 | 0.16 | 0.42 | 155.59 | 0.25 | 0.46 |
| Hex | 58 | 93 | 7B | 28 | 0 | 10 | 2A | 9C | 19 | 2E |
| Octal | 130 | 223 | 173 | 50 | 0 | 20 | 52 | 234 | 31 | 56 |
| Binary | 1011000 | 10010011 | 1111011 | 101000 | 0 | 10000 | 101010 | 10011100 | 11001 | 101110 |
Color Harmonies of #58937B
Complementary color
Monochromatic Colors of #58937B
Black with #58937B
Text Example
Text Example
White with #58937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58937B; }
p { color: rgb(88,147,123); }
H1.HeaderClassName
{
color: #58937B;
}
.AnyTagClassName
{
color: #58937B;
}
</style>
background-color css
<style>
a { background-color: #58937B; }
a { background-color: rgb(88,147,123); }
div.DivClassName
{
background-color: #58937B;
}
.BgClassName
{
background-color: #58937B;
}
</style>
border-color css
<style>
span { border-color: #58937B; }
span { border-color: rgb(88,147,123); }
td.TdClassName
{
border-color: #58937B;
}
.TagClassName
{
border-color: #58937B;
}
</style>