Shades of Patina #579D80
Tints of Patina #579D80
RGB
CMYK
RGB Variations
Color information
#579D80 (or 0x579D80) is known color: Patina. HEX triplet: 57, 9D and 80. RGB value is (87,157,128). Sum of RGB (Red+Green+Blue) = 87+157+128=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #579D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579D80 is #A8627F. Grayscale: #848484. Windows color (decimal): -11035264 or 8428887. OLE color: 8428887.
HSL color Cylindrical-coordinate representation of color #579D80: hue angle of 155.14º 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 #579D80 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 157 | 128 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.38 |
| HSL | 155.14º | 0.29% | 0.48% | - |
| HSV(B) | 155.14º | 0.45% | 0.62% | - |
| XYZ | 19.88 | 27.7 | 24.72 | - |
| YUV | 132.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 128 | 0.45 | 0 | 0.18 | 0.38 | 155.14 | 0.29 | 0.48 |
| Hex | 57 | 9D | 80 | 2D | 0 | 12 | 26 | 9B | 1D | 30 |
| Octal | 127 | 235 | 200 | 55 | 0 | 22 | 46 | 233 | 35 | 60 |
| Binary | 1010111 | 10011101 | 10000000 | 101101 | 0 | 10010 | 100110 | 10011011 | 11101 | 110000 |
Color Harmonies of #579D80
Complementary color
Monochromatic Colors of #579D80
Black with #579D80
Text Example
Text Example
White with #579D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579D80; }
p { color: rgb(87,157,128); }
H1.HeaderClassName
{
color: #579D80;
}
.AnyTagClassName
{
color: #579D80;
}
</style>
background-color css
<style>
a { background-color: #579D80; }
a { background-color: rgb(87,157,128); }
div.DivClassName
{
background-color: #579D80;
}
.BgClassName
{
background-color: #579D80;
}
</style>
border-color css
<style>
span { border-color: #579D80; }
span { border-color: rgb(87,157,128); }
td.TdClassName
{
border-color: #579D80;
}
.TagClassName
{
border-color: #579D80;
}
</style>