Shades of Patina #549882
Tints of Patina #549882
RGB
CMYK
RGB Variations
Color information
#549882 (or 0x549882) is known color: Patina. HEX triplet: 54, 98 and 82. RGB value is (84,152,130). Sum of RGB (Red+Green+Blue) = 84+152+130=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #549882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549882 is #AB677D. Grayscale: #818181. Windows color (decimal): -11233150 or 8558676. OLE color: 8558676.
HSL color Cylindrical-coordinate representation of color #549882: hue angle of 160.59º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549882 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 130 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.40 |
| HSL | 160.59º | 0.29% | 0.46% | - |
| HSV(B) | 160.59º | 0.45% | 0.6% | - |
| XYZ | 18.91 | 25.95 | 25.13 | - |
| YUV | 129.16 | 128.47 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 130 | 0.45 | 0 | 0.14 | 0.40 | 160.59 | 0.29 | 0.46 |
| Hex | 54 | 98 | 82 | 2D | 0 | E | 28 | A1 | 1D | 2E |
| Octal | 124 | 230 | 202 | 55 | 0 | 16 | 50 | 241 | 35 | 56 |
| Binary | 1010100 | 10011000 | 10000010 | 101101 | 0 | 1110 | 101000 | 10100001 | 11101 | 101110 |
Color Harmonies of #549882
Complementary color
Monochromatic Colors of #549882
Black with #549882
Text Example
Text Example
White with #549882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549882; }
p { color: rgb(84,152,130); }
H1.HeaderClassName
{
color: #549882;
}
.AnyTagClassName
{
color: #549882;
}
</style>
background-color css
<style>
a { background-color: #549882; }
a { background-color: rgb(84,152,130); }
div.DivClassName
{
background-color: #549882;
}
.BgClassName
{
background-color: #549882;
}
</style>
border-color css
<style>
span { border-color: #549882; }
span { border-color: rgb(84,152,130); }
td.TdClassName
{
border-color: #549882;
}
.TagClassName
{
border-color: #549882;
}
</style>