Shades of Lochinvar #51938B
Tints of Lochinvar #51938B
RGB
CMYK
RGB Variations
Color information
#51938B (or 0x51938B) is known color: Lochinvar. HEX triplet: 51, 93 and 8B. RGB value is (81,147,139). Sum of RGB (Red+Green+Blue) = 81+147+139=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #51938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51938B is #AE6C74. Grayscale: #7E7E7E. Windows color (decimal): -11431029 or 9147217. OLE color: 9147217.
HSL color Cylindrical-coordinate representation of color #51938B: hue angle of 172.73º 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 #51938B is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 147 | 139 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.42 |
| HSL | 172.73º | 0.29% | 0.45% | - |
| HSV(B) | 172.73º | 0.45% | 0.58% | - |
| XYZ | 18.49 | 24.48 | 28.18 | - |
| YUV | 126.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 139 | 0.45 | 0 | 0.05 | 0.42 | 172.73 | 0.29 | 0.45 |
| Hex | 51 | 93 | 8B | 2D | 0 | 5 | 2A | AD | 1D | 2D |
| Octal | 121 | 223 | 213 | 55 | 0 | 5 | 52 | 255 | 35 | 55 |
| Binary | 1010001 | 10010011 | 10001011 | 101101 | 0 | 101 | 101010 | 10101101 | 11101 | 101101 |
Color Harmonies of #51938B
Complementary color
Monochromatic Colors of #51938B
Black with #51938B
Text Example
Text Example
White with #51938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51938B; }
p { color: rgb(81,147,139); }
H1.HeaderClassName
{
color: #51938B;
}
.AnyTagClassName
{
color: #51938B;
}
</style>
background-color css
<style>
a { background-color: #51938B; }
a { background-color: rgb(81,147,139); }
div.DivClassName
{
background-color: #51938B;
}
.BgClassName
{
background-color: #51938B;
}
</style>
border-color css
<style>
span { border-color: #51938B; }
span { border-color: rgb(81,147,139); }
td.TdClassName
{
border-color: #51938B;
}
.TagClassName
{
border-color: #51938B;
}
</style>