Shades of Lochinvar #548B84
Tints of Lochinvar #548B84
RGB
CMYK
RGB Variations
Color information
#548B84 (or 0x548B84) is known color: Lochinvar. HEX triplet: 54, 8B and 84. RGB value is (84,139,132). Sum of RGB (Red+Green+Blue) = 84+139+132=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #548B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548B84 is #AB747B. Grayscale: #797979. Windows color (decimal): -11236476 or 8686420. OLE color: 8686420.
HSL color Cylindrical-coordinate representation of color #548B84: hue angle of 172.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548B84 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 132 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.45 |
| HSL | 172.36º | 0.25% | 0.44% | - |
| HSV(B) | 172.36º | 0.4% | 0.55% | - |
| XYZ | 17.05 | 22.02 | 25.18 | - |
| YUV | 121.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 132 | 0.40 | 0 | 0.05 | 0.45 | 172.36 | 0.25 | 0.44 |
| Hex | 54 | 8B | 84 | 28 | 0 | 5 | 2D | AC | 19 | 2C |
| Octal | 124 | 213 | 204 | 50 | 0 | 5 | 55 | 254 | 31 | 54 |
| Binary | 1010100 | 10001011 | 10000100 | 101000 | 0 | 101 | 101101 | 10101100 | 11001 | 101100 |
Color Harmonies of #548B84
Complementary color
Monochromatic Colors of #548B84
Black with #548B84
Text Example
Text Example
White with #548B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B84; }
p { color: rgb(84,139,132); }
H1.HeaderClassName
{
color: #548B84;
}
.AnyTagClassName
{
color: #548B84;
}
</style>
background-color css
<style>
a { background-color: #548B84; }
a { background-color: rgb(84,139,132); }
div.DivClassName
{
background-color: #548B84;
}
.BgClassName
{
background-color: #548B84;
}
</style>
border-color css
<style>
span { border-color: #548B84; }
span { border-color: rgb(84,139,132); }
td.TdClassName
{
border-color: #548B84;
}
.TagClassName
{
border-color: #548B84;
}
</style>