#50998E

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

Shades of Lochinvar #50998E

Tints of Lochinvar #50998E

Color information

#50998E (or 0x50998E) is unknown color: approx Lochinvar. HEX triplet: 50, 99 and 8E. RGB value is (80,153,142). Sum of RGB (Red+Green+Blue) = 80+153+142=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #50998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50998E is #AF6671. Grayscale: #818181. Windows color (decimal): -11495026 or 9345360. OLE color: 9345360.

HSL color Cylindrical-coordinate representation of color #50998E: hue angle of 170.96º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50998E is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB80153142-
CMYK0.4800.070.4
HSL170.96º31.33%45.69%-
HSV(B)170.96º47.71%60%-
XYZ19.5826.4429.66-
YUV129.92134.8292.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=21.33%
G=40.8%
B=37.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531420.4800.070.4170.9631.3345.69
Hex50998E300728ab1f2e
Octal1202312166007502533756
Binary1010000100110011000111011000001111010001010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,153,142); }

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

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

 a { background-color: rgb(80,153,142); }

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

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

 span { border-color: rgb(80,153,142); }

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