#50897B

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

Shades of Lochinvar #50897B

Tints of Lochinvar #50897B

Color information

#50897B (or 0x50897B) is unknown color: approx Lochinvar. HEX triplet: 50, 89 and 7B. RGB value is (80,137,123). Sum of RGB (Red+Green+Blue) = 80+137+123=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #50897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50897B is #AF7684. Grayscale: #767676. Windows color (decimal): -11499141 or 8096080. OLE color: 8096080.

HSL color Cylindrical-coordinate representation of color #50897B: hue angle of 165.26º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50897B is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB80137123-
CMYK0.4200.100.46
HSL165.26º26.27%42.55%-
HSV(B)165.26º41.61%53.73%-
XYZ15.8321.0321.96-
YUV118.36130.62100.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=23.53%
G=40.29%
B=36.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801371230.4200.100.46165.2626.2742.55
Hex50897B2A0A2Ea51a2b
Octal12021117352012562453253
Binary1010000100010011111011101010010101011101010010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50897B; }

 p { color: rgb(80,137,123); }

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

<style>
 a { background-color: #50897B; }

 a { background-color: rgb(80,137,123); }

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

<style>
 span { border-color: #50897B; }

 span { border-color: rgb(80,137,123); }

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