Shades of Lochinvar #548884
Tints of Lochinvar #548884
RGB
CMYK
RGB Variations
Color information
#548884 (or 0x548884) is known color: Lochinvar. HEX triplet: 54, 88 and 84. RGB value is (84,136,132). Sum of RGB (Red+Green+Blue) = 84+136+132=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #548884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548884 is #AB777B. Grayscale: #777777. Windows color (decimal): -11237244 or 8685652. OLE color: 8685652.
HSL color Cylindrical-coordinate representation of color #548884: hue angle of 175.38º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548884 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 136 | 132 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.47 |
| HSL | 175.38º | 0.24% | 0.43% | - |
| HSV(B) | 175.38º | 0.38% | 0.53% | - |
| XYZ | 16.63 | 21.16 | 25.04 | - |
| YUV | 120 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 132 | 0.38 | 0 | 0.03 | 0.47 | 175.38 | 0.24 | 0.43 |
| Hex | 54 | 88 | 84 | 26 | 0 | 3 | 2F | AF | 18 | 2B |
| Octal | 124 | 210 | 204 | 46 | 0 | 3 | 57 | 257 | 30 | 53 |
| Binary | 1010100 | 10001000 | 10000100 | 100110 | 0 | 11 | 101111 | 10101111 | 11000 | 101011 |
Color Harmonies of #548884
Complementary color
Monochromatic Colors of #548884
Black with #548884
Text Example
Text Example
White with #548884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548884; }
p { color: rgb(84,136,132); }
H1.HeaderClassName
{
color: #548884;
}
.AnyTagClassName
{
color: #548884;
}
</style>
background-color css
<style>
a { background-color: #548884; }
a { background-color: rgb(84,136,132); }
div.DivClassName
{
background-color: #548884;
}
.BgClassName
{
background-color: #548884;
}
</style>
border-color css
<style>
span { border-color: #548884; }
span { border-color: rgb(84,136,132); }
td.TdClassName
{
border-color: #548884;
}
.TagClassName
{
border-color: #548884;
}
</style>