Shades of Patina #5A9D7C
Tints of Patina #5A9D7C
RGB
CMYK
RGB Variations
Color information
#5A9D7C (or 0x5A9D7C) is known color: Patina. HEX triplet: 5A, 9D and 7C. RGB value is (90,157,124). Sum of RGB (Red+Green+Blue) = 90+157+124=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9D7C is #A56283. Grayscale: #858585. Windows color (decimal): -10838660 or 8166746. OLE color: 8166746.
HSL color Cylindrical-coordinate representation of color #5A9D7C: hue angle of 150.45º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9D7C is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 157 | 124 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.38 |
| HSL | 150.45º | 0.27% | 0.48% | - |
| HSV(B) | 150.45º | 0.43% | 0.62% | - |
| XYZ | 19.91 | 27.74 | 23.37 | - |
| YUV | 133.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 157 | 124 | 0.43 | 0 | 0.21 | 0.38 | 150.45 | 0.27 | 0.48 |
| Hex | 5A | 9D | 7C | 2B | 0 | 15 | 26 | 96 | 1B | 30 |
| Octal | 132 | 235 | 174 | 53 | 0 | 25 | 46 | 226 | 33 | 60 |
| Binary | 1011010 | 10011101 | 1111100 | 101011 | 0 | 10101 | 100110 | 10010110 | 11011 | 110000 |
Color Harmonies of #5A9D7C
Complementary color
Monochromatic Colors of #5A9D7C
Black with #5A9D7C
Text Example
Text Example
White with #5A9D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9D7C; }
p { color: rgb(90,157,124); }
H1.HeaderClassName
{
color: #5A9D7C;
}
.AnyTagClassName
{
color: #5A9D7C;
}
</style>
background-color css
<style>
a { background-color: #5A9D7C; }
a { background-color: rgb(90,157,124); }
div.DivClassName
{
background-color: #5A9D7C;
}
.BgClassName
{
background-color: #5A9D7C;
}
</style>
border-color css
<style>
span { border-color: #5A9D7C; }
span { border-color: rgb(90,157,124); }
td.TdClassName
{
border-color: #5A9D7C;
}
.TagClassName
{
border-color: #5A9D7C;
}
</style>