Shades of Patina #509A7C
Tints of Patina #509A7C
RGB
CMYK
RGB Variations
Color information
#509A7C (or 0x509A7C) is known color: Patina. HEX triplet: 50, 9A and 7C. RGB value is (80,154,124). Sum of RGB (Red+Green+Blue) = 80+154+124=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #509A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A7C is #AF6583. Grayscale: #808080. Windows color (decimal): -11494788 or 8165968. OLE color: 8165968.
HSL color Cylindrical-coordinate representation of color #509A7C: hue angle of 155.68º degrees, saturation: 0.32, 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 #509A7C is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 154 | 124 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.40 |
| HSL | 155.68º | 0.32% | 0.46% | - |
| HSV(B) | 155.68º | 0.48% | 0.6% | - |
| XYZ | 18.5 | 26.27 | 23.16 | - |
| YUV | 128.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 124 | 0.48 | 0 | 0.19 | 0.40 | 155.68 | 0.32 | 0.46 |
| Hex | 50 | 9A | 7C | 30 | 0 | 13 | 28 | 9C | 20 | 2E |
| Octal | 120 | 232 | 174 | 60 | 0 | 23 | 50 | 234 | 40 | 56 |
| Binary | 1010000 | 10011010 | 1111100 | 110000 | 0 | 10011 | 101000 | 10011100 | 100000 | 101110 |
Color Harmonies of #509A7C
Complementary color
Monochromatic Colors of #509A7C
Black with #509A7C
Text Example
Text Example
White with #509A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509A7C; }
p { color: rgb(80,154,124); }
H1.HeaderClassName
{
color: #509A7C;
}
.AnyTagClassName
{
color: #509A7C;
}
</style>
background-color css
<style>
a { background-color: #509A7C; }
a { background-color: rgb(80,154,124); }
div.DivClassName
{
background-color: #509A7C;
}
.BgClassName
{
background-color: #509A7C;
}
</style>
border-color css
<style>
span { border-color: #509A7C; }
span { border-color: rgb(80,154,124); }
td.TdClassName
{
border-color: #509A7C;
}
.TagClassName
{
border-color: #509A7C;
}
</style>