Shades of Patina #50997D
Tints of Patina #50997D
RGB
CMYK
RGB Variations
Color information
#50997D (or 0x50997D) is known color: Patina. HEX triplet: 50, 99 and 7D. RGB value is (80,153,125). Sum of RGB (Red+Green+Blue) = 80+153+125=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #50997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50997D is #AF6682. Grayscale: #808080. Windows color (decimal): -11495043 or 8231248. OLE color: 8231248.
HSL color Cylindrical-coordinate representation of color #50997D: hue angle of 156.99º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50997D is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 125 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.4 |
| HSL | 156.99º | 0.31% | 0.46% | - |
| HSV(B) | 156.99º | 0.48% | 0.6% | - |
| XYZ | 18.4 | 25.97 | 23.44 | - |
| YUV | 127.98 | 126.32 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 125 | 0.48 | 0 | 0.18 | 0.4 | 156.99 | 0.31 | 0.46 |
| Hex | 50 | 99 | 7D | 30 | 0 | 12 | 28 | 9D | 1F | 2E |
| Octal | 120 | 231 | 175 | 60 | 0 | 22 | 50 | 235 | 37 | 56 |
| Binary | 1010000 | 10011001 | 1111101 | 110000 | 0 | 10010 | 101000 | 10011101 | 11111 | 101110 |
Color Harmonies of #50997D
Complementary color
Monochromatic Colors of #50997D
Black with #50997D
Text Example
Text Example
White with #50997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50997D; }
p { color: rgb(80,153,125); }
H1.HeaderClassName
{
color: #50997D;
}
.AnyTagClassName
{
color: #50997D;
}
</style>
background-color css
<style>
a { background-color: #50997D; }
a { background-color: rgb(80,153,125); }
div.DivClassName
{
background-color: #50997D;
}
.BgClassName
{
background-color: #50997D;
}
</style>
border-color css
<style>
span { border-color: #50997D; }
span { border-color: rgb(80,153,125); }
td.TdClassName
{
border-color: #50997D;
}
.TagClassName
{
border-color: #50997D;
}
</style>