Shades of Patina #549A87
Tints of Patina #549A87
RGB
CMYK
RGB Variations
Color information
#549A87 (or 0x549A87) is known color: Patina. HEX triplet: 54, 9A and 87. RGB value is (84,154,135). Sum of RGB (Red+Green+Blue) = 84+154+135=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 154 - color contains mainly: green. Hex color #549A87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549A87 is #AB6578. Grayscale: #828282. Windows color (decimal): -11232633 or 8886868. OLE color: 8886868.
HSL color Cylindrical-coordinate representation of color #549A87: hue angle of 163.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549A87 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 154 | 135 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.40 |
| HSL | 163.71º | 0.29% | 0.47% | - |
| HSV(B) | 163.71º | 0.45% | 0.6% | - |
| XYZ | 19.58 | 26.75 | 27.05 | - |
| YUV | 130.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 135 | 0.45 | 0 | 0.12 | 0.40 | 163.71 | 0.29 | 0.47 |
| Hex | 54 | 9A | 87 | 2D | 0 | C | 28 | A4 | 1D | 2F |
| Octal | 124 | 232 | 207 | 55 | 0 | 14 | 50 | 244 | 35 | 57 |
| Binary | 1010100 | 10011010 | 10000111 | 101101 | 0 | 1100 | 101000 | 10100100 | 11101 | 101111 |
Color Harmonies of #549A87
Complementary color
Monochromatic Colors of #549A87
Black with #549A87
Text Example
Text Example
White with #549A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549A87; }
p { color: rgb(84,154,135); }
H1.HeaderClassName
{
color: #549A87;
}
.AnyTagClassName
{
color: #549A87;
}
</style>
background-color css
<style>
a { background-color: #549A87; }
a { background-color: rgb(84,154,135); }
div.DivClassName
{
background-color: #549A87;
}
.BgClassName
{
background-color: #549A87;
}
</style>
border-color css
<style>
span { border-color: #549A87; }
span { border-color: rgb(84,154,135); }
td.TdClassName
{
border-color: #549A87;
}
.TagClassName
{
border-color: #549A87;
}
</style>