#50877A

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

Shades of Lochinvar #50877A

Tints of Lochinvar #50877A

Color information

#50877A (or 0x50877A) is unknown color: approx Lochinvar. HEX triplet: 50, 87 and 7A. RGB value is (80,135,122). Sum of RGB (Red+Green+Blue) = 80+135+122=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #50877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50877A is #AF7885. Grayscale: #757575. Windows color (decimal): -11499654 or 8030032. OLE color: 8030032.

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

Color convert

RGB80135122-
CMYK0.4100.100.47
HSL165.82º25.58%42.16%-
HSV(B)165.82º40.74%52.94%-
XYZ15.4920.4421.54-
YUV117.07130.78101.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=23.74%
G=40.06%
B=36.20%

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
Decimal801351220.4100.100.47165.8225.5842.16
Hex50877A290A2Fa61a2a
Octal12020717251012572463252
Binary1010000100001111111010101001010101011111010011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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