Shades of Patina #54937A
Tints of Patina #54937A
RGB
CMYK
RGB Variations
Color information
#54937A (or 0x54937A) is known color: Patina. HEX triplet: 54, 93 and 7A. RGB value is (84,147,122). Sum of RGB (Red+Green+Blue) = 84+147+122=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #54937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54937A is #AB6C85. Grayscale: #7D7D7D. Windows color (decimal): -11234438 or 8033108. OLE color: 8033108.
HSL color Cylindrical-coordinate representation of color #54937A: hue angle of 156.19º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54937A is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 147 | 122 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.42 |
| HSL | 156.19º | 0.27% | 0.45% | - |
| HSV(B) | 156.19º | 0.43% | 0.58% | - |
| XYZ | 17.6 | 24.16 | 22.15 | - |
| YUV | 125.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 122 | 0.43 | 0 | 0.17 | 0.42 | 156.19 | 0.27 | 0.45 |
| Hex | 54 | 93 | 7A | 2B | 0 | 11 | 2A | 9C | 1B | 2D |
| Octal | 124 | 223 | 172 | 53 | 0 | 21 | 52 | 234 | 33 | 55 |
| Binary | 1010100 | 10010011 | 1111010 | 101011 | 0 | 10001 | 101010 | 10011100 | 11011 | 101101 |
Color Harmonies of #54937A
Complementary color
Monochromatic Colors of #54937A
Black with #54937A
Text Example
Text Example
White with #54937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54937A; }
p { color: rgb(84,147,122); }
H1.HeaderClassName
{
color: #54937A;
}
.AnyTagClassName
{
color: #54937A;
}
</style>
background-color css
<style>
a { background-color: #54937A; }
a { background-color: rgb(84,147,122); }
div.DivClassName
{
background-color: #54937A;
}
.BgClassName
{
background-color: #54937A;
}
</style>
border-color css
<style>
span { border-color: #54937A; }
span { border-color: rgb(84,147,122); }
td.TdClassName
{
border-color: #54937A;
}
.TagClassName
{
border-color: #54937A;
}
</style>