Shades of Patina #54A48D
Tints of Patina #54A48D
RGB
CMYK
RGB Variations
Color information
#54A48D (or 0x54A48D) is known color: Patina. HEX triplet: 54, A4 and 8D. RGB value is (84,164,141). Sum of RGB (Red+Green+Blue) = 84+164+141=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #54A48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A48D is #AB5B72. Grayscale: #898989. Windows color (decimal): -11230067 or 9282644. OLE color: 9282644.
HSL color Cylindrical-coordinate representation of color #54A48D: hue angle of 162.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A48D is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 164 | 141 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.36 |
| HSL | 162.75º | 0.32% | 0.49% | - |
| HSV(B) | 162.75º | 0.49% | 0.64% | - |
| XYZ | 21.74 | 30.36 | 29.91 | - |
| YUV | 137.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 164 | 141 | 0.49 | 0 | 0.14 | 0.36 | 162.75 | 0.32 | 0.49 |
| Hex | 54 | A4 | 8D | 31 | 0 | E | 24 | A3 | 20 | 31 |
| Octal | 124 | 244 | 215 | 61 | 0 | 16 | 44 | 243 | 40 | 61 |
| Binary | 1010100 | 10100100 | 10001101 | 110001 | 0 | 1110 | 100100 | 10100011 | 100000 | 110001 |
Color Harmonies of #54A48D
Complementary color
Monochromatic Colors of #54A48D
Black with #54A48D
Text Example
Text Example
White with #54A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A48D; }
p { color: rgb(84,164,141); }
H1.HeaderClassName
{
color: #54A48D;
}
.AnyTagClassName
{
color: #54A48D;
}
</style>
background-color css
<style>
a { background-color: #54A48D; }
a { background-color: rgb(84,164,141); }
div.DivClassName
{
background-color: #54A48D;
}
.BgClassName
{
background-color: #54A48D;
}
</style>
border-color css
<style>
span { border-color: #54A48D; }
span { border-color: rgb(84,164,141); }
td.TdClassName
{
border-color: #54A48D;
}
.TagClassName
{
border-color: #54A48D;
}
</style>