Shades of Patina #549F89
Tints of Patina #549F89
RGB
CMYK
RGB Variations
Color information
#549F89 (or 0x549F89) is known color: Patina. HEX triplet: 54, 9F and 89. RGB value is (84,159,137). Sum of RGB (Red+Green+Blue) = 84+159+137=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #549F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549F89 is #AB6076. Grayscale: #868686. Windows color (decimal): -11231351 or 9019220. OLE color: 9019220.
HSL color Cylindrical-coordinate representation of color #549F89: hue angle of 162.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549F89 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 159 | 137 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.38 |
| HSL | 162.4º | 0.31% | 0.48% | - |
| HSV(B) | 162.4º | 0.47% | 0.62% | - |
| XYZ | 20.57 | 28.49 | 28.08 | - |
| YUV | 134.07 | 129.65 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 159 | 137 | 0.47 | 0 | 0.14 | 0.38 | 162.4 | 0.31 | 0.48 |
| Hex | 54 | 9F | 89 | 2F | 0 | E | 26 | A2 | 1F | 30 |
| Octal | 124 | 237 | 211 | 57 | 0 | 16 | 46 | 242 | 37 | 60 |
| Binary | 1010100 | 10011111 | 10001001 | 101111 | 0 | 1110 | 100110 | 10100010 | 11111 | 110000 |
Color Harmonies of #549F89
Complementary color
Monochromatic Colors of #549F89
Black with #549F89
Text Example
Text Example
White with #549F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549F89; }
p { color: rgb(84,159,137); }
H1.HeaderClassName
{
color: #549F89;
}
.AnyTagClassName
{
color: #549F89;
}
</style>
background-color css
<style>
a { background-color: #549F89; }
a { background-color: rgb(84,159,137); }
div.DivClassName
{
background-color: #549F89;
}
.BgClassName
{
background-color: #549F89;
}
</style>
border-color css
<style>
span { border-color: #549F89; }
span { border-color: rgb(84,159,137); }
td.TdClassName
{
border-color: #549F89;
}
.TagClassName
{
border-color: #549F89;
}
</style>