Shades of Lochinvar #549888
Tints of Lochinvar #549888
RGB
CMYK
RGB Variations
Color information
#549888 (or 0x549888) is known color: Lochinvar. HEX triplet: 54, 98 and 88. RGB value is (84,152,136). Sum of RGB (Red+Green+Blue) = 84+152+136=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #549888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549888 is #AB6777. Grayscale: #818181. Windows color (decimal): -11233144 or 8951892. OLE color: 8951892.
HSL color Cylindrical-coordinate representation of color #549888: hue angle of 165.88º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549888 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 136 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.40 |
| HSL | 165.88º | 0.29% | 0.46% | - |
| HSV(B) | 165.88º | 0.45% | 0.6% | - |
| XYZ | 19.33 | 26.12 | 27.32 | - |
| YUV | 129.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 136 | 0.45 | 0 | 0.11 | 0.40 | 165.88 | 0.29 | 0.46 |
| Hex | 54 | 98 | 88 | 2D | 0 | B | 28 | A6 | 1D | 2E |
| Octal | 124 | 230 | 210 | 55 | 0 | 13 | 50 | 246 | 35 | 56 |
| Binary | 1010100 | 10011000 | 10001000 | 101101 | 0 | 1011 | 101000 | 10100110 | 11101 | 101110 |
Color Harmonies of #549888
Complementary color
Monochromatic Colors of #549888
Black with #549888
Text Example
Text Example
White with #549888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549888; }
p { color: rgb(84,152,136); }
H1.HeaderClassName
{
color: #549888;
}
.AnyTagClassName
{
color: #549888;
}
</style>
background-color css
<style>
a { background-color: #549888; }
a { background-color: rgb(84,152,136); }
div.DivClassName
{
background-color: #549888;
}
.BgClassName
{
background-color: #549888;
}
</style>
border-color css
<style>
span { border-color: #549888; }
span { border-color: rgb(84,152,136); }
td.TdClassName
{
border-color: #549888;
}
.TagClassName
{
border-color: #549888;
}
</style>