Shades of Patina #5A8D7D
Tints of Patina #5A8D7D
RGB
CMYK
RGB Variations
Color information
#5A8D7D (or 0x5A8D7D) is known color: Patina. HEX triplet: 5A, 8D and 7D. RGB value is (90,141,125). Sum of RGB (Red+Green+Blue) = 90+141+125=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8D7D is #A57282. Grayscale: #7B7B7B. Windows color (decimal): -10842755 or 8228186. OLE color: 8228186.
HSL color Cylindrical-coordinate representation of color #5A8D7D: hue angle of 161.18º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A8D7D is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 141 | 125 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.45 |
| HSL | 161.18º | 0.22% | 0.45% | - |
| HSV(B) | 161.18º | 0.36% | 0.55% | - |
| XYZ | 17.44 | 22.7 | 22.87 | - |
| YUV | 123.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 125 | 0.36 | 0 | 0.11 | 0.45 | 161.18 | 0.22 | 0.45 |
| Hex | 5A | 8D | 7D | 24 | 0 | B | 2D | A1 | 16 | 2D |
| Octal | 132 | 215 | 175 | 44 | 0 | 13 | 55 | 241 | 26 | 55 |
| Binary | 1011010 | 10001101 | 1111101 | 100100 | 0 | 1011 | 101101 | 10100001 | 10110 | 101101 |
Color Harmonies of #5A8D7D
Complementary color
Monochromatic Colors of #5A8D7D
Black with #5A8D7D
Text Example
Text Example
White with #5A8D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8D7D; }
p { color: rgb(90,141,125); }
H1.HeaderClassName
{
color: #5A8D7D;
}
.AnyTagClassName
{
color: #5A8D7D;
}
</style>
background-color css
<style>
a { background-color: #5A8D7D; }
a { background-color: rgb(90,141,125); }
div.DivClassName
{
background-color: #5A8D7D;
}
.BgClassName
{
background-color: #5A8D7D;
}
</style>
border-color css
<style>
span { border-color: #5A8D7D; }
span { border-color: rgb(90,141,125); }
td.TdClassName
{
border-color: #5A8D7D;
}
.TagClassName
{
border-color: #5A8D7D;
}
</style>