Shades of Patina #54977B
Tints of Patina #54977B
RGB
CMYK
RGB Variations
Color information
#54977B (or 0x54977B) is known color: Patina. HEX triplet: 54, 97 and 7B. RGB value is (84,151,123). Sum of RGB (Red+Green+Blue) = 84+151+123=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 151 - color contains mainly: green. Hex color #54977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54977B is #AB6884. Grayscale: #7F7F7F. Windows color (decimal): -11233413 or 8099668. OLE color: 8099668.
HSL color Cylindrical-coordinate representation of color #54977B: hue angle of 154.93º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54977B is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 151 | 123 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.41 |
| HSL | 154.93º | 0.29% | 0.46% | - |
| HSV(B) | 154.93º | 0.44% | 0.59% | - |
| XYZ | 18.3 | 25.45 | 22.69 | - |
| YUV | 127.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 123 | 0.44 | 0 | 0.19 | 0.41 | 154.93 | 0.29 | 0.46 |
| Hex | 54 | 97 | 7B | 2C | 0 | 13 | 29 | 9B | 1D | 2E |
| Octal | 124 | 227 | 173 | 54 | 0 | 23 | 51 | 233 | 35 | 56 |
| Binary | 1010100 | 10010111 | 1111011 | 101100 | 0 | 10011 | 101001 | 10011011 | 11101 | 101110 |
Color Harmonies of #54977B
Complementary color
Monochromatic Colors of #54977B
Black with #54977B
Text Example
Text Example
White with #54977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54977B; }
p { color: rgb(84,151,123); }
H1.HeaderClassName
{
color: #54977B;
}
.AnyTagClassName
{
color: #54977B;
}
</style>
background-color css
<style>
a { background-color: #54977B; }
a { background-color: rgb(84,151,123); }
div.DivClassName
{
background-color: #54977B;
}
.BgClassName
{
background-color: #54977B;
}
</style>
border-color css
<style>
span { border-color: #54977B; }
span { border-color: rgb(84,151,123); }
td.TdClassName
{
border-color: #54977B;
}
.TagClassName
{
border-color: #54977B;
}
</style>