#50998D

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

Shades of Lochinvar #50998D

Tints of Lochinvar #50998D

Color information

#50998D (or 0x50998D) is unknown color: approx Lochinvar. HEX triplet: 50, 99 and 8D. RGB value is (80,153,141). Sum of RGB (Red+Green+Blue) = 80+153+141=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #50998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50998D is #AF6672. Grayscale: #818181. Windows color (decimal): -11495027 or 9279824. OLE color: 9279824.

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

Color convert

RGB80153141-
CMYK0.4800.080.4
HSL170.14º31.33%45.69%-
HSV(B)170.14º47.71%60%-
XYZ19.5126.4129.27-
YUV129.8134.3292.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=21.39%
G=40.91%
B=37.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531410.4800.080.4170.1431.3345.69
Hex50998D300828aa1f2e
Octal12023121560010502523756
Binary10100001001100110001101110000010001010001010101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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