Shades of Patina #5A8A7E
Tints of Patina #5A8A7E
RGB
CMYK
RGB Variations
Color information
#5A8A7E (or 0x5A8A7E) is known color: Patina. HEX triplet: 5A, 8A and 7E. RGB value is (90,138,126). Sum of RGB (Red+Green+Blue) = 90+138+126=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8A7E is #A57581. Grayscale: #7A7A7A. Windows color (decimal): -10843522 or 8292954. OLE color: 8292954.
HSL color Cylindrical-coordinate representation of color #5A8A7E: hue angle of 165º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8A7E is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 138 | 126 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.46 |
| HSL | 165º | 0.21% | 0.45% | - |
| HSV(B) | 165º | 0.35% | 0.54% | - |
| XYZ | 17.07 | 21.86 | 23.06 | - |
| YUV | 122.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 126 | 0.35 | 0 | 0.09 | 0.46 | 165 | 0.21 | 0.45 |
| Hex | 5A | 8A | 7E | 23 | 0 | 9 | 2E | A5 | 15 | 2D |
| Octal | 132 | 212 | 176 | 43 | 0 | 11 | 56 | 245 | 25 | 55 |
| Binary | 1011010 | 10001010 | 1111110 | 100011 | 0 | 1001 | 101110 | 10100101 | 10101 | 101101 |
Color Harmonies of #5A8A7E
Complementary color
Monochromatic Colors of #5A8A7E
Black with #5A8A7E
Text Example
Text Example
White with #5A8A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A7E; }
p { color: rgb(90,138,126); }
H1.HeaderClassName
{
color: #5A8A7E;
}
.AnyTagClassName
{
color: #5A8A7E;
}
</style>
background-color css
<style>
a { background-color: #5A8A7E; }
a { background-color: rgb(90,138,126); }
div.DivClassName
{
background-color: #5A8A7E;
}
.BgClassName
{
background-color: #5A8A7E;
}
</style>
border-color css
<style>
span { border-color: #5A8A7E; }
span { border-color: rgb(90,138,126); }
td.TdClassName
{
border-color: #5A8A7E;
}
.TagClassName
{
border-color: #5A8A7E;
}
</style>