#50887C

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

Shades of Lochinvar #50887C

Tints of Lochinvar #50887C

Color information

#50887C (or 0x50887C) is unknown color: approx Lochinvar. HEX triplet: 50, 88 and 7C. RGB value is (80,136,124). Sum of RGB (Red+Green+Blue) = 80+136+124=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #50887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50887C is #AF7783. Grayscale: #757575. Windows color (decimal): -11499396 or 8161360. OLE color: 8161360.

HSL color Cylindrical-coordinate representation of color #50887C: hue angle of 167.14º 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 #50887C is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB80136124-
CMYK0.4100.090.47
HSL167.14º25.93%42.35%-
HSV(B)167.14º41.18%53.33%-
XYZ15.7520.7722.25-
YUV117.89131.45100.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=23.53%
G=40%
B=36.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801361240.4100.090.47167.1425.9342.35
Hex50887C29092Fa71a2a
Octal12021017451011572473252
Binary1010000100010001111100101001010011011111010011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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