Shades of Patina #509C80
Tints of Patina #509C80
RGB
CMYK
RGB Variations
Color information
#509C80 (or 0x509C80) is known color: Patina. HEX triplet: 50, 9C and 80. RGB value is (80,156,128). Sum of RGB (Red+Green+Blue) = 80+156+128=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #509C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C80 is #AF637F. Grayscale: #828282. Windows color (decimal): -11494272 or 8428624. OLE color: 8428624.
HSL color Cylindrical-coordinate representation of color #509C80: hue angle of 157.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C80 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 128 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.39 |
| HSL | 157.89º | 0.32% | 0.46% | - |
| HSV(B) | 157.89º | 0.49% | 0.61% | - |
| XYZ | 19.09 | 27.04 | 24.64 | - |
| YUV | 130.08 | 126.82 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 128 | 0.49 | 0 | 0.18 | 0.39 | 157.89 | 0.32 | 0.46 |
| Hex | 50 | 9C | 80 | 31 | 0 | 12 | 27 | 9E | 20 | 2E |
| Octal | 120 | 234 | 200 | 61 | 0 | 22 | 47 | 236 | 40 | 56 |
| Binary | 1010000 | 10011100 | 10000000 | 110001 | 0 | 10010 | 100111 | 10011110 | 100000 | 101110 |
Color Harmonies of #509C80
Complementary color
Monochromatic Colors of #509C80
Black with #509C80
Text Example
Text Example
White with #509C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C80; }
p { color: rgb(80,156,128); }
H1.HeaderClassName
{
color: #509C80;
}
.AnyTagClassName
{
color: #509C80;
}
</style>
background-color css
<style>
a { background-color: #509C80; }
a { background-color: rgb(80,156,128); }
div.DivClassName
{
background-color: #509C80;
}
.BgClassName
{
background-color: #509C80;
}
</style>
border-color css
<style>
span { border-color: #509C80; }
span { border-color: rgb(80,156,128); }
td.TdClassName
{
border-color: #509C80;
}
.TagClassName
{
border-color: #509C80;
}
</style>