Shades of Patina #579B7E
Tints of Patina #579B7E
RGB
CMYK
RGB Variations
Color information
#579B7E (or 0x579B7E) is known color: Patina. HEX triplet: 57, 9B and 7E. RGB value is (87,155,126). Sum of RGB (Red+Green+Blue) = 87+155+126=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 155 - color contains mainly: green. Hex color #579B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579B7E is #A86481. Grayscale: #838383. Windows color (decimal): -11035778 or 8297303. OLE color: 8297303.
HSL color Cylindrical-coordinate representation of color #579B7E: hue angle of 154.41º 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 #579B7E is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 155 | 126 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.39 |
| HSL | 154.41º | 0.28% | 0.47% | - |
| HSV(B) | 154.41º | 0.44% | 0.61% | - |
| XYZ | 19.42 | 26.98 | 23.92 | - |
| YUV | 131.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 155 | 126 | 0.44 | 0 | 0.19 | 0.39 | 154.41 | 0.28 | 0.47 |
| Hex | 57 | 9B | 7E | 2C | 0 | 13 | 27 | 9A | 1C | 2F |
| Octal | 127 | 233 | 176 | 54 | 0 | 23 | 47 | 232 | 34 | 57 |
| Binary | 1010111 | 10011011 | 1111110 | 101100 | 0 | 10011 | 100111 | 10011010 | 11100 | 101111 |
Color Harmonies of #579B7E
Complementary color
Monochromatic Colors of #579B7E
Black with #579B7E
Text Example
Text Example
White with #579B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579B7E; }
p { color: rgb(87,155,126); }
H1.HeaderClassName
{
color: #579B7E;
}
.AnyTagClassName
{
color: #579B7E;
}
</style>
background-color css
<style>
a { background-color: #579B7E; }
a { background-color: rgb(87,155,126); }
div.DivClassName
{
background-color: #579B7E;
}
.BgClassName
{
background-color: #579B7E;
}
</style>
border-color css
<style>
span { border-color: #579B7E; }
span { border-color: rgb(87,155,126); }
td.TdClassName
{
border-color: #579B7E;
}
.TagClassName
{
border-color: #579B7E;
}
</style>