Shades of Patina #579D85
Tints of Patina #579D85
RGB
CMYK
RGB Variations
Color information
#579D85 (or 0x579D85) is known color: Patina. HEX triplet: 57, 9D and 85. RGB value is (87,157,133). Sum of RGB (Red+Green+Blue) = 87+157+133=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #579D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579D85 is #A8627A. Grayscale: #858585. Windows color (decimal): -11035259 or 8756567. OLE color: 8756567.
HSL color Cylindrical-coordinate representation of color #579D85: hue angle of 159.43º 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 #579D85 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 157 | 133 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.38 |
| HSL | 159.43º | 0.29% | 0.48% | - |
| HSV(B) | 159.43º | 0.45% | 0.62% | - |
| XYZ | 20.22 | 27.83 | 26.5 | - |
| YUV | 133.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 133 | 0.45 | 0 | 0.15 | 0.38 | 159.43 | 0.29 | 0.48 |
| Hex | 57 | 9D | 85 | 2D | 0 | F | 26 | 9F | 1D | 30 |
| Octal | 127 | 235 | 205 | 55 | 0 | 17 | 46 | 237 | 35 | 60 |
| Binary | 1010111 | 10011101 | 10000101 | 101101 | 0 | 1111 | 100110 | 10011111 | 11101 | 110000 |
Color Harmonies of #579D85
Complementary color
Monochromatic Colors of #579D85
Black with #579D85
Text Example
Text Example
White with #579D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579D85; }
p { color: rgb(87,157,133); }
H1.HeaderClassName
{
color: #579D85;
}
.AnyTagClassName
{
color: #579D85;
}
</style>
background-color css
<style>
a { background-color: #579D85; }
a { background-color: rgb(87,157,133); }
div.DivClassName
{
background-color: #579D85;
}
.BgClassName
{
background-color: #579D85;
}
</style>
border-color css
<style>
span { border-color: #579D85; }
span { border-color: rgb(87,157,133); }
td.TdClassName
{
border-color: #579D85;
}
.TagClassName
{
border-color: #579D85;
}
</style>