Shades of Lochinvar #50928B
Tints of Lochinvar #50928B
RGB
CMYK
RGB Variations
Color information
#50928B (or 0x50928B) is known color: Lochinvar. HEX triplet: 50, 92 and 8B. RGB value is (80,146,139). Sum of RGB (Red+Green+Blue) = 80+146+139=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #50928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50928B is #AF6D74. Grayscale: #7D7D7D. Windows color (decimal): -11496821 or 9146960. OLE color: 9146960.
HSL color Cylindrical-coordinate representation of color #50928B: hue angle of 173.64º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50928B is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 139 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.43 |
| HSL | 173.64º | 0.29% | 0.44% | - |
| HSV(B) | 173.64º | 0.45% | 0.57% | - |
| XYZ | 18.25 | 24.13 | 28.12 | - |
| YUV | 125.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 139 | 0.45 | 0 | 0.05 | 0.43 | 173.64 | 0.29 | 0.44 |
| Hex | 50 | 92 | 8B | 2D | 0 | 5 | 2B | AE | 1D | 2C |
| Octal | 120 | 222 | 213 | 55 | 0 | 5 | 53 | 256 | 35 | 54 |
| Binary | 1010000 | 10010010 | 10001011 | 101101 | 0 | 101 | 101011 | 10101110 | 11101 | 101100 |
Color Harmonies of #50928B
Complementary color
Monochromatic Colors of #50928B
Black with #50928B
Text Example
Text Example
White with #50928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50928B; }
p { color: rgb(80,146,139); }
H1.HeaderClassName
{
color: #50928B;
}
.AnyTagClassName
{
color: #50928B;
}
</style>
background-color css
<style>
a { background-color: #50928B; }
a { background-color: rgb(80,146,139); }
div.DivClassName
{
background-color: #50928B;
}
.BgClassName
{
background-color: #50928B;
}
</style>
border-color css
<style>
span { border-color: #50928B; }
span { border-color: rgb(80,146,139); }
td.TdClassName
{
border-color: #50928B;
}
.TagClassName
{
border-color: #50928B;
}
</style>