Shades of Lochinvar #50907B
Tints of Lochinvar #50907B
RGB
CMYK
RGB Variations
Color information
#50907B (or 0x50907B) is known color: Lochinvar. HEX triplet: 50, 90 and 7B. RGB value is (80,144,123). Sum of RGB (Red+Green+Blue) = 80+144+123=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #50907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50907B is #AF6F84. Grayscale: #7A7A7A. Windows color (decimal): -11497349 or 8097872. OLE color: 8097872.
HSL color Cylindrical-coordinate representation of color #50907B: hue angle of 160.31º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50907B is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 123 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.44 |
| HSL | 160.31º | 0.29% | 0.44% | - |
| HSV(B) | 160.31º | 0.44% | 0.56% | - |
| XYZ | 16.86 | 23.08 | 22.31 | - |
| YUV | 122.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 123 | 0.44 | 0 | 0.15 | 0.44 | 160.31 | 0.29 | 0.44 |
| Hex | 50 | 90 | 7B | 2C | 0 | F | 2C | A0 | 1D | 2C |
| Octal | 120 | 220 | 173 | 54 | 0 | 17 | 54 | 240 | 35 | 54 |
| Binary | 1010000 | 10010000 | 1111011 | 101100 | 0 | 1111 | 101100 | 10100000 | 11101 | 101100 |
Color Harmonies of #50907B
Complementary color
Monochromatic Colors of #50907B
Black with #50907B
Text Example
Text Example
White with #50907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50907B; }
p { color: rgb(80,144,123); }
H1.HeaderClassName
{
color: #50907B;
}
.AnyTagClassName
{
color: #50907B;
}
</style>
background-color css
<style>
a { background-color: #50907B; }
a { background-color: rgb(80,144,123); }
div.DivClassName
{
background-color: #50907B;
}
.BgClassName
{
background-color: #50907B;
}
</style>
border-color css
<style>
span { border-color: #50907B; }
span { border-color: rgb(80,144,123); }
td.TdClassName
{
border-color: #50907B;
}
.TagClassName
{
border-color: #50907B;
}
</style>