Shades of Lochinvar #55978D
Tints of Lochinvar #55978D
RGB
CMYK
RGB Variations
Color information
#55978D (or 0x55978D) is known color: Lochinvar. HEX triplet: 55, 97 and 8D. RGB value is (85,151,141). Sum of RGB (Red+Green+Blue) = 85+151+141=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #55978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55978D is #AA6872. Grayscale: #828282. Windows color (decimal): -11167859 or 9279317. OLE color: 9279317.
HSL color Cylindrical-coordinate representation of color #55978D: hue angle of 170.91º 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 #55978D is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 151 | 141 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.41 |
| HSL | 170.91º | 0.28% | 0.46% | - |
| HSV(B) | 170.91º | 0.44% | 0.59% | - |
| XYZ | 19.62 | 25.99 | 29.18 | - |
| YUV | 130.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 141 | 0.44 | 0 | 0.07 | 0.41 | 170.91 | 0.28 | 0.46 |
| Hex | 55 | 97 | 8D | 2C | 0 | 7 | 29 | AB | 1C | 2E |
| Octal | 125 | 227 | 215 | 54 | 0 | 7 | 51 | 253 | 34 | 56 |
| Binary | 1010101 | 10010111 | 10001101 | 101100 | 0 | 111 | 101001 | 10101011 | 11100 | 101110 |
Color Harmonies of #55978D
Complementary color
Monochromatic Colors of #55978D
Black with #55978D
Text Example
Text Example
White with #55978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55978D; }
p { color: rgb(85,151,141); }
H1.HeaderClassName
{
color: #55978D;
}
.AnyTagClassName
{
color: #55978D;
}
</style>
background-color css
<style>
a { background-color: #55978D; }
a { background-color: rgb(85,151,141); }
div.DivClassName
{
background-color: #55978D;
}
.BgClassName
{
background-color: #55978D;
}
</style>
border-color css
<style>
span { border-color: #55978D; }
span { border-color: rgb(85,151,141); }
td.TdClassName
{
border-color: #55978D;
}
.TagClassName
{
border-color: #55978D;
}
</style>