Shades of Lochinvar #50907A
Tints of Lochinvar #50907A
RGB
CMYK
RGB Variations
Color information
#50907A (or 0x50907A) is known color: Lochinvar. HEX triplet: 50, 90 and 7A. RGB value is (80,144,122). Sum of RGB (Red+Green+Blue) = 80+144+122=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #50907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50907A is #AF6F85. Grayscale: #7A7A7A. Windows color (decimal): -11497350 or 8032336. OLE color: 8032336.
HSL color Cylindrical-coordinate representation of color #50907A: hue angle of 159.38º 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 #50907A is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 122 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.44 |
| HSL | 159.38º | 0.29% | 0.44% | - |
| HSV(B) | 159.38º | 0.44% | 0.56% | - |
| XYZ | 16.79 | 23.06 | 21.98 | - |
| YUV | 122.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 122 | 0.44 | 0 | 0.15 | 0.44 | 159.38 | 0.29 | 0.44 |
| Hex | 50 | 90 | 7A | 2C | 0 | F | 2C | 9F | 1D | 2C |
| Octal | 120 | 220 | 172 | 54 | 0 | 17 | 54 | 237 | 35 | 54 |
| Binary | 1010000 | 10010000 | 1111010 | 101100 | 0 | 1111 | 101100 | 10011111 | 11101 | 101100 |
Color Harmonies of #50907A
Complementary color
Monochromatic Colors of #50907A
Black with #50907A
Text Example
Text Example
White with #50907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50907A; }
p { color: rgb(80,144,122); }
H1.HeaderClassName
{
color: #50907A;
}
.AnyTagClassName
{
color: #50907A;
}
</style>
background-color css
<style>
a { background-color: #50907A; }
a { background-color: rgb(80,144,122); }
div.DivClassName
{
background-color: #50907A;
}
.BgClassName
{
background-color: #50907A;
}
</style>
border-color css
<style>
span { border-color: #50907A; }
span { border-color: rgb(80,144,122); }
td.TdClassName
{
border-color: #50907A;
}
.TagClassName
{
border-color: #50907A;
}
</style>