Shades of Patina #54A182
Tints of Patina #54A182
RGB
CMYK
RGB Variations
Color information
#54A182 (or 0x54A182) is known color: Patina. HEX triplet: 54, A1 and 82. RGB value is (84,161,130). Sum of RGB (Red+Green+Blue) = 84+161+130=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #54A182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A182 is #AB5E7D. Grayscale: #868686. Windows color (decimal): -11230846 or 8560980. OLE color: 8560980.
HSL color Cylindrical-coordinate representation of color #54A182: hue angle of 155.84º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A182 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 161 | 130 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.37 |
| HSL | 155.84º | 0.31% | 0.48% | - |
| HSV(B) | 155.84º | 0.48% | 0.63% | - |
| XYZ | 20.43 | 28.99 | 25.64 | - |
| YUV | 134.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 130 | 0.48 | 0 | 0.19 | 0.37 | 155.84 | 0.31 | 0.48 |
| Hex | 54 | A1 | 82 | 30 | 0 | 13 | 25 | 9C | 1F | 30 |
| Octal | 124 | 241 | 202 | 60 | 0 | 23 | 45 | 234 | 37 | 60 |
| Binary | 1010100 | 10100001 | 10000010 | 110000 | 0 | 10011 | 100101 | 10011100 | 11111 | 110000 |
Color Harmonies of #54A182
Complementary color
Monochromatic Colors of #54A182
Black with #54A182
Text Example
Text Example
White with #54A182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A182; }
p { color: rgb(84,161,130); }
H1.HeaderClassName
{
color: #54A182;
}
.AnyTagClassName
{
color: #54A182;
}
</style>
background-color css
<style>
a { background-color: #54A182; }
a { background-color: rgb(84,161,130); }
div.DivClassName
{
background-color: #54A182;
}
.BgClassName
{
background-color: #54A182;
}
</style>
border-color css
<style>
span { border-color: #54A182; }
span { border-color: rgb(84,161,130); }
td.TdClassName
{
border-color: #54A182;
}
.TagClassName
{
border-color: #54A182;
}
</style>