Shades of Patina #54957A
Tints of Patina #54957A
RGB
CMYK
RGB Variations
Color information
#54957A (or 0x54957A) is known color: Patina. HEX triplet: 54, 95 and 7A. RGB value is (84,149,122). Sum of RGB (Red+Green+Blue) = 84+149+122=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #54957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54957A is #AB6A85. Grayscale: #7E7E7E. Windows color (decimal): -11233926 or 8033620. OLE color: 8033620.
HSL color Cylindrical-coordinate representation of color #54957A: hue angle of 155.08º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54957A is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 122 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.42 |
| HSL | 155.08º | 0.28% | 0.46% | - |
| HSV(B) | 155.08º | 0.44% | 0.58% | - |
| XYZ | 17.92 | 24.78 | 22.25 | - |
| YUV | 126.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 122 | 0.44 | 0 | 0.18 | 0.42 | 155.08 | 0.28 | 0.46 |
| Hex | 54 | 95 | 7A | 2C | 0 | 12 | 2A | 9B | 1C | 2E |
| Octal | 124 | 225 | 172 | 54 | 0 | 22 | 52 | 233 | 34 | 56 |
| Binary | 1010100 | 10010101 | 1111010 | 101100 | 0 | 10010 | 101010 | 10011011 | 11100 | 101110 |
Color Harmonies of #54957A
Complementary color
Monochromatic Colors of #54957A
Black with #54957A
Text Example
Text Example
White with #54957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54957A; }
p { color: rgb(84,149,122); }
H1.HeaderClassName
{
color: #54957A;
}
.AnyTagClassName
{
color: #54957A;
}
</style>
background-color css
<style>
a { background-color: #54957A; }
a { background-color: rgb(84,149,122); }
div.DivClassName
{
background-color: #54957A;
}
.BgClassName
{
background-color: #54957A;
}
</style>
border-color css
<style>
span { border-color: #54957A; }
span { border-color: rgb(84,149,122); }
td.TdClassName
{
border-color: #54957A;
}
.TagClassName
{
border-color: #54957A;
}
</style>