#50917F

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

Shades of Lochinvar #50917F

Tints of Lochinvar #50917F

Color information

#50917F (or 0x50917F) is unknown color: approx Lochinvar. HEX triplet: 50, 91 and 7F. RGB value is (80,145,127). Sum of RGB (Red+Green+Blue) = 80+145+127=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #50917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50917F is #AF6E80. Grayscale: #7B7B7B. Windows color (decimal): -11497089 or 8360272. OLE color: 8360272.

HSL color Cylindrical-coordinate representation of color #50917F: hue angle of 163.38º 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 #50917F is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB80145127-
CMYK0.4500.120.43
HSL163.38º28.89%44.12%-
HSV(B)163.38º44.83%56.86%-
XYZ17.2623.4923.7-
YUV123.51129.9796.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 127 (50% from 255) = 36.08%
R=22.73%
G=41.19%
B=36.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451270.4500.120.43163.3828.8944.12
Hex50917F2D0C2Ba31d2c
Octal12022117755014532433554
Binary1010000100100011111111101101011001010111010001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50917F; }

 p { color: rgb(80,145,127); }

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

<style>
 a { background-color: #50917F; }

 a { background-color: rgb(80,145,127); }

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

<style>
 span { border-color: #50917F; }

 span { border-color: rgb(80,145,127); }

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