Shades of Lochinvar #51968C
Tints of Lochinvar #51968C
RGB
CMYK
RGB Variations
Color information
#51968C (or 0x51968C) is known color: Lochinvar. HEX triplet: 51, 96 and 8C. RGB value is (81,150,140). Sum of RGB (Red+Green+Blue) = 81+150+140=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #51968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51968C is #AE6973. Grayscale: #808080. Windows color (decimal): -11430260 or 9213521. OLE color: 9213521.
HSL color Cylindrical-coordinate representation of color #51968C: hue angle of 171.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51968C is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 150 | 140 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.41 |
| HSL | 171.3º | 0.3% | 0.45% | - |
| HSV(B) | 171.3º | 0.46% | 0.59% | - |
| XYZ | 19.03 | 25.46 | 28.72 | - |
| YUV | 128.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 150 | 140 | 0.46 | 0 | 0.07 | 0.41 | 171.3 | 0.3 | 0.45 |
| Hex | 51 | 96 | 8C | 2E | 0 | 7 | 29 | AB | 1E | 2D |
| Octal | 121 | 226 | 214 | 56 | 0 | 7 | 51 | 253 | 36 | 55 |
| Binary | 1010001 | 10010110 | 10001100 | 101110 | 0 | 111 | 101001 | 10101011 | 11110 | 101101 |
Color Harmonies of #51968C
Complementary color
Monochromatic Colors of #51968C
Black with #51968C
Text Example
Text Example
White with #51968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51968C; }
p { color: rgb(81,150,140); }
H1.HeaderClassName
{
color: #51968C;
}
.AnyTagClassName
{
color: #51968C;
}
</style>
background-color css
<style>
a { background-color: #51968C; }
a { background-color: rgb(81,150,140); }
div.DivClassName
{
background-color: #51968C;
}
.BgClassName
{
background-color: #51968C;
}
</style>
border-color css
<style>
span { border-color: #51968C; }
span { border-color: rgb(81,150,140); }
td.TdClassName
{
border-color: #51968C;
}
.TagClassName
{
border-color: #51968C;
}
</style>