#50877E

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

Shades of Lochinvar #50877E

Tints of Lochinvar #50877E

Color information

#50877E (or 0x50877E) is unknown color: approx Lochinvar. HEX triplet: 50, 87 and 7E. RGB value is (80,135,126). Sum of RGB (Red+Green+Blue) = 80+135+126=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #50877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50877E is #AF7881. Grayscale: #757575. Windows color (decimal): -11499650 or 8292176. OLE color: 8292176.

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

Color convert

RGB80135126-
CMYK0.4100.070.47
HSL170.18º25.58%42.16%-
HSV(B)170.18º40.74%52.94%-
XYZ15.7420.5422.87-
YUV117.53132.78101.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 135 (53.12% from 255) = 39.59%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=23.46%
G=39.59%
B=36.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801351260.4100.070.47170.1825.5842.16
Hex50877E29072Faa1a2a
Octal1202071765107572523252
Binary101000010000111111111010100101111011111010101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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