Shades of Patina #5A917F
Tints of Patina #5A917F
RGB
CMYK
RGB Variations
Color information
#5A917F (or 0x5A917F) is known color: Patina. HEX triplet: 5A, 91 and 7F. RGB value is (90,145,127). Sum of RGB (Red+Green+Blue) = 90+145+127=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #5A917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A917F is #A56E80. Grayscale: #7E7E7E. Windows color (decimal): -10841729 or 8360282. OLE color: 8360282.
HSL color Cylindrical-coordinate representation of color #5A917F: hue angle of 160.36º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A917F is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 145 | 127 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.43 |
| HSL | 160.36º | 0.23% | 0.46% | - |
| HSV(B) | 160.36º | 0.38% | 0.57% | - |
| XYZ | 18.17 | 23.96 | 23.74 | - |
| YUV | 126.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 145 | 127 | 0.38 | 0 | 0.12 | 0.43 | 160.36 | 0.23 | 0.46 |
| Hex | 5A | 91 | 7F | 26 | 0 | C | 2B | A0 | 17 | 2E |
| Octal | 132 | 221 | 177 | 46 | 0 | 14 | 53 | 240 | 27 | 56 |
| Binary | 1011010 | 10010001 | 1111111 | 100110 | 0 | 1100 | 101011 | 10100000 | 10111 | 101110 |
Color Harmonies of #5A917F
Complementary color
Monochromatic Colors of #5A917F
Black with #5A917F
Text Example
Text Example
White with #5A917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A917F; }
p { color: rgb(90,145,127); }
H1.HeaderClassName
{
color: #5A917F;
}
.AnyTagClassName
{
color: #5A917F;
}
</style>
background-color css
<style>
a { background-color: #5A917F; }
a { background-color: rgb(90,145,127); }
div.DivClassName
{
background-color: #5A917F;
}
.BgClassName
{
background-color: #5A917F;
}
</style>
border-color css
<style>
span { border-color: #5A917F; }
span { border-color: rgb(90,145,127); }
td.TdClassName
{
border-color: #5A917F;
}
.TagClassName
{
border-color: #5A917F;
}
</style>