#50957E

Color #50957E Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #50957E

Tints of Lochinvar #50957E

Color information

#50957E (or 0x50957E) is unknown color: approx Lochinvar. HEX triplet: 50, 95 and 7E. RGB value is (80,149,126). Sum of RGB (Red+Green+Blue) = 80+149+126=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #50957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50957E is #AF6A81. Grayscale: #7D7D7D. Windows color (decimal): -11496066 or 8295760. OLE color: 8295760.

HSL color Cylindrical-coordinate representation of color #50957E: hue angle of 160º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50957E is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB80149126-
CMYK0.4600.150.42
HSL160º30.13%44.9%-
HSV(B)160º46.31%58.43%-
XYZ17.8224.7123.57-
YUV125.75128.1495.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=22.54%
G=41.97%
B=35.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491260.4600.150.4216030.1344.9
Hex50957E2E0F2Aa01e2d
Octal12022517656017522403655
Binary1010000100101011111110101110011111010101010000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50957E; }

 p { color: rgb(80,149,126); }

 H1.HeaderClassName
 {
   color: #50957E;
 }
 .AnyTagClassName
 {
   color: #50957E;
 }
</style>
background-color css

<style>
 a { background-color: #50957E; }

 a { background-color: rgb(80,149,126); }

 div.DivClassName
 {
   background-color: #50957E;
 }
 .BgClassName
 {
   background-color: #50957E;
 }
</style>
border-color css

<style>
 span { border-color: #50957E; }

 span { border-color: rgb(80,149,126); }

 td.TdClassName
 {
   border-color: #50957E;
 }
 .TagClassName
 {
   border-color: #50957E;
 }
</style>