Shades of Lochinvar #559084
Tints of Lochinvar #559084
RGB
CMYK
RGB Variations
Color information
#559084 (or 0x559084) is known color: Lochinvar. HEX triplet: 55, 90 and 84. RGB value is (85,144,132). Sum of RGB (Red+Green+Blue) = 85+144+132=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #559084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559084 is #AA6F7B. Grayscale: #7C7C7C. Windows color (decimal): -11169660 or 8687701. OLE color: 8687701.
HSL color Cylindrical-coordinate representation of color #559084: hue angle of 167.8º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559084 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 144 | 132 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.44 |
| HSL | 167.8º | 0.26% | 0.45% | - |
| HSV(B) | 167.8º | 0.41% | 0.56% | - |
| XYZ | 17.88 | 23.54 | 25.43 | - |
| YUV | 124.99 | 131.95 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 132 | 0.41 | 0 | 0.08 | 0.44 | 167.8 | 0.26 | 0.45 |
| Hex | 55 | 90 | 84 | 29 | 0 | 8 | 2C | A8 | 1A | 2D |
| Octal | 125 | 220 | 204 | 51 | 0 | 10 | 54 | 250 | 32 | 55 |
| Binary | 1010101 | 10010000 | 10000100 | 101001 | 0 | 1000 | 101100 | 10101000 | 11010 | 101101 |
Color Harmonies of #559084
Complementary color
Monochromatic Colors of #559084
Black with #559084
Text Example
Text Example
White with #559084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559084; }
p { color: rgb(85,144,132); }
H1.HeaderClassName
{
color: #559084;
}
.AnyTagClassName
{
color: #559084;
}
</style>
background-color css
<style>
a { background-color: #559084; }
a { background-color: rgb(85,144,132); }
div.DivClassName
{
background-color: #559084;
}
.BgClassName
{
background-color: #559084;
}
</style>
border-color css
<style>
span { border-color: #559084; }
span { border-color: rgb(85,144,132); }
td.TdClassName
{
border-color: #559084;
}
.TagClassName
{
border-color: #559084;
}
</style>