Shades of Lochinvar #549584
Tints of Lochinvar #549584
RGB
CMYK
RGB Variations
Color information
#549584 (or 0x549584) is known color: Lochinvar. HEX triplet: 54, 95 and 84. RGB value is (84,149,132). Sum of RGB (Red+Green+Blue) = 84+149+132=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #549584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549584 is #AB6A7B. Grayscale: #7F7F7F. Windows color (decimal): -11233916 or 8688980. OLE color: 8688980.
HSL color Cylindrical-coordinate representation of color #549584: hue angle of 164.31º 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 #549584 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 132 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.42 |
| HSL | 164.31º | 0.28% | 0.46% | - |
| HSV(B) | 164.31º | 0.44% | 0.58% | - |
| XYZ | 18.57 | 25.05 | 25.69 | - |
| YUV | 127.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 132 | 0.44 | 0 | 0.11 | 0.42 | 164.31 | 0.28 | 0.46 |
| Hex | 54 | 95 | 84 | 2C | 0 | B | 2A | A4 | 1C | 2E |
| Octal | 124 | 225 | 204 | 54 | 0 | 13 | 52 | 244 | 34 | 56 |
| Binary | 1010100 | 10010101 | 10000100 | 101100 | 0 | 1011 | 101010 | 10100100 | 11100 | 101110 |
Color Harmonies of #549584
Complementary color
Monochromatic Colors of #549584
Black with #549584
Text Example
Text Example
White with #549584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549584; }
p { color: rgb(84,149,132); }
H1.HeaderClassName
{
color: #549584;
}
.AnyTagClassName
{
color: #549584;
}
</style>
background-color css
<style>
a { background-color: #549584; }
a { background-color: rgb(84,149,132); }
div.DivClassName
{
background-color: #549584;
}
.BgClassName
{
background-color: #549584;
}
</style>
border-color css
<style>
span { border-color: #549584; }
span { border-color: rgb(84,149,132); }
td.TdClassName
{
border-color: #549584;
}
.TagClassName
{
border-color: #549584;
}
</style>