Shades of Patina #54947B
Tints of Patina #54947B
RGB
CMYK
RGB Variations
Color information
#54947B (or 0x54947B) is known color: Patina. HEX triplet: 54, 94 and 7B. RGB value is (84,148,123). Sum of RGB (Red+Green+Blue) = 84+148+123=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #54947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54947B is #AB6B84. Grayscale: #7E7E7E. Windows color (decimal): -11234181 or 8098900. OLE color: 8098900.
HSL color Cylindrical-coordinate representation of color #54947B: hue angle of 156.56º degrees, saturation: 0.28, 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 #54947B is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 148 | 123 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.42 |
| HSL | 156.56º | 0.28% | 0.45% | - |
| HSV(B) | 156.56º | 0.43% | 0.58% | - |
| XYZ | 17.82 | 24.49 | 22.53 | - |
| YUV | 126.01 | 126.3 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 148 | 123 | 0.43 | 0 | 0.17 | 0.42 | 156.56 | 0.28 | 0.45 |
| Hex | 54 | 94 | 7B | 2B | 0 | 11 | 2A | 9D | 1C | 2D |
| Octal | 124 | 224 | 173 | 53 | 0 | 21 | 52 | 235 | 34 | 55 |
| Binary | 1010100 | 10010100 | 1111011 | 101011 | 0 | 10001 | 101010 | 10011101 | 11100 | 101101 |
Color Harmonies of #54947B
Complementary color
Monochromatic Colors of #54947B
Black with #54947B
Text Example
Text Example
White with #54947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54947B; }
p { color: rgb(84,148,123); }
H1.HeaderClassName
{
color: #54947B;
}
.AnyTagClassName
{
color: #54947B;
}
</style>
background-color css
<style>
a { background-color: #54947B; }
a { background-color: rgb(84,148,123); }
div.DivClassName
{
background-color: #54947B;
}
.BgClassName
{
background-color: #54947B;
}
</style>
border-color css
<style>
span { border-color: #54947B; }
span { border-color: rgb(84,148,123); }
td.TdClassName
{
border-color: #54947B;
}
.TagClassName
{
border-color: #54947B;
}
</style>