Shades of Lochinvar #51948C
Tints of Lochinvar #51948C
RGB
CMYK
RGB Variations
Color information
#51948C (or 0x51948C) is known color: Lochinvar. HEX triplet: 51, 94 and 8C. RGB value is (81,148,140). Sum of RGB (Red+Green+Blue) = 81+148+140=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #51948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51948C is #AE6B73. Grayscale: #7F7F7F. Windows color (decimal): -11430772 or 9213009. OLE color: 9213009.
HSL color Cylindrical-coordinate representation of color #51948C: hue angle of 172.84º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51948C is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 148 | 140 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.42 |
| HSL | 172.84º | 0.29% | 0.45% | - |
| HSV(B) | 172.84º | 0.45% | 0.58% | - |
| XYZ | 18.72 | 24.82 | 28.62 | - |
| YUV | 127.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 148 | 140 | 0.45 | 0 | 0.05 | 0.42 | 172.84 | 0.29 | 0.45 |
| Hex | 51 | 94 | 8C | 2D | 0 | 5 | 2A | AD | 1D | 2D |
| Octal | 121 | 224 | 214 | 55 | 0 | 5 | 52 | 255 | 35 | 55 |
| Binary | 1010001 | 10010100 | 10001100 | 101101 | 0 | 101 | 101010 | 10101101 | 11101 | 101101 |
Color Harmonies of #51948C
Complementary color
Monochromatic Colors of #51948C
Black with #51948C
Text Example
Text Example
White with #51948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51948C; }
p { color: rgb(81,148,140); }
H1.HeaderClassName
{
color: #51948C;
}
.AnyTagClassName
{
color: #51948C;
}
</style>
background-color css
<style>
a { background-color: #51948C; }
a { background-color: rgb(81,148,140); }
div.DivClassName
{
background-color: #51948C;
}
.BgClassName
{
background-color: #51948C;
}
</style>
border-color css
<style>
span { border-color: #51948C; }
span { border-color: rgb(81,148,140); }
td.TdClassName
{
border-color: #51948C;
}
.TagClassName
{
border-color: #51948C;
}
</style>