Shades of Patina #549E81
Tints of Patina #549E81
RGB
CMYK
RGB Variations
Color information
#549E81 (or 0x549E81) is known color: Patina. HEX triplet: 54, 9E and 81. RGB value is (84,158,129). Sum of RGB (Red+Green+Blue) = 84+158+129=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #549E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549E81 is #AB617E. Grayscale: #848484. Windows color (decimal): -11231615 or 8494676. OLE color: 8494676.
HSL color Cylindrical-coordinate representation of color #549E81: hue angle of 156.49º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549E81 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 158 | 129 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.38 |
| HSL | 156.49º | 0.31% | 0.47% | - |
| HSV(B) | 156.49º | 0.47% | 0.62% | - |
| XYZ | 19.85 | 27.92 | 25.11 | - |
| YUV | 132.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 158 | 129 | 0.47 | 0 | 0.18 | 0.38 | 156.49 | 0.31 | 0.47 |
| Hex | 54 | 9E | 81 | 2F | 0 | 12 | 26 | 9C | 1F | 2F |
| Octal | 124 | 236 | 201 | 57 | 0 | 22 | 46 | 234 | 37 | 57 |
| Binary | 1010100 | 10011110 | 10000001 | 101111 | 0 | 10010 | 100110 | 10011100 | 11111 | 101111 |
Color Harmonies of #549E81
Complementary color
Monochromatic Colors of #549E81
Black with #549E81
Text Example
Text Example
White with #549E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549E81; }
p { color: rgb(84,158,129); }
H1.HeaderClassName
{
color: #549E81;
}
.AnyTagClassName
{
color: #549E81;
}
</style>
background-color css
<style>
a { background-color: #549E81; }
a { background-color: rgb(84,158,129); }
div.DivClassName
{
background-color: #549E81;
}
.BgClassName
{
background-color: #549E81;
}
</style>
border-color css
<style>
span { border-color: #549E81; }
span { border-color: rgb(84,158,129); }
td.TdClassName
{
border-color: #549E81;
}
.TagClassName
{
border-color: #549E81;
}
</style>