Shades of Patina #57957B
Tints of Patina #57957B
RGB
CMYK
RGB Variations
Color information
#57957B (or 0x57957B) is known color: Patina. HEX triplet: 57, 95 and 7B. RGB value is (87,149,123). Sum of RGB (Red+Green+Blue) = 87+149+123=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #57957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57957B is #A86A84. Grayscale: #7F7F7F. Windows color (decimal): -11037317 or 8099159. OLE color: 8099159.
HSL color Cylindrical-coordinate representation of color #57957B: hue angle of 154.84º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57957B is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 149 | 123 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.42 |
| HSL | 154.84º | 0.26% | 0.46% | - |
| HSV(B) | 154.84º | 0.42% | 0.58% | - |
| XYZ | 18.25 | 24.95 | 22.59 | - |
| YUV | 127.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 149 | 123 | 0.42 | 0 | 0.17 | 0.42 | 154.84 | 0.26 | 0.46 |
| Hex | 57 | 95 | 7B | 2A | 0 | 11 | 2A | 9B | 1A | 2E |
| Octal | 127 | 225 | 173 | 52 | 0 | 21 | 52 | 233 | 32 | 56 |
| Binary | 1010111 | 10010101 | 1111011 | 101010 | 0 | 10001 | 101010 | 10011011 | 11010 | 101110 |
Color Harmonies of #57957B
Complementary color
Monochromatic Colors of #57957B
Black with #57957B
Text Example
Text Example
White with #57957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57957B; }
p { color: rgb(87,149,123); }
H1.HeaderClassName
{
color: #57957B;
}
.AnyTagClassName
{
color: #57957B;
}
</style>
background-color css
<style>
a { background-color: #57957B; }
a { background-color: rgb(87,149,123); }
div.DivClassName
{
background-color: #57957B;
}
.BgClassName
{
background-color: #57957B;
}
</style>
border-color css
<style>
span { border-color: #57957B; }
span { border-color: rgb(87,149,123); }
td.TdClassName
{
border-color: #57957B;
}
.TagClassName
{
border-color: #57957B;
}
</style>