Shades of Patina #548E7B
Tints of Patina #548E7B
RGB
CMYK
RGB Variations
Color information
#548E7B (or 0x548E7B) is known color: Patina. HEX triplet: 54, 8E and 7B. RGB value is (84,142,123). Sum of RGB (Red+Green+Blue) = 84+142+123=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 142 - color contains mainly: green. Hex color #548E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548E7B is #AB7184. Grayscale: #7A7A7A. Windows color (decimal): -11235717 or 8097364. OLE color: 8097364.
HSL color Cylindrical-coordinate representation of color #548E7B: hue angle of 160.34º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #548E7B is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 142 | 123 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.44 |
| HSL | 160.34º | 0.26% | 0.44% | - |
| HSV(B) | 160.34º | 0.41% | 0.56% | - |
| XYZ | 16.9 | 22.66 | 22.22 | - |
| YUV | 122.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 123 | 0.41 | 0 | 0.13 | 0.44 | 160.34 | 0.26 | 0.44 |
| Hex | 54 | 8E | 7B | 29 | 0 | D | 2C | A0 | 1A | 2C |
| Octal | 124 | 216 | 173 | 51 | 0 | 15 | 54 | 240 | 32 | 54 |
| Binary | 1010100 | 10001110 | 1111011 | 101001 | 0 | 1101 | 101100 | 10100000 | 11010 | 101100 |
Color Harmonies of #548E7B
Complementary color
Monochromatic Colors of #548E7B
Black with #548E7B
Text Example
Text Example
White with #548E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548E7B; }
p { color: rgb(84,142,123); }
H1.HeaderClassName
{
color: #548E7B;
}
.AnyTagClassName
{
color: #548E7B;
}
</style>
background-color css
<style>
a { background-color: #548E7B; }
a { background-color: rgb(84,142,123); }
div.DivClassName
{
background-color: #548E7B;
}
.BgClassName
{
background-color: #548E7B;
}
</style>
border-color css
<style>
span { border-color: #548E7B; }
span { border-color: rgb(84,142,123); }
td.TdClassName
{
border-color: #548E7B;
}
.TagClassName
{
border-color: #548E7B;
}
</style>