Shades of Patina #5A9682
Tints of Patina #5A9682
RGB
CMYK
RGB Variations
Color information
#5A9682 (or 0x5A9682) is known color: Patina. HEX triplet: 5A, 96 and 82. RGB value is (90,150,130). Sum of RGB (Red+Green+Blue) = 90+150+130=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #5A9682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9682 is #A5697D. Grayscale: #818181. Windows color (decimal): -10840446 or 8558170. OLE color: 8558170.
HSL color Cylindrical-coordinate representation of color #5A9682: hue angle of 160º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A9682 is Cyan = 0.4, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 150 | 130 | - |
| CMYK | 0.4 | 0 | 0.13 | 0.41 |
| HSL | 160º | 0.25% | 0.47% | - |
| HSV(B) | 160º | 0.4% | 0.59% | - |
| XYZ | 19.15 | 25.6 | 25.05 | - |
| YUV | 129.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 150 | 130 | 0.4 | 0 | 0.13 | 0.41 | 160 | 0.25 | 0.47 |
| Hex | 5A | 96 | 82 | 28 | 0 | D | 29 | A0 | 19 | 2F |
| Octal | 132 | 226 | 202 | 50 | 0 | 15 | 51 | 240 | 31 | 57 |
| Binary | 1011010 | 10010110 | 10000010 | 101000 | 0 | 1101 | 101001 | 10100000 | 11001 | 101111 |
Color Harmonies of #5A9682
Complementary color
Monochromatic Colors of #5A9682
Black with #5A9682
Text Example
Text Example
White with #5A9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9682; }
p { color: rgb(90,150,130); }
H1.HeaderClassName
{
color: #5A9682;
}
.AnyTagClassName
{
color: #5A9682;
}
</style>
background-color css
<style>
a { background-color: #5A9682; }
a { background-color: rgb(90,150,130); }
div.DivClassName
{
background-color: #5A9682;
}
.BgClassName
{
background-color: #5A9682;
}
</style>
border-color css
<style>
span { border-color: #5A9682; }
span { border-color: rgb(90,150,130); }
td.TdClassName
{
border-color: #5A9682;
}
.TagClassName
{
border-color: #5A9682;
}
</style>