Shades of Patina #578B7E
Tints of Patina #578B7E
RGB
CMYK
RGB Variations
Color information
#578B7E (or 0x578B7E) is known color: Patina. HEX triplet: 57, 8B and 7E. RGB value is (87,139,126). Sum of RGB (Red+Green+Blue) = 87+139+126=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #578B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578B7E is #A87481. Grayscale: #797979. Windows color (decimal): -11039874 or 8293207. OLE color: 8293207.
HSL color Cylindrical-coordinate representation of color #578B7E: hue angle of 165º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #578B7E is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 139 | 126 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.45 |
| HSL | 165º | 0.23% | 0.44% | - |
| HSV(B) | 165º | 0.37% | 0.55% | - |
| XYZ | 16.93 | 22 | 23.09 | - |
| YUV | 121.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 126 | 0.37 | 0 | 0.09 | 0.45 | 165 | 0.23 | 0.44 |
| Hex | 57 | 8B | 7E | 25 | 0 | 9 | 2D | A5 | 17 | 2C |
| Octal | 127 | 213 | 176 | 45 | 0 | 11 | 55 | 245 | 27 | 54 |
| Binary | 1010111 | 10001011 | 1111110 | 100101 | 0 | 1001 | 101101 | 10100101 | 10111 | 101100 |
Color Harmonies of #578B7E
Complementary color
Monochromatic Colors of #578B7E
Black with #578B7E
Text Example
Text Example
White with #578B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578B7E; }
p { color: rgb(87,139,126); }
H1.HeaderClassName
{
color: #578B7E;
}
.AnyTagClassName
{
color: #578B7E;
}
</style>
background-color css
<style>
a { background-color: #578B7E; }
a { background-color: rgb(87,139,126); }
div.DivClassName
{
background-color: #578B7E;
}
.BgClassName
{
background-color: #578B7E;
}
</style>
border-color css
<style>
span { border-color: #578B7E; }
span { border-color: rgb(87,139,126); }
td.TdClassName
{
border-color: #578B7E;
}
.TagClassName
{
border-color: #578B7E;
}
</style>