Shades of Lochinvar #549585
Tints of Lochinvar #549585
RGB
CMYK
RGB Variations
Color information
#549585 (or 0x549585) is known color: Lochinvar. HEX triplet: 54, 95 and 85. RGB value is (84,149,133). Sum of RGB (Red+Green+Blue) = 84+149+133=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #549585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549585 is #AB6A7A. Grayscale: #7F7F7F. Windows color (decimal): -11233915 or 8754516. OLE color: 8754516.
HSL color Cylindrical-coordinate representation of color #549585: hue angle of 165.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549585 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 133 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.42 |
| HSL | 165.23º | 0.28% | 0.46% | - |
| HSV(B) | 165.23º | 0.44% | 0.58% | - |
| XYZ | 18.64 | 25.07 | 26.05 | - |
| YUV | 127.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 133 | 0.44 | 0 | 0.11 | 0.42 | 165.23 | 0.28 | 0.46 |
| Hex | 54 | 95 | 85 | 2C | 0 | B | 2A | A5 | 1C | 2E |
| Octal | 124 | 225 | 205 | 54 | 0 | 13 | 52 | 245 | 34 | 56 |
| Binary | 1010100 | 10010101 | 10000101 | 101100 | 0 | 1011 | 101010 | 10100101 | 11100 | 101110 |
Color Harmonies of #549585
Complementary color
Monochromatic Colors of #549585
Black with #549585
Text Example
Text Example
White with #549585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549585; }
p { color: rgb(84,149,133); }
H1.HeaderClassName
{
color: #549585;
}
.AnyTagClassName
{
color: #549585;
}
</style>
background-color css
<style>
a { background-color: #549585; }
a { background-color: rgb(84,149,133); }
div.DivClassName
{
background-color: #549585;
}
.BgClassName
{
background-color: #549585;
}
</style>
border-color css
<style>
span { border-color: #549585; }
span { border-color: rgb(84,149,133); }
td.TdClassName
{
border-color: #549585;
}
.TagClassName
{
border-color: #549585;
}
</style>