Shades of Patina #5A9E7F
Tints of Patina #5A9E7F
RGB
CMYK
RGB Variations
Color information
#5A9E7F (or 0x5A9E7F) is known color: Patina. HEX triplet: 5A, 9E and 7F. RGB value is (90,158,127). Sum of RGB (Red+Green+Blue) = 90+158+127=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9E7F is #A56180. Grayscale: #868686. Windows color (decimal): -10838401 or 8363610. OLE color: 8363610.
HSL color Cylindrical-coordinate representation of color #5A9E7F: hue angle of 152.65º 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 #5A9E7F is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 158 | 127 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.38 |
| HSL | 152.65º | 0.27% | 0.49% | - |
| HSV(B) | 152.65º | 0.43% | 0.62% | - |
| XYZ | 20.27 | 28.16 | 24.45 | - |
| YUV | 134.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 158 | 127 | 0.43 | 0 | 0.20 | 0.38 | 152.65 | 0.27 | 0.49 |
| Hex | 5A | 9E | 7F | 2B | 0 | 14 | 26 | 99 | 1B | 31 |
| Octal | 132 | 236 | 177 | 53 | 0 | 24 | 46 | 231 | 33 | 61 |
| Binary | 1011010 | 10011110 | 1111111 | 101011 | 0 | 10100 | 100110 | 10011001 | 11011 | 110001 |
Color Harmonies of #5A9E7F
Complementary color
Monochromatic Colors of #5A9E7F
Black with #5A9E7F
Text Example
Text Example
White with #5A9E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9E7F; }
p { color: rgb(90,158,127); }
H1.HeaderClassName
{
color: #5A9E7F;
}
.AnyTagClassName
{
color: #5A9E7F;
}
</style>
background-color css
<style>
a { background-color: #5A9E7F; }
a { background-color: rgb(90,158,127); }
div.DivClassName
{
background-color: #5A9E7F;
}
.BgClassName
{
background-color: #5A9E7F;
}
</style>
border-color css
<style>
span { border-color: #5A9E7F; }
span { border-color: rgb(90,158,127); }
td.TdClassName
{
border-color: #5A9E7F;
}
.TagClassName
{
border-color: #5A9E7F;
}
</style>