Shades of Lochinvar #50948B
Tints of Lochinvar #50948B
RGB
CMYK
RGB Variations
Color information
#50948B (or 0x50948B) is known color: Lochinvar. HEX triplet: 50, 94 and 8B. RGB value is (80,148,139). Sum of RGB (Red+Green+Blue) = 80+148+139=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #50948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50948B is #AF6B74. Grayscale: #7E7E7E. Windows color (decimal): -11496309 or 9147472. OLE color: 9147472.
HSL color Cylindrical-coordinate representation of color #50948B: hue angle of 172.06º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50948B is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 148 | 139 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.42 |
| HSL | 172.06º | 0.3% | 0.45% | - |
| HSV(B) | 172.06º | 0.46% | 0.58% | - |
| XYZ | 18.56 | 24.75 | 28.23 | - |
| YUV | 126.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 139 | 0.46 | 0 | 0.06 | 0.42 | 172.06 | 0.3 | 0.45 |
| Hex | 50 | 94 | 8B | 2E | 0 | 6 | 2A | AC | 1E | 2D |
| Octal | 120 | 224 | 213 | 56 | 0 | 6 | 52 | 254 | 36 | 55 |
| Binary | 1010000 | 10010100 | 10001011 | 101110 | 0 | 110 | 101010 | 10101100 | 11110 | 101101 |
Color Harmonies of #50948B
Complementary color
Monochromatic Colors of #50948B
Black with #50948B
Text Example
Text Example
White with #50948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50948B; }
p { color: rgb(80,148,139); }
H1.HeaderClassName
{
color: #50948B;
}
.AnyTagClassName
{
color: #50948B;
}
</style>
background-color css
<style>
a { background-color: #50948B; }
a { background-color: rgb(80,148,139); }
div.DivClassName
{
background-color: #50948B;
}
.BgClassName
{
background-color: #50948B;
}
</style>
border-color css
<style>
span { border-color: #50948B; }
span { border-color: rgb(80,148,139); }
td.TdClassName
{
border-color: #50948B;
}
.TagClassName
{
border-color: #50948B;
}
</style>