Shades of Lochinvar #50908B
Tints of Lochinvar #50908B
RGB
CMYK
RGB Variations
Color information
#50908B (or 0x50908B) is known color: Lochinvar. HEX triplet: 50, 90 and 8B. RGB value is (80,144,139). Sum of RGB (Red+Green+Blue) = 80+144+139=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #50908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50908B is #AF6F74. Grayscale: #7C7C7C. Windows color (decimal): -11497333 or 9146448. OLE color: 9146448.
HSL color Cylindrical-coordinate representation of color #50908B: hue angle of 175.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 #50908B is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 139 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.44 |
| HSL | 175.31º | 0.29% | 0.44% | - |
| HSV(B) | 175.31º | 0.44% | 0.56% | - |
| XYZ | 17.94 | 23.52 | 28.02 | - |
| YUV | 124.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 139 | 0.44 | 0 | 0.03 | 0.44 | 175.31 | 0.29 | 0.44 |
| Hex | 50 | 90 | 8B | 2C | 0 | 3 | 2C | AF | 1D | 2C |
| Octal | 120 | 220 | 213 | 54 | 0 | 3 | 54 | 257 | 35 | 54 |
| Binary | 1010000 | 10010000 | 10001011 | 101100 | 0 | 11 | 101100 | 10101111 | 11101 | 101100 |
Color Harmonies of #50908B
Complementary color
Monochromatic Colors of #50908B
Black with #50908B
Text Example
Text Example
White with #50908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50908B; }
p { color: rgb(80,144,139); }
H1.HeaderClassName
{
color: #50908B;
}
.AnyTagClassName
{
color: #50908B;
}
</style>
background-color css
<style>
a { background-color: #50908B; }
a { background-color: rgb(80,144,139); }
div.DivClassName
{
background-color: #50908B;
}
.BgClassName
{
background-color: #50908B;
}
</style>
border-color css
<style>
span { border-color: #50908B; }
span { border-color: rgb(80,144,139); }
td.TdClassName
{
border-color: #50908B;
}
.TagClassName
{
border-color: #50908B;
}
</style>