#50957C

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

Shades of Lochinvar #50957C

Tints of Lochinvar #50957C

Color information

#50957C (or 0x50957C) is unknown color: approx Lochinvar. HEX triplet: 50, 95 and 7C. RGB value is (80,149,124). Sum of RGB (Red+Green+Blue) = 80+149+124=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #50957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50957C is #AF6A83. Grayscale: #7D7D7D. Windows color (decimal): -11496068 or 8164688. OLE color: 8164688.

HSL color Cylindrical-coordinate representation of color #50957C: hue angle of 158.26º 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 #50957C is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB80149124-
CMYK0.4600.170.42
HSL158.26º30.13%44.9%-
HSV(B)158.26º46.31%58.43%-
XYZ17.6924.6622.9-
YUV125.52127.1495.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=22.66%
G=42.21%
B=35.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491240.4600.170.42158.2630.1344.9
Hex50957C2E0112A9e1e2d
Octal12022517456021522363655
Binary10100001001010111111001011100100011010101001111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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