Shades of Lochinvar #55978E
Tints of Lochinvar #55978E
RGB
CMYK
RGB Variations
Color information
#55978E (or 0x55978E) is known color: Lochinvar. HEX triplet: 55, 97 and 8E. RGB value is (85,151,142). Sum of RGB (Red+Green+Blue) = 85+151+142=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #55978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55978E is #AA6871. Grayscale: #828282. Windows color (decimal): -11167858 or 9344853. OLE color: 9344853.
HSL color Cylindrical-coordinate representation of color #55978E: hue angle of 171.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55978E is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 151 | 142 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.41 |
| HSL | 171.82º | 0.28% | 0.46% | - |
| HSV(B) | 171.82º | 0.44% | 0.59% | - |
| XYZ | 19.7 | 26.02 | 29.58 | - |
| YUV | 130.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 142 | 0.44 | 0 | 0.06 | 0.41 | 171.82 | 0.28 | 0.46 |
| Hex | 55 | 97 | 8E | 2C | 0 | 6 | 29 | AC | 1C | 2E |
| Octal | 125 | 227 | 216 | 54 | 0 | 6 | 51 | 254 | 34 | 56 |
| Binary | 1010101 | 10010111 | 10001110 | 101100 | 0 | 110 | 101001 | 10101100 | 11100 | 101110 |
Color Harmonies of #55978E
Complementary color
Monochromatic Colors of #55978E
Black with #55978E
Text Example
Text Example
White with #55978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55978E; }
p { color: rgb(85,151,142); }
H1.HeaderClassName
{
color: #55978E;
}
.AnyTagClassName
{
color: #55978E;
}
</style>
background-color css
<style>
a { background-color: #55978E; }
a { background-color: rgb(85,151,142); }
div.DivClassName
{
background-color: #55978E;
}
.BgClassName
{
background-color: #55978E;
}
</style>
border-color css
<style>
span { border-color: #55978E; }
span { border-color: rgb(85,151,142); }
td.TdClassName
{
border-color: #55978E;
}
.TagClassName
{
border-color: #55978E;
}
</style>