Shades of Lochinvar #55897D
Tints of Lochinvar #55897D
RGB
CMYK
RGB Variations
Color information
#55897D (or 0x55897D) is known color: Lochinvar. HEX triplet: 55, 89 and 7D. RGB value is (85,137,125). Sum of RGB (Red+Green+Blue) = 85+137+125=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #55897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55897D is #AA7682. Grayscale: #787878. Windows color (decimal): -11171459 or 8227157. OLE color: 8227157.
HSL color Cylindrical-coordinate representation of color #55897D: hue angle of 166.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55897D is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 125 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.46 |
| HSL | 166.15º | 0.23% | 0.44% | - |
| HSV(B) | 166.15º | 0.38% | 0.54% | - |
| XYZ | 16.39 | 21.3 | 22.65 | - |
| YUV | 120.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 125 | 0.38 | 0 | 0.09 | 0.46 | 166.15 | 0.23 | 0.44 |
| Hex | 55 | 89 | 7D | 26 | 0 | 9 | 2E | A6 | 17 | 2C |
| Octal | 125 | 211 | 175 | 46 | 0 | 11 | 56 | 246 | 27 | 54 |
| Binary | 1010101 | 10001001 | 1111101 | 100110 | 0 | 1001 | 101110 | 10100110 | 10111 | 101100 |
Color Harmonies of #55897D
Complementary color
Monochromatic Colors of #55897D
Black with #55897D
Text Example
Text Example
White with #55897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55897D; }
p { color: rgb(85,137,125); }
H1.HeaderClassName
{
color: #55897D;
}
.AnyTagClassName
{
color: #55897D;
}
</style>
background-color css
<style>
a { background-color: #55897D; }
a { background-color: rgb(85,137,125); }
div.DivClassName
{
background-color: #55897D;
}
.BgClassName
{
background-color: #55897D;
}
</style>
border-color css
<style>
span { border-color: #55897D; }
span { border-color: rgb(85,137,125); }
td.TdClassName
{
border-color: #55897D;
}
.TagClassName
{
border-color: #55897D;
}
</style>