Shades of Patina #54A284
Tints of Patina #54A284
RGB
CMYK
RGB Variations
Color information
#54A284 (or 0x54A284) is known color: Patina. HEX triplet: 54, A2 and 84. RGB value is (84,162,132). Sum of RGB (Red+Green+Blue) = 84+162+132=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #54A284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A284 is #AB5D7B. Grayscale: #878787. Windows color (decimal): -11230588 or 8692308. OLE color: 8692308.
HSL color Cylindrical-coordinate representation of color #54A284: hue angle of 156.92º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A284 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 162 | 132 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.36 |
| HSL | 156.92º | 0.32% | 0.48% | - |
| HSV(B) | 156.92º | 0.48% | 0.64% | - |
| XYZ | 20.74 | 29.39 | 26.41 | - |
| YUV | 135.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 162 | 132 | 0.48 | 0 | 0.19 | 0.36 | 156.92 | 0.32 | 0.48 |
| Hex | 54 | A2 | 84 | 30 | 0 | 13 | 24 | 9D | 20 | 30 |
| Octal | 124 | 242 | 204 | 60 | 0 | 23 | 44 | 235 | 40 | 60 |
| Binary | 1010100 | 10100010 | 10000100 | 110000 | 0 | 10011 | 100100 | 10011101 | 100000 | 110000 |
Color Harmonies of #54A284
Complementary color
Monochromatic Colors of #54A284
Black with #54A284
Text Example
Text Example
White with #54A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A284; }
p { color: rgb(84,162,132); }
H1.HeaderClassName
{
color: #54A284;
}
.AnyTagClassName
{
color: #54A284;
}
</style>
background-color css
<style>
a { background-color: #54A284; }
a { background-color: rgb(84,162,132); }
div.DivClassName
{
background-color: #54A284;
}
.BgClassName
{
background-color: #54A284;
}
</style>
border-color css
<style>
span { border-color: #54A284; }
span { border-color: rgb(84,162,132); }
td.TdClassName
{
border-color: #54A284;
}
.TagClassName
{
border-color: #54A284;
}
</style>