Shades of Patina #50A183
Tints of Patina #50A183
RGB
CMYK
RGB Variations
Color information
#50A183 (or 0x50A183) is known color: Patina. HEX triplet: 50, A1 and 83. RGB value is (80,161,131). Sum of RGB (Red+Green+Blue) = 80+161+131=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 161 - color contains mainly: green. Hex color #50A183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A183 is #AF5E7C. Grayscale: #858585. Windows color (decimal): -11492989 or 8626512. OLE color: 8626512.
HSL color Cylindrical-coordinate representation of color #50A183: hue angle of 157.78º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A183 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 131 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.37 |
| HSL | 157.78º | 0.34% | 0.47% | - |
| HSV(B) | 157.78º | 0.5% | 0.63% | - |
| XYZ | 20.15 | 28.83 | 25.98 | - |
| YUV | 133.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 131 | 0.50 | 0 | 0.19 | 0.37 | 157.78 | 0.34 | 0.47 |
| Hex | 50 | A1 | 83 | 32 | 0 | 13 | 25 | 9E | 22 | 2F |
| Octal | 120 | 241 | 203 | 62 | 0 | 23 | 45 | 236 | 42 | 57 |
| Binary | 1010000 | 10100001 | 10000011 | 110010 | 0 | 10011 | 100101 | 10011110 | 100010 | 101111 |
Color Harmonies of #50A183
Complementary color
Monochromatic Colors of #50A183
Black with #50A183
Text Example
Text Example
White with #50A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A183; }
p { color: rgb(80,161,131); }
H1.HeaderClassName
{
color: #50A183;
}
.AnyTagClassName
{
color: #50A183;
}
</style>
background-color css
<style>
a { background-color: #50A183; }
a { background-color: rgb(80,161,131); }
div.DivClassName
{
background-color: #50A183;
}
.BgClassName
{
background-color: #50A183;
}
</style>
border-color css
<style>
span { border-color: #50A183; }
span { border-color: rgb(80,161,131); }
td.TdClassName
{
border-color: #50A183;
}
.TagClassName
{
border-color: #50A183;
}
</style>