Shades of Lochinvar #55998C
Tints of Lochinvar #55998C
RGB
CMYK
RGB Variations
Color information
#55998C (or 0x55998C) is known color: Lochinvar. HEX triplet: 55, 99 and 8C. RGB value is (85,153,140). Sum of RGB (Red+Green+Blue) = 85+153+140=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #55998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55998C is #AA6673. Grayscale: #838383. Windows color (decimal): -11167348 or 9214293. OLE color: 9214293.
HSL color Cylindrical-coordinate representation of color #55998C: hue angle of 168.53º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55998C is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 140 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.4 |
| HSL | 168.53º | 0.29% | 0.47% | - |
| HSV(B) | 168.53º | 0.44% | 0.6% | - |
| XYZ | 19.87 | 26.61 | 28.9 | - |
| YUV | 131.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 140 | 0.44 | 0 | 0.08 | 0.4 | 168.53 | 0.29 | 0.47 |
| Hex | 55 | 99 | 8C | 2C | 0 | 8 | 28 | A9 | 1D | 2F |
| Octal | 125 | 231 | 214 | 54 | 0 | 10 | 50 | 251 | 35 | 57 |
| Binary | 1010101 | 10011001 | 10001100 | 101100 | 0 | 1000 | 101000 | 10101001 | 11101 | 101111 |
Color Harmonies of #55998C
Complementary color
Monochromatic Colors of #55998C
Black with #55998C
Text Example
Text Example
White with #55998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55998C; }
p { color: rgb(85,153,140); }
H1.HeaderClassName
{
color: #55998C;
}
.AnyTagClassName
{
color: #55998C;
}
</style>
background-color css
<style>
a { background-color: #55998C; }
a { background-color: rgb(85,153,140); }
div.DivClassName
{
background-color: #55998C;
}
.BgClassName
{
background-color: #55998C;
}
</style>
border-color css
<style>
span { border-color: #55998C; }
span { border-color: rgb(85,153,140); }
td.TdClassName
{
border-color: #55998C;
}
.TagClassName
{
border-color: #55998C;
}
</style>