Shades of Patina #579D8A
Tints of Patina #579D8A
RGB
CMYK
RGB Variations
Color information
#579D8A (or 0x579D8A) is known color: Patina. HEX triplet: 57, 9D and 8A. RGB value is (87,157,138). Sum of RGB (Red+Green+Blue) = 87+157+138=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #579D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579D8A is #A86275. Grayscale: #858585. Windows color (decimal): -11035254 or 9084247. OLE color: 9084247.
HSL color Cylindrical-coordinate representation of color #579D8A: hue angle of 163.71º 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 #579D8A is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 157 | 138 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.38 |
| HSL | 163.71º | 0.29% | 0.48% | - |
| HSV(B) | 163.71º | 0.45% | 0.62% | - |
| XYZ | 20.57 | 27.98 | 28.36 | - |
| YUV | 133.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 138 | 0.45 | 0 | 0.12 | 0.38 | 163.71 | 0.29 | 0.48 |
| Hex | 57 | 9D | 8A | 2D | 0 | C | 26 | A4 | 1D | 30 |
| Octal | 127 | 235 | 212 | 55 | 0 | 14 | 46 | 244 | 35 | 60 |
| Binary | 1010111 | 10011101 | 10001010 | 101101 | 0 | 1100 | 100110 | 10100100 | 11101 | 110000 |
Color Harmonies of #579D8A
Complementary color
Monochromatic Colors of #579D8A
Black with #579D8A
Text Example
Text Example
White with #579D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579D8A; }
p { color: rgb(87,157,138); }
H1.HeaderClassName
{
color: #579D8A;
}
.AnyTagClassName
{
color: #579D8A;
}
</style>
background-color css
<style>
a { background-color: #579D8A; }
a { background-color: rgb(87,157,138); }
div.DivClassName
{
background-color: #579D8A;
}
.BgClassName
{
background-color: #579D8A;
}
</style>
border-color css
<style>
span { border-color: #579D8A; }
span { border-color: rgb(87,157,138); }
td.TdClassName
{
border-color: #579D8A;
}
.TagClassName
{
border-color: #579D8A;
}
</style>