#50957D

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

Shades of Lochinvar #50957D

Tints of Lochinvar #50957D

Color information

#50957D (or 0x50957D) is unknown color: approx Lochinvar. HEX triplet: 50, 95 and 7D. RGB value is (80,149,125). Sum of RGB (Red+Green+Blue) = 80+149+125=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #50957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50957D is #AF6A82. Grayscale: #7D7D7D. Windows color (decimal): -11496067 or 8230224. OLE color: 8230224.

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

Color convert

RGB80149125-
CMYK0.4600.160.42
HSL159.13º30.13%44.9%-
HSV(B)159.13º46.31%58.43%-
XYZ17.7624.6823.23-
YUV125.63127.6495.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 125 (49.22% from 255) = 35.31%
R=22.60%
G=42.09%
B=35.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491250.4600.160.42159.1330.1344.9
Hex50957D2E0102A9f1e2d
Octal12022517556020522373655
Binary10100001001010111111011011100100001010101001111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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