Shades of Patina #579D89
Tints of Patina #579D89
RGB
CMYK
RGB Variations
Color information
#579D89 (or 0x579D89) is known color: Patina. HEX triplet: 57, 9D and 89. RGB value is (87,157,137). Sum of RGB (Red+Green+Blue) = 87+157+137=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #579D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579D89 is #A86276. Grayscale: #858585. Windows color (decimal): -11035255 or 9018711. OLE color: 9018711.
HSL color Cylindrical-coordinate representation of color #579D89: hue angle of 162.86º 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 #579D89 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 157 | 137 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.38 |
| HSL | 162.86º | 0.29% | 0.48% | - |
| HSV(B) | 162.86º | 0.45% | 0.62% | - |
| XYZ | 20.5 | 27.95 | 27.98 | - |
| YUV | 133.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 137 | 0.45 | 0 | 0.13 | 0.38 | 162.86 | 0.29 | 0.48 |
| Hex | 57 | 9D | 89 | 2D | 0 | D | 26 | A3 | 1D | 30 |
| Octal | 127 | 235 | 211 | 55 | 0 | 15 | 46 | 243 | 35 | 60 |
| Binary | 1010111 | 10011101 | 10001001 | 101101 | 0 | 1101 | 100110 | 10100011 | 11101 | 110000 |
Color Harmonies of #579D89
Complementary color
Monochromatic Colors of #579D89
Black with #579D89
Text Example
Text Example
White with #579D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579D89; }
p { color: rgb(87,157,137); }
H1.HeaderClassName
{
color: #579D89;
}
.AnyTagClassName
{
color: #579D89;
}
</style>
background-color css
<style>
a { background-color: #579D89; }
a { background-color: rgb(87,157,137); }
div.DivClassName
{
background-color: #579D89;
}
.BgClassName
{
background-color: #579D89;
}
</style>
border-color css
<style>
span { border-color: #579D89; }
span { border-color: rgb(87,157,137); }
td.TdClassName
{
border-color: #579D89;
}
.TagClassName
{
border-color: #579D89;
}
</style>