Shades of Patina #5A8982
Tints of Patina #5A8982
RGB
CMYK
RGB Variations
Color information
#5A8982 (or 0x5A8982) is known color: Patina. HEX triplet: 5A, 89 and 82. RGB value is (90,137,130). Sum of RGB (Red+Green+Blue) = 90+137+130=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #5A8982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8982 is #A5767D. Grayscale: #7A7A7A. Windows color (decimal): -10843774 or 8554842. OLE color: 8554842.
HSL color Cylindrical-coordinate representation of color #5A8982: hue angle of 171.06º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A8982 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 137 | 130 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.46 |
| HSL | 171.06º | 0.21% | 0.45% | - |
| HSV(B) | 171.06º | 0.34% | 0.54% | - |
| XYZ | 17.19 | 21.68 | 24.4 | - |
| YUV | 122.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 137 | 130 | 0.34 | 0 | 0.05 | 0.46 | 171.06 | 0.21 | 0.45 |
| Hex | 5A | 89 | 82 | 22 | 0 | 5 | 2E | AB | 15 | 2D |
| Octal | 132 | 211 | 202 | 42 | 0 | 5 | 56 | 253 | 25 | 55 |
| Binary | 1011010 | 10001001 | 10000010 | 100010 | 0 | 101 | 101110 | 10101011 | 10101 | 101101 |
Color Harmonies of #5A8982
Complementary color
Monochromatic Colors of #5A8982
Black with #5A8982
Text Example
Text Example
White with #5A8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8982; }
p { color: rgb(90,137,130); }
H1.HeaderClassName
{
color: #5A8982;
}
.AnyTagClassName
{
color: #5A8982;
}
</style>
background-color css
<style>
a { background-color: #5A8982; }
a { background-color: rgb(90,137,130); }
div.DivClassName
{
background-color: #5A8982;
}
.BgClassName
{
background-color: #5A8982;
}
</style>
border-color css
<style>
span { border-color: #5A8982; }
span { border-color: rgb(90,137,130); }
td.TdClassName
{
border-color: #5A8982;
}
.TagClassName
{
border-color: #5A8982;
}
</style>