Shades of Patina #549A7B
Tints of Patina #549A7B
RGB
CMYK
RGB Variations
Color information
#549A7B (or 0x549A7B) is known color: Patina. HEX triplet: 54, 9A and 7B. RGB value is (84,154,123). Sum of RGB (Red+Green+Blue) = 84+154+123=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #549A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549A7B is #AB6584. Grayscale: #818181. Windows color (decimal): -11232645 or 8100436. OLE color: 8100436.
HSL color Cylindrical-coordinate representation of color #549A7B: hue angle of 153.43º 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 #549A7B is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 154 | 123 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.40 |
| HSL | 153.43º | 0.29% | 0.47% | - |
| HSV(B) | 153.43º | 0.45% | 0.6% | - |
| XYZ | 18.79 | 26.43 | 22.85 | - |
| YUV | 129.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 123 | 0.45 | 0 | 0.20 | 0.40 | 153.43 | 0.29 | 0.47 |
| Hex | 54 | 9A | 7B | 2D | 0 | 14 | 28 | 99 | 1D | 2F |
| Octal | 124 | 232 | 173 | 55 | 0 | 24 | 50 | 231 | 35 | 57 |
| Binary | 1010100 | 10011010 | 1111011 | 101101 | 0 | 10100 | 101000 | 10011001 | 11101 | 101111 |
Color Harmonies of #549A7B
Complementary color
Monochromatic Colors of #549A7B
Black with #549A7B
Text Example
Text Example
White with #549A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549A7B; }
p { color: rgb(84,154,123); }
H1.HeaderClassName
{
color: #549A7B;
}
.AnyTagClassName
{
color: #549A7B;
}
</style>
background-color css
<style>
a { background-color: #549A7B; }
a { background-color: rgb(84,154,123); }
div.DivClassName
{
background-color: #549A7B;
}
.BgClassName
{
background-color: #549A7B;
}
</style>
border-color css
<style>
span { border-color: #549A7B; }
span { border-color: rgb(84,154,123); }
td.TdClassName
{
border-color: #549A7B;
}
.TagClassName
{
border-color: #549A7B;
}
</style>