Shades of Patina #57977C
Tints of Patina #57977C
RGB
CMYK
RGB Variations
Color information
#57977C (or 0x57977C) is known color: Patina. HEX triplet: 57, 97 and 7C. RGB value is (87,151,124). Sum of RGB (Red+Green+Blue) = 87+151+124=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #57977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57977C is #A86883. Grayscale: #808080. Windows color (decimal): -11036804 or 8165207. OLE color: 8165207.
HSL color Cylindrical-coordinate representation of color #57977C: hue angle of 154.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57977C is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 87 | 151 | 124 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.41 |
| HSL | 154.69º | 0.27% | 0.47% | - |
| HSV(B) | 154.69º | 0.42% | 0.59% | - |
| XYZ | 18.64 | 25.61 | 23.03 | - |
| YUV | 128.79 | 125.3 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 151 | 124 | 0.42 | 0 | 0.18 | 0.41 | 154.69 | 0.27 | 0.47 |
| Hex | 57 | 97 | 7C | 2A | 0 | 12 | 29 | 9B | 1B | 2F |
| Octal | 127 | 227 | 174 | 52 | 0 | 22 | 51 | 233 | 33 | 57 |
| Binary | 1010111 | 10010111 | 1111100 | 101010 | 0 | 10010 | 101001 | 10011011 | 11011 | 101111 |
Color Harmonies of #57977C
Complementary color
Monochromatic Colors of #57977C
Black with #57977C
Text Example
Text Example
White with #57977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57977C; }
p { color: rgb(87,151,124); }
H1.HeaderClassName
{
color: #57977C;
}
.AnyTagClassName
{
color: #57977C;
}
</style>
background-color css
<style>
a { background-color: #57977C; }
a { background-color: rgb(87,151,124); }
div.DivClassName
{
background-color: #57977C;
}
.BgClassName
{
background-color: #57977C;
}
</style>
border-color css
<style>
span { border-color: #57977C; }
span { border-color: rgb(87,151,124); }
td.TdClassName
{
border-color: #57977C;
}
.TagClassName
{
border-color: #57977C;
}
</style>