Shades of Patina #5A927F
Tints of Patina #5A927F
RGB
CMYK
RGB Variations
Color information
#5A927F (or 0x5A927F) is known color: Patina. HEX triplet: 5A, 92 and 7F. RGB value is (90,146,127). Sum of RGB (Red+Green+Blue) = 90+146+127=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #5A927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A927F is #A56D80. Grayscale: #7F7F7F. Windows color (decimal): -10841473 or 8360538. OLE color: 8360538.
HSL color Cylindrical-coordinate representation of color #5A927F: hue angle of 159.64º degrees, saturation: 0.24, 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 #5A927F is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 146 | 127 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.43 |
| HSL | 159.64º | 0.24% | 0.46% | - |
| HSV(B) | 159.64º | 0.38% | 0.57% | - |
| XYZ | 18.33 | 24.26 | 23.8 | - |
| YUV | 127.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 146 | 127 | 0.38 | 0 | 0.13 | 0.43 | 159.64 | 0.24 | 0.46 |
| Hex | 5A | 92 | 7F | 26 | 0 | D | 2B | A0 | 18 | 2E |
| Octal | 132 | 222 | 177 | 46 | 0 | 15 | 53 | 240 | 30 | 56 |
| Binary | 1011010 | 10010010 | 1111111 | 100110 | 0 | 1101 | 101011 | 10100000 | 11000 | 101110 |
Color Harmonies of #5A927F
Complementary color
Monochromatic Colors of #5A927F
Black with #5A927F
Text Example
Text Example
White with #5A927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A927F; }
p { color: rgb(90,146,127); }
H1.HeaderClassName
{
color: #5A927F;
}
.AnyTagClassName
{
color: #5A927F;
}
</style>
background-color css
<style>
a { background-color: #5A927F; }
a { background-color: rgb(90,146,127); }
div.DivClassName
{
background-color: #5A927F;
}
.BgClassName
{
background-color: #5A927F;
}
</style>
border-color css
<style>
span { border-color: #5A927F; }
span { border-color: rgb(90,146,127); }
td.TdClassName
{
border-color: #5A927F;
}
.TagClassName
{
border-color: #5A927F;
}
</style>