Shades of Lochinvar #51928C
Tints of Lochinvar #51928C
RGB
CMYK
RGB Variations
Color information
#51928C (or 0x51928C) is known color: Lochinvar. HEX triplet: 51, 92 and 8C. RGB value is (81,146,140). Sum of RGB (Red+Green+Blue) = 81+146+140=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #51928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51928C is #AE6D73. Grayscale: #7D7D7D. Windows color (decimal): -11431284 or 9212497. OLE color: 9212497.
HSL color Cylindrical-coordinate representation of color #51928C: hue angle of 174.46º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51928C is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 146 | 140 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.43 |
| HSL | 174.46º | 0.29% | 0.45% | - |
| HSV(B) | 174.46º | 0.45% | 0.57% | - |
| XYZ | 18.41 | 24.2 | 28.51 | - |
| YUV | 125.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 140 | 0.45 | 0 | 0.04 | 0.43 | 174.46 | 0.29 | 0.45 |
| Hex | 51 | 92 | 8C | 2D | 0 | 4 | 2B | AE | 1D | 2D |
| Octal | 121 | 222 | 214 | 55 | 0 | 4 | 53 | 256 | 35 | 55 |
| Binary | 1010001 | 10010010 | 10001100 | 101101 | 0 | 100 | 101011 | 10101110 | 11101 | 101101 |
Color Harmonies of #51928C
Complementary color
Monochromatic Colors of #51928C
Black with #51928C
Text Example
Text Example
White with #51928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51928C; }
p { color: rgb(81,146,140); }
H1.HeaderClassName
{
color: #51928C;
}
.AnyTagClassName
{
color: #51928C;
}
</style>
background-color css
<style>
a { background-color: #51928C; }
a { background-color: rgb(81,146,140); }
div.DivClassName
{
background-color: #51928C;
}
.BgClassName
{
background-color: #51928C;
}
</style>
border-color css
<style>
span { border-color: #51928C; }
span { border-color: rgb(81,146,140); }
td.TdClassName
{
border-color: #51928C;
}
.TagClassName
{
border-color: #51928C;
}
</style>