Shades of Patina #579D8F
Tints of Patina #579D8F
RGB
CMYK
RGB Variations
Color information
#579D8F (or 0x579D8F) is known color: Patina. HEX triplet: 57, 9D and 8F. RGB value is (87,157,143). Sum of RGB (Red+Green+Blue) = 87+157+143=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #579D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579D8F is #A86270. Grayscale: #868686. Windows color (decimal): -11035249 or 9411927. OLE color: 9411927.
HSL color Cylindrical-coordinate representation of color #579D8F: hue angle of 168º 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 #579D8F is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 157 | 143 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.38 |
| HSL | 168º | 0.29% | 0.48% | - |
| HSV(B) | 168º | 0.45% | 0.62% | - |
| XYZ | 20.95 | 28.12 | 30.31 | - |
| YUV | 134.47 | 132.81 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 143 | 0.45 | 0 | 0.09 | 0.38 | 168 | 0.29 | 0.48 |
| Hex | 57 | 9D | 8F | 2D | 0 | 9 | 26 | A8 | 1D | 30 |
| Octal | 127 | 235 | 217 | 55 | 0 | 11 | 46 | 250 | 35 | 60 |
| Binary | 1010111 | 10011101 | 10001111 | 101101 | 0 | 1001 | 100110 | 10101000 | 11101 | 110000 |
Color Harmonies of #579D8F
Complementary color
Monochromatic Colors of #579D8F
Black with #579D8F
Text Example
Text Example
White with #579D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579D8F; }
p { color: rgb(87,157,143); }
H1.HeaderClassName
{
color: #579D8F;
}
.AnyTagClassName
{
color: #579D8F;
}
</style>
background-color css
<style>
a { background-color: #579D8F; }
a { background-color: rgb(87,157,143); }
div.DivClassName
{
background-color: #579D8F;
}
.BgClassName
{
background-color: #579D8F;
}
</style>
border-color css
<style>
span { border-color: #579D8F; }
span { border-color: rgb(87,157,143); }
td.TdClassName
{
border-color: #579D8F;
}
.TagClassName
{
border-color: #579D8F;
}
</style>