#50877F

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

Shades of Lochinvar #50877F

Tints of Lochinvar #50877F

Color information

#50877F (or 0x50877F) is unknown color: approx Lochinvar. HEX triplet: 50, 87 and 7F. RGB value is (80,135,127). Sum of RGB (Red+Green+Blue) = 80+135+127=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #50877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50877F is #AF7880. Grayscale: #757575. Windows color (decimal): -11499649 or 8357712. OLE color: 8357712.

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

Color convert

RGB80135127-
CMYK0.4100.060.47
HSL171.27º25.58%42.16%-
HSV(B)171.27º40.74%52.94%-
XYZ15.820.5723.22-
YUV117.64133.28101.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 135 (53.12% from 255) = 39.47%
BLUE value IS 127 (50% from 255) = 37.13%
R=23.39%
G=39.47%
B=37.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801351270.4100.060.47171.2725.5842.16
Hex50877F29062Fab1a2a
Octal1202071775106572533252
Binary101000010000111111111110100101101011111010101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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