Shades of Lochinvar #50877A
Tints of Lochinvar #50877A
RGB
CMYK
RGB Variations
Color information
#50877A (or 0x50877A) is known color: Lochinvar. HEX triplet: 50, 87 and 7A. RGB value is (80,135,122). Sum of RGB (Red+Green+Blue) = 80+135+122=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #50877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50877A is #AF7885. Grayscale: #757575. Windows color (decimal): -11499654 or 8030032. OLE color: 8030032.
HSL color Cylindrical-coordinate representation of color #50877A: hue angle of 165.82º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50877A is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 122 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.47 |
| HSL | 165.82º | 0.26% | 0.42% | - |
| HSV(B) | 165.82º | 0.41% | 0.53% | - |
| XYZ | 15.49 | 20.44 | 21.54 | - |
| YUV | 117.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 122 | 0.41 | 0 | 0.10 | 0.47 | 165.82 | 0.26 | 0.42 |
| Hex | 50 | 87 | 7A | 29 | 0 | A | 2F | A6 | 1A | 2A |
| Octal | 120 | 207 | 172 | 51 | 0 | 12 | 57 | 246 | 32 | 52 |
| Binary | 1010000 | 10000111 | 1111010 | 101001 | 0 | 1010 | 101111 | 10100110 | 11010 | 101010 |
Color Harmonies of #50877A
Complementary color
Monochromatic Colors of #50877A
Black with #50877A
Text Example
Text Example
White with #50877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50877A; }
p { color: rgb(80,135,122); }
H1.HeaderClassName
{
color: #50877A;
}
.AnyTagClassName
{
color: #50877A;
}
</style>
background-color css
<style>
a { background-color: #50877A; }
a { background-color: rgb(80,135,122); }
div.DivClassName
{
background-color: #50877A;
}
.BgClassName
{
background-color: #50877A;
}
</style>
border-color css
<style>
span { border-color: #50877A; }
span { border-color: rgb(80,135,122); }
td.TdClassName
{
border-color: #50877A;
}
.TagClassName
{
border-color: #50877A;
}
</style>