Shades of Patina #5A8B7C
Tints of Patina #5A8B7C
RGB
CMYK
RGB Variations
Color information
#5A8B7C (or 0x5A8B7C) is known color: Patina. HEX triplet: 5A, 8B and 7C. RGB value is (90,139,124). Sum of RGB (Red+Green+Blue) = 90+139+124=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8B7C is #A57483. Grayscale: #7A7A7A. Windows color (decimal): -10843268 or 8162138. OLE color: 8162138.
HSL color Cylindrical-coordinate representation of color #5A8B7C: hue angle of 161.63º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8B7C is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 139 | 124 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.45 |
| HSL | 161.63º | 0.21% | 0.45% | - |
| HSV(B) | 161.63º | 0.35% | 0.55% | - |
| XYZ | 17.09 | 22.09 | 22.43 | - |
| YUV | 122.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 139 | 124 | 0.35 | 0 | 0.11 | 0.45 | 161.63 | 0.21 | 0.45 |
| Hex | 5A | 8B | 7C | 23 | 0 | B | 2D | A2 | 15 | 2D |
| Octal | 132 | 213 | 174 | 43 | 0 | 13 | 55 | 242 | 25 | 55 |
| Binary | 1011010 | 10001011 | 1111100 | 100011 | 0 | 1011 | 101101 | 10100010 | 10101 | 101101 |
Color Harmonies of #5A8B7C
Complementary color
Monochromatic Colors of #5A8B7C
Black with #5A8B7C
Text Example
Text Example
White with #5A8B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8B7C; }
p { color: rgb(90,139,124); }
H1.HeaderClassName
{
color: #5A8B7C;
}
.AnyTagClassName
{
color: #5A8B7C;
}
</style>
background-color css
<style>
a { background-color: #5A8B7C; }
a { background-color: rgb(90,139,124); }
div.DivClassName
{
background-color: #5A8B7C;
}
.BgClassName
{
background-color: #5A8B7C;
}
</style>
border-color css
<style>
span { border-color: #5A8B7C; }
span { border-color: rgb(90,139,124); }
td.TdClassName
{
border-color: #5A8B7C;
}
.TagClassName
{
border-color: #5A8B7C;
}
</style>