Shades of Patina #57937C
Tints of Patina #57937C
RGB
CMYK
RGB Variations
Color information
#57937C (or 0x57937C) is known color: Patina. HEX triplet: 57, 93 and 7C. RGB value is (87,147,124). Sum of RGB (Red+Green+Blue) = 87+147+124=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #57937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57937C is #A86C83. Grayscale: #7E7E7E. Windows color (decimal): -11037828 or 8164183. OLE color: 8164183.
HSL color Cylindrical-coordinate representation of color #57937C: hue angle of 157º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57937C is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 147 | 124 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.42 |
| HSL | 157º | 0.26% | 0.46% | - |
| HSV(B) | 157º | 0.41% | 0.58% | - |
| XYZ | 18 | 24.35 | 22.82 | - |
| YUV | 126.44 | 126.62 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 147 | 124 | 0.41 | 0 | 0.16 | 0.42 | 157 | 0.26 | 0.46 |
| Hex | 57 | 93 | 7C | 29 | 0 | 10 | 2A | 9D | 1A | 2E |
| Octal | 127 | 223 | 174 | 51 | 0 | 20 | 52 | 235 | 32 | 56 |
| Binary | 1010111 | 10010011 | 1111100 | 101001 | 0 | 10000 | 101010 | 10011101 | 11010 | 101110 |
Color Harmonies of #57937C
Complementary color
Monochromatic Colors of #57937C
Black with #57937C
Text Example
Text Example
White with #57937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57937C; }
p { color: rgb(87,147,124); }
H1.HeaderClassName
{
color: #57937C;
}
.AnyTagClassName
{
color: #57937C;
}
</style>
background-color css
<style>
a { background-color: #57937C; }
a { background-color: rgb(87,147,124); }
div.DivClassName
{
background-color: #57937C;
}
.BgClassName
{
background-color: #57937C;
}
</style>
border-color css
<style>
span { border-color: #57937C; }
span { border-color: rgb(87,147,124); }
td.TdClassName
{
border-color: #57937C;
}
.TagClassName
{
border-color: #57937C;
}
</style>