Shades of Lochinvar #549F8E
Tints of Lochinvar #549F8E
RGB
CMYK
RGB Variations
Color information
#549F8E (or 0x549F8E) is known color: Lochinvar. HEX triplet: 54, 9F and 8E. RGB value is (84,159,142). Sum of RGB (Red+Green+Blue) = 84+159+142=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #549F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549F8E is #AB6071. Grayscale: #868686. Windows color (decimal): -11231346 or 9346900. OLE color: 9346900.
HSL color Cylindrical-coordinate representation of color #549F8E: hue angle of 166.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549F8E is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 159 | 142 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.38 |
| HSL | 166.4º | 0.31% | 0.48% | - |
| HSV(B) | 166.4º | 0.47% | 0.62% | - |
| XYZ | 20.94 | 28.63 | 30.01 | - |
| YUV | 134.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 159 | 142 | 0.47 | 0 | 0.11 | 0.38 | 166.4 | 0.31 | 0.48 |
| Hex | 54 | 9F | 8E | 2F | 0 | B | 26 | A6 | 1F | 30 |
| Octal | 124 | 237 | 216 | 57 | 0 | 13 | 46 | 246 | 37 | 60 |
| Binary | 1010100 | 10011111 | 10001110 | 101111 | 0 | 1011 | 100110 | 10100110 | 11111 | 110000 |
Color Harmonies of #549F8E
Complementary color
Monochromatic Colors of #549F8E
Black with #549F8E
Text Example
Text Example
White with #549F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549F8E; }
p { color: rgb(84,159,142); }
H1.HeaderClassName
{
color: #549F8E;
}
.AnyTagClassName
{
color: #549F8E;
}
</style>
background-color css
<style>
a { background-color: #549F8E; }
a { background-color: rgb(84,159,142); }
div.DivClassName
{
background-color: #549F8E;
}
.BgClassName
{
background-color: #549F8E;
}
</style>
border-color css
<style>
span { border-color: #549F8E; }
span { border-color: rgb(84,159,142); }
td.TdClassName
{
border-color: #549F8E;
}
.TagClassName
{
border-color: #549F8E;
}
</style>