Shades of Patina #54A285
Tints of Patina #54A285
RGB
CMYK
RGB Variations
Color information
#54A285 (or 0x54A285) is known color: Patina. HEX triplet: 54, A2 and 85. RGB value is (84,162,133). Sum of RGB (Red+Green+Blue) = 84+162+133=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #54A285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A285 is #AB5D7A. Grayscale: #878787. Windows color (decimal): -11230587 or 8757844. OLE color: 8757844.
HSL color Cylindrical-coordinate representation of color #54A285: hue angle of 157.69º 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 #54A285 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 162 | 133 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.36 |
| HSL | 157.69º | 0.32% | 0.48% | - |
| HSV(B) | 157.69º | 0.48% | 0.64% | - |
| XYZ | 20.81 | 29.42 | 26.77 | - |
| YUV | 135.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 162 | 133 | 0.48 | 0 | 0.18 | 0.36 | 157.69 | 0.32 | 0.48 |
| Hex | 54 | A2 | 85 | 30 | 0 | 12 | 24 | 9E | 20 | 30 |
| Octal | 124 | 242 | 205 | 60 | 0 | 22 | 44 | 236 | 40 | 60 |
| Binary | 1010100 | 10100010 | 10000101 | 110000 | 0 | 10010 | 100100 | 10011110 | 100000 | 110000 |
Color Harmonies of #54A285
Complementary color
Monochromatic Colors of #54A285
Black with #54A285
Text Example
Text Example
White with #54A285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A285; }
p { color: rgb(84,162,133); }
H1.HeaderClassName
{
color: #54A285;
}
.AnyTagClassName
{
color: #54A285;
}
</style>
background-color css
<style>
a { background-color: #54A285; }
a { background-color: rgb(84,162,133); }
div.DivClassName
{
background-color: #54A285;
}
.BgClassName
{
background-color: #54A285;
}
</style>
border-color css
<style>
span { border-color: #54A285; }
span { border-color: rgb(84,162,133); }
td.TdClassName
{
border-color: #54A285;
}
.TagClassName
{
border-color: #54A285;
}
</style>