Shades of Patina #54927C
Tints of Patina #54927C
RGB
CMYK
RGB Variations
Color information
#54927C (or 0x54927C) is known color: Patina. HEX triplet: 54, 92 and 7C. RGB value is (84,146,124). Sum of RGB (Red+Green+Blue) = 84+146+124=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #54927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54927C is #AB6D83. Grayscale: #7C7C7C. Windows color (decimal): -11234692 or 8163924. OLE color: 8163924.
HSL color Cylindrical-coordinate representation of color #54927C: hue angle of 158.71º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54927C is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 146 | 124 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.43 |
| HSL | 158.71º | 0.27% | 0.45% | - |
| HSV(B) | 158.71º | 0.42% | 0.57% | - |
| XYZ | 17.57 | 23.9 | 22.76 | - |
| YUV | 124.95 | 127.46 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 124 | 0.42 | 0 | 0.15 | 0.43 | 158.71 | 0.27 | 0.45 |
| Hex | 54 | 92 | 7C | 2A | 0 | F | 2B | 9F | 1B | 2D |
| Octal | 124 | 222 | 174 | 52 | 0 | 17 | 53 | 237 | 33 | 55 |
| Binary | 1010100 | 10010010 | 1111100 | 101010 | 0 | 1111 | 101011 | 10011111 | 11011 | 101101 |
Color Harmonies of #54927C
Complementary color
Monochromatic Colors of #54927C
Black with #54927C
Text Example
Text Example
White with #54927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54927C; }
p { color: rgb(84,146,124); }
H1.HeaderClassName
{
color: #54927C;
}
.AnyTagClassName
{
color: #54927C;
}
</style>
background-color css
<style>
a { background-color: #54927C; }
a { background-color: rgb(84,146,124); }
div.DivClassName
{
background-color: #54927C;
}
.BgClassName
{
background-color: #54927C;
}
</style>
border-color css
<style>
span { border-color: #54927C; }
span { border-color: rgb(84,146,124); }
td.TdClassName
{
border-color: #54927C;
}
.TagClassName
{
border-color: #54927C;
}
</style>