Shades of Patina #54A384
Tints of Patina #54A384
RGB
CMYK
RGB Variations
Color information
#54A384 (or 0x54A384) is known color: Patina. HEX triplet: 54, A3 and 84. RGB value is (84,163,132). Sum of RGB (Red+Green+Blue) = 84+163+132=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 163 - color contains mainly: green. Hex color #54A384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A384 is #AB5C7B. Grayscale: #878787. Windows color (decimal): -11230332 or 8692564. OLE color: 8692564.
HSL color Cylindrical-coordinate representation of color #54A384: hue angle of 156.46º 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 #54A384 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 163 | 132 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.36 |
| HSL | 156.46º | 0.32% | 0.48% | - |
| HSV(B) | 156.46º | 0.48% | 0.64% | - |
| XYZ | 20.92 | 29.75 | 26.47 | - |
| YUV | 135.85 | 125.83 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 163 | 132 | 0.48 | 0 | 0.19 | 0.36 | 156.46 | 0.32 | 0.48 |
| Hex | 54 | A3 | 84 | 30 | 0 | 13 | 24 | 9C | 20 | 30 |
| Octal | 124 | 243 | 204 | 60 | 0 | 23 | 44 | 234 | 40 | 60 |
| Binary | 1010100 | 10100011 | 10000100 | 110000 | 0 | 10011 | 100100 | 10011100 | 100000 | 110000 |
Color Harmonies of #54A384
Complementary color
Monochromatic Colors of #54A384
Black with #54A384
Text Example
Text Example
White with #54A384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A384; }
p { color: rgb(84,163,132); }
H1.HeaderClassName
{
color: #54A384;
}
.AnyTagClassName
{
color: #54A384;
}
</style>
background-color css
<style>
a { background-color: #54A384; }
a { background-color: rgb(84,163,132); }
div.DivClassName
{
background-color: #54A384;
}
.BgClassName
{
background-color: #54A384;
}
</style>
border-color css
<style>
span { border-color: #54A384; }
span { border-color: rgb(84,163,132); }
td.TdClassName
{
border-color: #54A384;
}
.TagClassName
{
border-color: #54A384;
}
</style>