#50887A

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

Shades of Lochinvar #50887A

Tints of Lochinvar #50887A

Color information

#50887A (or 0x50887A) is unknown color: approx Lochinvar. HEX triplet: 50, 88 and 7A. RGB value is (80,136,122). Sum of RGB (Red+Green+Blue) = 80+136+122=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #50887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50887A is #AF7785. Grayscale: #757575. Windows color (decimal): -11499398 or 8030288. OLE color: 8030288.

HSL color Cylindrical-coordinate representation of color #50887A: hue angle of 165º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50887A is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB80136122-
CMYK0.4100.100.47
HSL165º25.93%42.35%-
HSV(B)165º41.18%53.33%-
XYZ15.6320.7221.59-
YUV117.66130.45101.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=23.67%
G=40.24%
B=36.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801361220.4100.100.4716525.9342.35
Hex50887A290A2Fa51a2a
Octal12021017251012572453252
Binary1010000100010001111010101001010101011111010010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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