Shades of Patina #579E80
Tints of Patina #579E80
RGB
CMYK
RGB Variations
Color information
#579E80 (or 0x579E80) is known color: Patina. HEX triplet: 57, 9E and 80. RGB value is (87,158,128). Sum of RGB (Red+Green+Blue) = 87+158+128=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #579E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579E80 is #A8617F. Grayscale: #858585. Windows color (decimal): -11035008 or 8429143. OLE color: 8429143.
HSL color Cylindrical-coordinate representation of color #579E80: hue angle of 154.65º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #579E80 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 158 | 128 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.38 |
| HSL | 154.65º | 0.29% | 0.48% | - |
| HSV(B) | 154.65º | 0.45% | 0.62% | - |
| XYZ | 20.05 | 28.04 | 24.78 | - |
| YUV | 133.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 158 | 128 | 0.45 | 0 | 0.19 | 0.38 | 154.65 | 0.29 | 0.48 |
| Hex | 57 | 9E | 80 | 2D | 0 | 13 | 26 | 9B | 1D | 30 |
| Octal | 127 | 236 | 200 | 55 | 0 | 23 | 46 | 233 | 35 | 60 |
| Binary | 1010111 | 10011110 | 10000000 | 101101 | 0 | 10011 | 100110 | 10011011 | 11101 | 110000 |
Color Harmonies of #579E80
Complementary color
Monochromatic Colors of #579E80
Black with #579E80
Text Example
Text Example
White with #579E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579E80; }
p { color: rgb(87,158,128); }
H1.HeaderClassName
{
color: #579E80;
}
.AnyTagClassName
{
color: #579E80;
}
</style>
background-color css
<style>
a { background-color: #579E80; }
a { background-color: rgb(87,158,128); }
div.DivClassName
{
background-color: #579E80;
}
.BgClassName
{
background-color: #579E80;
}
</style>
border-color css
<style>
span { border-color: #579E80; }
span { border-color: rgb(87,158,128); }
td.TdClassName
{
border-color: #579E80;
}
.TagClassName
{
border-color: #579E80;
}
</style>