#50907F

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

Shades of Lochinvar #50907F

Tints of Lochinvar #50907F

Color information

#50907F (or 0x50907F) is unknown color: approx Lochinvar. HEX triplet: 50, 90 and 7F. RGB value is (80,144,127). Sum of RGB (Red+Green+Blue) = 80+144+127=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #50907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50907F is #AF6F80. Grayscale: #7A7A7A. Windows color (decimal): -11497345 or 8360016. OLE color: 8360016.

HSL color Cylindrical-coordinate representation of color #50907F: hue angle of 164.06º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50907F is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB80144127-
CMYK0.4400.120.44
HSL164.06º28.57%43.92%-
HSV(B)164.06º44.44%56.47%-
XYZ17.1123.1823.65-
YUV122.93130.397.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.79%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 127 (50% from 255) = 36.18%
R=22.79%
G=41.03%
B=36.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801441270.4400.120.44164.0628.5743.92
Hex50907F2C0C2Ca41d2c
Octal12022017754014542443554
Binary1010000100100001111111101100011001011001010010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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