Shades of Patina #549A7D
Tints of Patina #549A7D
RGB
CMYK
RGB Variations
Color information
#549A7D (or 0x549A7D) is known color: Patina. HEX triplet: 54, 9A and 7D. RGB value is (84,154,125). Sum of RGB (Red+Green+Blue) = 84+154+125=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #549A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549A7D is #AB6582. Grayscale: #818181. Windows color (decimal): -11232643 or 8231508. OLE color: 8231508.
HSL color Cylindrical-coordinate representation of color #549A7D: hue angle of 155.14º 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 #549A7D is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 154 | 125 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.40 |
| HSL | 155.14º | 0.29% | 0.47% | - |
| HSV(B) | 155.14º | 0.45% | 0.6% | - |
| XYZ | 18.91 | 26.48 | 23.52 | - |
| YUV | 129.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 125 | 0.45 | 0 | 0.19 | 0.40 | 155.14 | 0.29 | 0.47 |
| Hex | 54 | 9A | 7D | 2D | 0 | 13 | 28 | 9B | 1D | 2F |
| Octal | 124 | 232 | 175 | 55 | 0 | 23 | 50 | 233 | 35 | 57 |
| Binary | 1010100 | 10011010 | 1111101 | 101101 | 0 | 10011 | 101000 | 10011011 | 11101 | 101111 |
Color Harmonies of #549A7D
Complementary color
Monochromatic Colors of #549A7D
Black with #549A7D
Text Example
Text Example
White with #549A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549A7D; }
p { color: rgb(84,154,125); }
H1.HeaderClassName
{
color: #549A7D;
}
.AnyTagClassName
{
color: #549A7D;
}
</style>
background-color css
<style>
a { background-color: #549A7D; }
a { background-color: rgb(84,154,125); }
div.DivClassName
{
background-color: #549A7D;
}
.BgClassName
{
background-color: #549A7D;
}
</style>
border-color css
<style>
span { border-color: #549A7D; }
span { border-color: rgb(84,154,125); }
td.TdClassName
{
border-color: #549A7D;
}
.TagClassName
{
border-color: #549A7D;
}
</style>