#50998A

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

Shades of Lochinvar #50998A

Tints of Lochinvar #50998A

Color information

#50998A (or 0x50998A) is unknown color: approx Lochinvar. HEX triplet: 50, 99 and 8A. RGB value is (80,153,138). Sum of RGB (Red+Green+Blue) = 80+153+138=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #50998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50998A is #AF6675. Grayscale: #818181. Windows color (decimal): -11495030 or 9083216. OLE color: 9083216.

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

Color convert

RGB80153138-
CMYK0.4800.100.4
HSL167.67º31.33%45.69%-
HSV(B)167.67º47.71%60%-
XYZ19.2926.3228.11-
YUV129.46132.8292.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=21.56%
G=41.24%
B=37.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531380.4800.100.4167.6731.3345.69
Hex50998A300A28a81f2e
Octal12023121260012502503756
Binary10100001001100110001010110000010101010001010100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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