Shades of Patina #54A789
Tints of Patina #54A789
RGB
CMYK
RGB Variations
Color information
#54A789 (or 0x54A789) is known color: Patina. HEX triplet: 54, A7 and 89. RGB value is (84,167,137). Sum of RGB (Red+Green+Blue) = 84+167+137=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #54A789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A789 is #AB5876. Grayscale: #8A8A8A. Windows color (decimal): -11229303 or 9021268. OLE color: 9021268.
HSL color Cylindrical-coordinate representation of color #54A789: hue angle of 158.31º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A789 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 167 | 137 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.35 |
| HSL | 158.31º | 0.33% | 0.49% | - |
| HSV(B) | 158.31º | 0.5% | 0.65% | - |
| XYZ | 21.99 | 31.33 | 28.55 | - |
| YUV | 138.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 137 | 0.50 | 0 | 0.18 | 0.35 | 158.31 | 0.33 | 0.49 |
| Hex | 54 | A7 | 89 | 32 | 0 | 12 | 23 | 9E | 21 | 31 |
| Octal | 124 | 247 | 211 | 62 | 0 | 22 | 43 | 236 | 41 | 61 |
| Binary | 1010100 | 10100111 | 10001001 | 110010 | 0 | 10010 | 100011 | 10011110 | 100001 | 110001 |
Color Harmonies of #54A789
Complementary color
Monochromatic Colors of #54A789
Black with #54A789
Text Example
Text Example
White with #54A789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A789; }
p { color: rgb(84,167,137); }
H1.HeaderClassName
{
color: #54A789;
}
.AnyTagClassName
{
color: #54A789;
}
</style>
background-color css
<style>
a { background-color: #54A789; }
a { background-color: rgb(84,167,137); }
div.DivClassName
{
background-color: #54A789;
}
.BgClassName
{
background-color: #54A789;
}
</style>
border-color css
<style>
span { border-color: #54A789; }
span { border-color: rgb(84,167,137); }
td.TdClassName
{
border-color: #54A789;
}
.TagClassName
{
border-color: #54A789;
}
</style>