Shades of Lochinvar #50877C
Tints of Lochinvar #50877C
RGB
CMYK
RGB Variations
Color information
#50877C (or 0x50877C) is known color: Lochinvar. HEX triplet: 50, 87 and 7C. RGB value is (80,135,124). Sum of RGB (Red+Green+Blue) = 80+135+124=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #50877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50877C is #AF7883. Grayscale: #757575. Windows color (decimal): -11499652 or 8161104. OLE color: 8161104.
HSL color Cylindrical-coordinate representation of color #50877C: hue angle of 168º 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 #50877C is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 124 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.47 |
| HSL | 168º | 0.26% | 0.42% | - |
| HSV(B) | 168º | 0.41% | 0.53% | - |
| XYZ | 15.61 | 20.49 | 22.2 | - |
| YUV | 117.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 124 | 0.41 | 0 | 0.08 | 0.47 | 168 | 0.26 | 0.42 |
| Hex | 50 | 87 | 7C | 29 | 0 | 8 | 2F | A8 | 1A | 2A |
| Octal | 120 | 207 | 174 | 51 | 0 | 10 | 57 | 250 | 32 | 52 |
| Binary | 1010000 | 10000111 | 1111100 | 101001 | 0 | 1000 | 101111 | 10101000 | 11010 | 101010 |
Color Harmonies of #50877C
Complementary color
Monochromatic Colors of #50877C
Black with #50877C
Text Example
Text Example
White with #50877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50877C; }
p { color: rgb(80,135,124); }
H1.HeaderClassName
{
color: #50877C;
}
.AnyTagClassName
{
color: #50877C;
}
</style>
background-color css
<style>
a { background-color: #50877C; }
a { background-color: rgb(80,135,124); }
div.DivClassName
{
background-color: #50877C;
}
.BgClassName
{
background-color: #50877C;
}
</style>
border-color css
<style>
span { border-color: #50877C; }
span { border-color: rgb(80,135,124); }
td.TdClassName
{
border-color: #50877C;
}
.TagClassName
{
border-color: #50877C;
}
</style>