Shades of Patina #549884
Tints of Patina #549884
RGB
CMYK
RGB Variations
Color information
#549884 (or 0x549884) is known color: Patina. HEX triplet: 54, 98 and 84. RGB value is (84,152,132). Sum of RGB (Red+Green+Blue) = 84+152+132=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #549884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549884 is #AB677B. Grayscale: #818181. Windows color (decimal): -11233148 or 8689748. OLE color: 8689748.
HSL color Cylindrical-coordinate representation of color #549884: hue angle of 162.35º 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 #549884 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 132 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.40 |
| HSL | 162.35º | 0.29% | 0.46% | - |
| HSV(B) | 162.35º | 0.45% | 0.6% | - |
| XYZ | 19.05 | 26.01 | 25.85 | - |
| YUV | 129.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 132 | 0.45 | 0 | 0.13 | 0.40 | 162.35 | 0.29 | 0.46 |
| Hex | 54 | 98 | 84 | 2D | 0 | D | 28 | A2 | 1D | 2E |
| Octal | 124 | 230 | 204 | 55 | 0 | 15 | 50 | 242 | 35 | 56 |
| Binary | 1010100 | 10011000 | 10000100 | 101101 | 0 | 1101 | 101000 | 10100010 | 11101 | 101110 |
Color Harmonies of #549884
Complementary color
Monochromatic Colors of #549884
Black with #549884
Text Example
Text Example
White with #549884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549884; }
p { color: rgb(84,152,132); }
H1.HeaderClassName
{
color: #549884;
}
.AnyTagClassName
{
color: #549884;
}
</style>
background-color css
<style>
a { background-color: #549884; }
a { background-color: rgb(84,152,132); }
div.DivClassName
{
background-color: #549884;
}
.BgClassName
{
background-color: #549884;
}
</style>
border-color css
<style>
span { border-color: #549884; }
span { border-color: rgb(84,152,132); }
td.TdClassName
{
border-color: #549884;
}
.TagClassName
{
border-color: #549884;
}
</style>