Shades of Patina #5A987C
Tints of Patina #5A987C
RGB
CMYK
RGB Variations
Color information
#5A987C (or 0x5A987C) is known color: Patina. HEX triplet: 5A, 98 and 7C. RGB value is (90,152,124). Sum of RGB (Red+Green+Blue) = 90+152+124=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #5A987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A987C is #A56783. Grayscale: #828282. Windows color (decimal): -10839940 or 8165466. OLE color: 8165466.
HSL color Cylindrical-coordinate representation of color #5A987C: hue angle of 152.9º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A987C is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 152 | 124 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.40 |
| HSL | 152.9º | 0.26% | 0.47% | - |
| HSV(B) | 152.9º | 0.41% | 0.6% | - |
| XYZ | 19.08 | 26.09 | 23.1 | - |
| YUV | 130.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 152 | 124 | 0.41 | 0 | 0.18 | 0.40 | 152.9 | 0.26 | 0.47 |
| Hex | 5A | 98 | 7C | 29 | 0 | 12 | 28 | 99 | 1A | 2F |
| Octal | 132 | 230 | 174 | 51 | 0 | 22 | 50 | 231 | 32 | 57 |
| Binary | 1011010 | 10011000 | 1111100 | 101001 | 0 | 10010 | 101000 | 10011001 | 11010 | 101111 |
Color Harmonies of #5A987C
Complementary color
Monochromatic Colors of #5A987C
Black with #5A987C
Text Example
Text Example
White with #5A987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A987C; }
p { color: rgb(90,152,124); }
H1.HeaderClassName
{
color: #5A987C;
}
.AnyTagClassName
{
color: #5A987C;
}
</style>
background-color css
<style>
a { background-color: #5A987C; }
a { background-color: rgb(90,152,124); }
div.DivClassName
{
background-color: #5A987C;
}
.BgClassName
{
background-color: #5A987C;
}
</style>
border-color css
<style>
span { border-color: #5A987C; }
span { border-color: rgb(90,152,124); }
td.TdClassName
{
border-color: #5A987C;
}
.TagClassName
{
border-color: #5A987C;
}
</style>