Shades of Patina #5A987D
Tints of Patina #5A987D
RGB
CMYK
RGB Variations
Color information
#5A987D (or 0x5A987D) is known color: Patina. HEX triplet: 5A, 98 and 7D. RGB value is (90,152,125). Sum of RGB (Red+Green+Blue) = 90+152+125=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #5A987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A987D is #A56782. Grayscale: #828282. Windows color (decimal): -10839939 or 8231002. OLE color: 8231002.
HSL color Cylindrical-coordinate representation of color #5A987D: hue angle of 153.87º 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 #5A987D is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 152 | 125 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.40 |
| HSL | 153.87º | 0.26% | 0.47% | - |
| HSV(B) | 153.87º | 0.41% | 0.6% | - |
| XYZ | 19.15 | 26.11 | 23.43 | - |
| YUV | 130.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 152 | 125 | 0.41 | 0 | 0.18 | 0.40 | 153.87 | 0.26 | 0.47 |
| Hex | 5A | 98 | 7D | 29 | 0 | 12 | 28 | 9A | 1A | 2F |
| Octal | 132 | 230 | 175 | 51 | 0 | 22 | 50 | 232 | 32 | 57 |
| Binary | 1011010 | 10011000 | 1111101 | 101001 | 0 | 10010 | 101000 | 10011010 | 11010 | 101111 |
Color Harmonies of #5A987D
Complementary color
Monochromatic Colors of #5A987D
Black with #5A987D
Text Example
Text Example
White with #5A987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A987D; }
p { color: rgb(90,152,125); }
H1.HeaderClassName
{
color: #5A987D;
}
.AnyTagClassName
{
color: #5A987D;
}
</style>
background-color css
<style>
a { background-color: #5A987D; }
a { background-color: rgb(90,152,125); }
div.DivClassName
{
background-color: #5A987D;
}
.BgClassName
{
background-color: #5A987D;
}
</style>
border-color css
<style>
span { border-color: #5A987D; }
span { border-color: rgb(90,152,125); }
td.TdClassName
{
border-color: #5A987D;
}
.TagClassName
{
border-color: #5A987D;
}
</style>