Shades of Lochinvar #548A83
Tints of Lochinvar #548A83
RGB
CMYK
RGB Variations
Color information
#548A83 (or 0x548A83) is known color: Lochinvar. HEX triplet: 54, 8A and 83. RGB value is (84,138,131). Sum of RGB (Red+Green+Blue) = 84+138+131=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 138 - color contains mainly: green. Hex color #548A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548A83 is #AB757C. Grayscale: #797979. Windows color (decimal): -11236733 or 8620628. OLE color: 8620628.
HSL color Cylindrical-coordinate representation of color #548A83: hue angle of 172.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A83 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 138 | 131 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.46 |
| HSL | 172.22º | 0.24% | 0.44% | - |
| HSV(B) | 172.22º | 0.39% | 0.54% | - |
| XYZ | 16.84 | 21.7 | 24.77 | - |
| YUV | 121.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 131 | 0.39 | 0 | 0.05 | 0.46 | 172.22 | 0.24 | 0.44 |
| Hex | 54 | 8A | 83 | 27 | 0 | 5 | 2E | AC | 18 | 2C |
| Octal | 124 | 212 | 203 | 47 | 0 | 5 | 56 | 254 | 30 | 54 |
| Binary | 1010100 | 10001010 | 10000011 | 100111 | 0 | 101 | 101110 | 10101100 | 11000 | 101100 |
Color Harmonies of #548A83
Complementary color
Monochromatic Colors of #548A83
Black with #548A83
Text Example
Text Example
White with #548A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548A83; }
p { color: rgb(84,138,131); }
H1.HeaderClassName
{
color: #548A83;
}
.AnyTagClassName
{
color: #548A83;
}
</style>
background-color css
<style>
a { background-color: #548A83; }
a { background-color: rgb(84,138,131); }
div.DivClassName
{
background-color: #548A83;
}
.BgClassName
{
background-color: #548A83;
}
</style>
border-color css
<style>
span { border-color: #548A83; }
span { border-color: rgb(84,138,131); }
td.TdClassName
{
border-color: #548A83;
}
.TagClassName
{
border-color: #548A83;
}
</style>