Shades of Patina #54A484
Tints of Patina #54A484
RGB
CMYK
RGB Variations
Color information
#54A484 (or 0x54A484) is known color: Patina. HEX triplet: 54, A4 and 84. RGB value is (84,164,132). Sum of RGB (Red+Green+Blue) = 84+164+132=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #54A484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A484 is #AB5B7B. Grayscale: #888888. Windows color (decimal): -11230076 or 8692820. OLE color: 8692820.
HSL color Cylindrical-coordinate representation of color #54A484: hue angle of 156º 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 #54A484 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 164 | 132 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.36 |
| HSL | 156º | 0.32% | 0.49% | - |
| HSV(B) | 156º | 0.49% | 0.64% | - |
| XYZ | 21.1 | 30.1 | 26.53 | - |
| YUV | 136.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 164 | 132 | 0.49 | 0 | 0.20 | 0.36 | 156 | 0.32 | 0.49 |
| Hex | 54 | A4 | 84 | 31 | 0 | 14 | 24 | 9C | 20 | 31 |
| Octal | 124 | 244 | 204 | 61 | 0 | 24 | 44 | 234 | 40 | 61 |
| Binary | 1010100 | 10100100 | 10000100 | 110001 | 0 | 10100 | 100100 | 10011100 | 100000 | 110001 |
Color Harmonies of #54A484
Complementary color
Monochromatic Colors of #54A484
Black with #54A484
Text Example
Text Example
White with #54A484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A484; }
p { color: rgb(84,164,132); }
H1.HeaderClassName
{
color: #54A484;
}
.AnyTagClassName
{
color: #54A484;
}
</style>
background-color css
<style>
a { background-color: #54A484; }
a { background-color: rgb(84,164,132); }
div.DivClassName
{
background-color: #54A484;
}
.BgClassName
{
background-color: #54A484;
}
</style>
border-color css
<style>
span { border-color: #54A484; }
span { border-color: rgb(84,164,132); }
td.TdClassName
{
border-color: #54A484;
}
.TagClassName
{
border-color: #54A484;
}
</style>