Shades of Patina #5A9E7D
Tints of Patina #5A9E7D
RGB
CMYK
RGB Variations
Color information
#5A9E7D (or 0x5A9E7D) is known color: Patina. HEX triplet: 5A, 9E and 7D. RGB value is (90,158,125). Sum of RGB (Red+Green+Blue) = 90+158+125=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9E7D is #A56182. Grayscale: #858585. Windows color (decimal): -10838403 or 8232538. OLE color: 8232538.
HSL color Cylindrical-coordinate representation of color #5A9E7D: hue angle of 150.88º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9E7D is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 158 | 125 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.38 |
| HSL | 150.88º | 0.27% | 0.49% | - |
| HSV(B) | 150.88º | 0.43% | 0.62% | - |
| XYZ | 20.14 | 28.11 | 23.77 | - |
| YUV | 133.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 158 | 125 | 0.43 | 0 | 0.21 | 0.38 | 150.88 | 0.27 | 0.49 |
| Hex | 5A | 9E | 7D | 2B | 0 | 15 | 26 | 97 | 1B | 31 |
| Octal | 132 | 236 | 175 | 53 | 0 | 25 | 46 | 227 | 33 | 61 |
| Binary | 1011010 | 10011110 | 1111101 | 101011 | 0 | 10101 | 100110 | 10010111 | 11011 | 110001 |
Color Harmonies of #5A9E7D
Complementary color
Monochromatic Colors of #5A9E7D
Black with #5A9E7D
Text Example
Text Example
White with #5A9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9E7D; }
p { color: rgb(90,158,125); }
H1.HeaderClassName
{
color: #5A9E7D;
}
.AnyTagClassName
{
color: #5A9E7D;
}
</style>
background-color css
<style>
a { background-color: #5A9E7D; }
a { background-color: rgb(90,158,125); }
div.DivClassName
{
background-color: #5A9E7D;
}
.BgClassName
{
background-color: #5A9E7D;
}
</style>
border-color css
<style>
span { border-color: #5A9E7D; }
span { border-color: rgb(90,158,125); }
td.TdClassName
{
border-color: #5A9E7D;
}
.TagClassName
{
border-color: #5A9E7D;
}
</style>