Shades of Lochinvar #548A7C
Tints of Lochinvar #548A7C
RGB
CMYK
RGB Variations
Color information
#548A7C (or 0x548A7C) is known color: Lochinvar. HEX triplet: 54, 8A and 7C. RGB value is (84,138,124). Sum of RGB (Red+Green+Blue) = 84+138+124=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #548A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A7C is #AB7583. Grayscale: #787878. Windows color (decimal): -11236740 or 8161876. OLE color: 8161876.
HSL color Cylindrical-coordinate representation of color #548A7C: hue angle of 164.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 #548A7C is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 138 | 124 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.46 |
| HSL | 164.44º | 0.24% | 0.44% | - |
| HSV(B) | 164.44º | 0.39% | 0.54% | - |
| XYZ | 16.38 | 21.52 | 22.36 | - |
| YUV | 120.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 124 | 0.39 | 0 | 0.10 | 0.46 | 164.44 | 0.24 | 0.44 |
| Hex | 54 | 8A | 7C | 27 | 0 | A | 2E | A4 | 18 | 2C |
| Octal | 124 | 212 | 174 | 47 | 0 | 12 | 56 | 244 | 30 | 54 |
| Binary | 1010100 | 10001010 | 1111100 | 100111 | 0 | 1010 | 101110 | 10100100 | 11000 | 101100 |
Color Harmonies of #548A7C
Complementary color
Monochromatic Colors of #548A7C
Black with #548A7C
Text Example
Text Example
White with #548A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548A7C; }
p { color: rgb(84,138,124); }
H1.HeaderClassName
{
color: #548A7C;
}
.AnyTagClassName
{
color: #548A7C;
}
</style>
background-color css
<style>
a { background-color: #548A7C; }
a { background-color: rgb(84,138,124); }
div.DivClassName
{
background-color: #548A7C;
}
.BgClassName
{
background-color: #548A7C;
}
</style>
border-color css
<style>
span { border-color: #548A7C; }
span { border-color: rgb(84,138,124); }
td.TdClassName
{
border-color: #548A7C;
}
.TagClassName
{
border-color: #548A7C;
}
</style>