Shades of Lochinvar #55988D
Tints of Lochinvar #55988D
RGB
CMYK
RGB Variations
Color information
#55988D (or 0x55988D) is known color: Lochinvar. HEX triplet: 55, 98 and 8D. RGB value is (85,152,141). Sum of RGB (Red+Green+Blue) = 85+152+141=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #55988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55988D is #AA6772. Grayscale: #828282. Windows color (decimal): -11167603 or 9279573. OLE color: 9279573.
HSL color Cylindrical-coordinate representation of color #55988D: hue angle of 170.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55988D is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 141 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.40 |
| HSL | 170.15º | 0.28% | 0.46% | - |
| HSV(B) | 170.15º | 0.44% | 0.6% | - |
| XYZ | 19.78 | 26.31 | 29.24 | - |
| YUV | 130.71 | 133.8 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 141 | 0.44 | 0 | 0.07 | 0.40 | 170.15 | 0.28 | 0.46 |
| Hex | 55 | 98 | 8D | 2C | 0 | 7 | 28 | AA | 1C | 2E |
| Octal | 125 | 230 | 215 | 54 | 0 | 7 | 50 | 252 | 34 | 56 |
| Binary | 1010101 | 10011000 | 10001101 | 101100 | 0 | 111 | 101000 | 10101010 | 11100 | 101110 |
Color Harmonies of #55988D
Complementary color
Monochromatic Colors of #55988D
Black with #55988D
Text Example
Text Example
White with #55988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55988D; }
p { color: rgb(85,152,141); }
H1.HeaderClassName
{
color: #55988D;
}
.AnyTagClassName
{
color: #55988D;
}
</style>
background-color css
<style>
a { background-color: #55988D; }
a { background-color: rgb(85,152,141); }
div.DivClassName
{
background-color: #55988D;
}
.BgClassName
{
background-color: #55988D;
}
</style>
border-color css
<style>
span { border-color: #55988D; }
span { border-color: rgb(85,152,141); }
td.TdClassName
{
border-color: #55988D;
}
.TagClassName
{
border-color: #55988D;
}
</style>