Shades of Lochinvar #548A85
Tints of Lochinvar #548A85
RGB
CMYK
RGB Variations
Color information
#548A85 (or 0x548A85) is known color: Lochinvar. HEX triplet: 54, 8A and 85. RGB value is (84,138,133). Sum of RGB (Red+Green+Blue) = 84+138+133=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #548A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548A85 is #AB757A. Grayscale: #797979. Windows color (decimal): -11236731 or 8751700. OLE color: 8751700.
HSL color Cylindrical-coordinate representation of color #548A85: hue angle of 174.44º 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 #548A85 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 138 | 133 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.46 |
| HSL | 174.44º | 0.24% | 0.44% | - |
| HSV(B) | 174.44º | 0.39% | 0.54% | - |
| XYZ | 16.98 | 21.76 | 25.49 | - |
| YUV | 121.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 133 | 0.39 | 0 | 0.04 | 0.46 | 174.44 | 0.24 | 0.44 |
| Hex | 54 | 8A | 85 | 27 | 0 | 4 | 2E | AE | 18 | 2C |
| Octal | 124 | 212 | 205 | 47 | 0 | 4 | 56 | 256 | 30 | 54 |
| Binary | 1010100 | 10001010 | 10000101 | 100111 | 0 | 100 | 101110 | 10101110 | 11000 | 101100 |
Color Harmonies of #548A85
Complementary color
Monochromatic Colors of #548A85
Black with #548A85
Text Example
Text Example
White with #548A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548A85; }
p { color: rgb(84,138,133); }
H1.HeaderClassName
{
color: #548A85;
}
.AnyTagClassName
{
color: #548A85;
}
</style>
background-color css
<style>
a { background-color: #548A85; }
a { background-color: rgb(84,138,133); }
div.DivClassName
{
background-color: #548A85;
}
.BgClassName
{
background-color: #548A85;
}
</style>
border-color css
<style>
span { border-color: #548A85; }
span { border-color: rgb(84,138,133); }
td.TdClassName
{
border-color: #548A85;
}
.TagClassName
{
border-color: #548A85;
}
</style>