Shades of Patina #579B84
Tints of Patina #579B84
RGB
CMYK
RGB Variations
Color information
#579B84 (or 0x579B84) is known color: Patina. HEX triplet: 57, 9B and 84. RGB value is (87,155,132). Sum of RGB (Red+Green+Blue) = 87+155+132=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #579B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579B84 is #A8647B. Grayscale: #848484. Windows color (decimal): -11035772 or 8690519. OLE color: 8690519.
HSL color Cylindrical-coordinate representation of color #579B84: hue angle of 159.71º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #579B84 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 155 | 132 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.39 |
| HSL | 159.71º | 0.28% | 0.47% | - |
| HSV(B) | 159.71º | 0.44% | 0.61% | - |
| XYZ | 19.82 | 27.13 | 26.02 | - |
| YUV | 132.05 | 127.97 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 155 | 132 | 0.44 | 0 | 0.15 | 0.39 | 159.71 | 0.28 | 0.47 |
| Hex | 57 | 9B | 84 | 2C | 0 | F | 27 | A0 | 1C | 2F |
| Octal | 127 | 233 | 204 | 54 | 0 | 17 | 47 | 240 | 34 | 57 |
| Binary | 1010111 | 10011011 | 10000100 | 101100 | 0 | 1111 | 100111 | 10100000 | 11100 | 101111 |
Color Harmonies of #579B84
Complementary color
Monochromatic Colors of #579B84
Black with #579B84
Text Example
Text Example
White with #579B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579B84; }
p { color: rgb(87,155,132); }
H1.HeaderClassName
{
color: #579B84;
}
.AnyTagClassName
{
color: #579B84;
}
</style>
background-color css
<style>
a { background-color: #579B84; }
a { background-color: rgb(87,155,132); }
div.DivClassName
{
background-color: #579B84;
}
.BgClassName
{
background-color: #579B84;
}
</style>
border-color css
<style>
span { border-color: #579B84; }
span { border-color: rgb(87,155,132); }
td.TdClassName
{
border-color: #579B84;
}
.TagClassName
{
border-color: #579B84;
}
</style>