Shades of Lochinvar #549990
Tints of Lochinvar #549990
RGB
CMYK
RGB Variations
Color information
#549990 (or 0x549990) is known color: Lochinvar. HEX triplet: 54, 99 and 90. RGB value is (84,153,144). Sum of RGB (Red+Green+Blue) = 84+153+144=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #549990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549990 is #AB666F. Grayscale: #838383. Windows color (decimal): -11232880 or 9476436. OLE color: 9476436.
HSL color Cylindrical-coordinate representation of color #549990: hue angle of 172.17º 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 #549990 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 144 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.4 |
| HSL | 172.17º | 0.29% | 0.46% | - |
| HSV(B) | 172.17º | 0.45% | 0.6% | - |
| XYZ | 20.08 | 26.68 | 30.48 | - |
| YUV | 131.34 | 135.14 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 144 | 0.45 | 0 | 0.06 | 0.4 | 172.17 | 0.29 | 0.46 |
| Hex | 54 | 99 | 90 | 2D | 0 | 6 | 28 | AC | 1D | 2E |
| Octal | 124 | 231 | 220 | 55 | 0 | 6 | 50 | 254 | 35 | 56 |
| Binary | 1010100 | 10011001 | 10010000 | 101101 | 0 | 110 | 101000 | 10101100 | 11101 | 101110 |
Color Harmonies of #549990
Complementary color
Monochromatic Colors of #549990
Black with #549990
Text Example
Text Example
White with #549990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549990; }
p { color: rgb(84,153,144); }
H1.HeaderClassName
{
color: #549990;
}
.AnyTagClassName
{
color: #549990;
}
</style>
background-color css
<style>
a { background-color: #549990; }
a { background-color: rgb(84,153,144); }
div.DivClassName
{
background-color: #549990;
}
.BgClassName
{
background-color: #549990;
}
</style>
border-color css
<style>
span { border-color: #549990; }
span { border-color: rgb(84,153,144); }
td.TdClassName
{
border-color: #549990;
}
.TagClassName
{
border-color: #549990;
}
</style>