Shades of Patina #57937E
Tints of Patina #57937E
RGB
CMYK
RGB Variations
Color information
#57937E (or 0x57937E) is known color: Patina. HEX triplet: 57, 93 and 7E. RGB value is (87,147,126). Sum of RGB (Red+Green+Blue) = 87+147+126=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #57937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57937E is #A86C81. Grayscale: #7E7E7E. Windows color (decimal): -11037826 or 8295255. OLE color: 8295255.
HSL color Cylindrical-coordinate representation of color #57937E: hue angle of 159º 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 #57937E is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 147 | 126 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.42 |
| HSL | 159º | 0.26% | 0.46% | - |
| HSV(B) | 159º | 0.41% | 0.58% | - |
| XYZ | 18.13 | 24.4 | 23.49 | - |
| YUV | 126.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 147 | 126 | 0.41 | 0 | 0.14 | 0.42 | 159 | 0.26 | 0.46 |
| Hex | 57 | 93 | 7E | 29 | 0 | E | 2A | 9F | 1A | 2E |
| Octal | 127 | 223 | 176 | 51 | 0 | 16 | 52 | 237 | 32 | 56 |
| Binary | 1010111 | 10010011 | 1111110 | 101001 | 0 | 1110 | 101010 | 10011111 | 11010 | 101110 |
Color Harmonies of #57937E
Complementary color
Monochromatic Colors of #57937E
Black with #57937E
Text Example
Text Example
White with #57937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57937E; }
p { color: rgb(87,147,126); }
H1.HeaderClassName
{
color: #57937E;
}
.AnyTagClassName
{
color: #57937E;
}
</style>
background-color css
<style>
a { background-color: #57937E; }
a { background-color: rgb(87,147,126); }
div.DivClassName
{
background-color: #57937E;
}
.BgClassName
{
background-color: #57937E;
}
</style>
border-color css
<style>
span { border-color: #57937E; }
span { border-color: rgb(87,147,126); }
td.TdClassName
{
border-color: #57937E;
}
.TagClassName
{
border-color: #57937E;
}
</style>