Shades of Patina #54917B
Tints of Patina #54917B
RGB
CMYK
RGB Variations
Color information
#54917B (or 0x54917B) is known color: Patina. HEX triplet: 54, 91 and 7B. RGB value is (84,145,123). Sum of RGB (Red+Green+Blue) = 84+145+123=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #54917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54917B is #AB6E84. Grayscale: #7C7C7C. Windows color (decimal): -11234949 or 8098132. OLE color: 8098132.
HSL color Cylindrical-coordinate representation of color #54917B: hue angle of 158.36º 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 #54917B is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 145 | 123 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.43 |
| HSL | 158.36º | 0.27% | 0.45% | - |
| HSV(B) | 158.36º | 0.42% | 0.57% | - |
| XYZ | 17.36 | 23.57 | 22.37 | - |
| YUV | 124.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 123 | 0.42 | 0 | 0.15 | 0.43 | 158.36 | 0.27 | 0.45 |
| Hex | 54 | 91 | 7B | 2A | 0 | F | 2B | 9E | 1B | 2D |
| Octal | 124 | 221 | 173 | 52 | 0 | 17 | 53 | 236 | 33 | 55 |
| Binary | 1010100 | 10010001 | 1111011 | 101010 | 0 | 1111 | 101011 | 10011110 | 11011 | 101101 |
Color Harmonies of #54917B
Complementary color
Monochromatic Colors of #54917B
Black with #54917B
Text Example
Text Example
White with #54917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54917B; }
p { color: rgb(84,145,123); }
H1.HeaderClassName
{
color: #54917B;
}
.AnyTagClassName
{
color: #54917B;
}
</style>
background-color css
<style>
a { background-color: #54917B; }
a { background-color: rgb(84,145,123); }
div.DivClassName
{
background-color: #54917B;
}
.BgClassName
{
background-color: #54917B;
}
</style>
border-color css
<style>
span { border-color: #54917B; }
span { border-color: rgb(84,145,123); }
td.TdClassName
{
border-color: #54917B;
}
.TagClassName
{
border-color: #54917B;
}
</style>