Shades of Lochinvar #55948C
Tints of Lochinvar #55948C
RGB
CMYK
RGB Variations
Color information
#55948C (or 0x55948C) is known color: Lochinvar. HEX triplet: 55, 94 and 8C. RGB value is (85,148,140). Sum of RGB (Red+Green+Blue) = 85+148+140=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #55948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55948C is #AA6B73. Grayscale: #808080. Windows color (decimal): -11168628 or 9213013. OLE color: 9213013.
HSL color Cylindrical-coordinate representation of color #55948C: hue angle of 172.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55948C is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 148 | 140 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.42 |
| HSL | 172.38º | 0.27% | 0.46% | - |
| HSV(B) | 172.38º | 0.43% | 0.58% | - |
| XYZ | 19.07 | 25 | 28.63 | - |
| YUV | 128.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 140 | 0.43 | 0 | 0.05 | 0.42 | 172.38 | 0.27 | 0.46 |
| Hex | 55 | 94 | 8C | 2B | 0 | 5 | 2A | AC | 1B | 2E |
| Octal | 125 | 224 | 214 | 53 | 0 | 5 | 52 | 254 | 33 | 56 |
| Binary | 1010101 | 10010100 | 10001100 | 101011 | 0 | 101 | 101010 | 10101100 | 11011 | 101110 |
Color Harmonies of #55948C
Complementary color
Monochromatic Colors of #55948C
Black with #55948C
Text Example
Text Example
White with #55948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55948C; }
p { color: rgb(85,148,140); }
H1.HeaderClassName
{
color: #55948C;
}
.AnyTagClassName
{
color: #55948C;
}
</style>
background-color css
<style>
a { background-color: #55948C; }
a { background-color: rgb(85,148,140); }
div.DivClassName
{
background-color: #55948C;
}
.BgClassName
{
background-color: #55948C;
}
</style>
border-color css
<style>
span { border-color: #55948C; }
span { border-color: rgb(85,148,140); }
td.TdClassName
{
border-color: #55948C;
}
.TagClassName
{
border-color: #55948C;
}
</style>