Shades of Lochinvar #50968B
Tints of Lochinvar #50968B
RGB
CMYK
RGB Variations
Color information
#50968B (or 0x50968B) is known color: Lochinvar. HEX triplet: 50, 96 and 8B. RGB value is (80,150,139). Sum of RGB (Red+Green+Blue) = 80+150+139=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #50968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50968B is #AF6974. Grayscale: #7F7F7F. Windows color (decimal): -11495797 or 9147984. OLE color: 9147984.
HSL color Cylindrical-coordinate representation of color #50968B: hue angle of 170.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50968B is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 139 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.41 |
| HSL | 170.57º | 0.3% | 0.45% | - |
| HSV(B) | 170.57º | 0.47% | 0.59% | - |
| XYZ | 18.87 | 25.38 | 28.33 | - |
| YUV | 127.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 139 | 0.47 | 0 | 0.07 | 0.41 | 170.57 | 0.3 | 0.45 |
| Hex | 50 | 96 | 8B | 2F | 0 | 7 | 29 | AB | 1E | 2D |
| Octal | 120 | 226 | 213 | 57 | 0 | 7 | 51 | 253 | 36 | 55 |
| Binary | 1010000 | 10010110 | 10001011 | 101111 | 0 | 111 | 101001 | 10101011 | 11110 | 101101 |
Color Harmonies of #50968B
Complementary color
Monochromatic Colors of #50968B
Black with #50968B
Text Example
Text Example
White with #50968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50968B; }
p { color: rgb(80,150,139); }
H1.HeaderClassName
{
color: #50968B;
}
.AnyTagClassName
{
color: #50968B;
}
</style>
background-color css
<style>
a { background-color: #50968B; }
a { background-color: rgb(80,150,139); }
div.DivClassName
{
background-color: #50968B;
}
.BgClassName
{
background-color: #50968B;
}
</style>
border-color css
<style>
span { border-color: #50968B; }
span { border-color: rgb(80,150,139); }
td.TdClassName
{
border-color: #50968B;
}
.TagClassName
{
border-color: #50968B;
}
</style>