Shades of Patina #519F83
Tints of Patina #519F83
RGB
CMYK
RGB Variations
Color information
#519F83 (or 0x519F83) is known color: Patina. HEX triplet: 51, 9F and 83. RGB value is (81,159,131). Sum of RGB (Red+Green+Blue) = 81+159+131=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #519F83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519F83 is #AE607C. Grayscale: #848484. Windows color (decimal): -11427965 or 8626001. OLE color: 8626001.
HSL color Cylindrical-coordinate representation of color #519F83: hue angle of 158.46º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519F83 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 159 | 131 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.38 |
| HSL | 158.46º | 0.33% | 0.47% | - |
| HSV(B) | 158.46º | 0.49% | 0.62% | - |
| XYZ | 19.89 | 28.18 | 25.86 | - |
| YUV | 132.49 | 127.16 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 131 | 0.49 | 0 | 0.18 | 0.38 | 158.46 | 0.33 | 0.47 |
| Hex | 51 | 9F | 83 | 31 | 0 | 12 | 26 | 9E | 20 | 2F |
| Octal | 121 | 237 | 203 | 61 | 0 | 22 | 46 | 236 | 40 | 57 |
| Binary | 1010001 | 10011111 | 10000011 | 110001 | 0 | 10010 | 100110 | 10011110 | 100000 | 101111 |
Color Harmonies of #519F83
Complementary color
Monochromatic Colors of #519F83
Black with #519F83
Text Example
Text Example
White with #519F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519F83; }
p { color: rgb(81,159,131); }
H1.HeaderClassName
{
color: #519F83;
}
.AnyTagClassName
{
color: #519F83;
}
</style>
background-color css
<style>
a { background-color: #519F83; }
a { background-color: rgb(81,159,131); }
div.DivClassName
{
background-color: #519F83;
}
.BgClassName
{
background-color: #519F83;
}
</style>
border-color css
<style>
span { border-color: #519F83; }
span { border-color: rgb(81,159,131); }
td.TdClassName
{
border-color: #519F83;
}
.TagClassName
{
border-color: #519F83;
}
</style>