Shades of Patina #549883
Tints of Patina #549883
RGB
CMYK
RGB Variations
Color information
#549883 (or 0x549883) is known color: Patina. HEX triplet: 54, 98 and 83. RGB value is (84,152,131). Sum of RGB (Red+Green+Blue) = 84+152+131=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #549883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549883 is #AB677C. Grayscale: #818181. Windows color (decimal): -11233149 or 8624212. OLE color: 8624212.
HSL color Cylindrical-coordinate representation of color #549883: hue angle of 161.47º 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 #549883 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 131 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.40 |
| HSL | 161.47º | 0.29% | 0.46% | - |
| HSV(B) | 161.47º | 0.45% | 0.6% | - |
| XYZ | 18.98 | 25.98 | 25.49 | - |
| YUV | 129.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 131 | 0.45 | 0 | 0.14 | 0.40 | 161.47 | 0.29 | 0.46 |
| Hex | 54 | 98 | 83 | 2D | 0 | E | 28 | A1 | 1D | 2E |
| Octal | 124 | 230 | 203 | 55 | 0 | 16 | 50 | 241 | 35 | 56 |
| Binary | 1010100 | 10011000 | 10000011 | 101101 | 0 | 1110 | 101000 | 10100001 | 11101 | 101110 |
Color Harmonies of #549883
Complementary color
Monochromatic Colors of #549883
Black with #549883
Text Example
Text Example
White with #549883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549883; }
p { color: rgb(84,152,131); }
H1.HeaderClassName
{
color: #549883;
}
.AnyTagClassName
{
color: #549883;
}
</style>
background-color css
<style>
a { background-color: #549883; }
a { background-color: rgb(84,152,131); }
div.DivClassName
{
background-color: #549883;
}
.BgClassName
{
background-color: #549883;
}
</style>
border-color css
<style>
span { border-color: #549883; }
span { border-color: rgb(84,152,131); }
td.TdClassName
{
border-color: #549883;
}
.TagClassName
{
border-color: #549883;
}
</style>