#50917A

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

Shades of Lochinvar #50917A

Tints of Lochinvar #50917A

Color information

#50917A (or 0x50917A) is unknown color: approx Lochinvar. HEX triplet: 50, 91 and 7A. RGB value is (80,145,122). Sum of RGB (Red+Green+Blue) = 80+145+122=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #50917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50917A is #AF6E85. Grayscale: #7A7A7A. Windows color (decimal): -11497094 or 8032592. OLE color: 8032592.

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

Color convert

RGB80145122-
CMYK0.4500.160.43
HSL158.77º28.89%44.12%-
HSV(B)158.77º44.83%56.86%-
XYZ16.9523.3622.03-
YUV122.94127.4797.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=23.05%
G=41.79%
B=35.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451220.4500.160.43158.7728.8944.12
Hex50917A2D0102B9f1d2c
Octal12022117255020532373554
Binary10100001001000111110101011010100001010111001111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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