#50988E

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

Shades of Lochinvar #50988E

Tints of Lochinvar #50988E

Color information

#50988E (or 0x50988E) is unknown color: approx Lochinvar. HEX triplet: 50, 98 and 8E. RGB value is (80,152,142). Sum of RGB (Red+Green+Blue) = 80+152+142=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #50988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50988E is #AF6771. Grayscale: #818181. Windows color (decimal): -11495282 or 9345104. OLE color: 9345104.

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

Color convert

RGB80152142-
CMYK0.4700.070.40
HSL171.67º31.03%45.49%-
HSV(B)171.67º47.37%59.61%-
XYZ19.4226.1129.61-
YUV129.33135.1592.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 152 (59.77% from 255) = 40.64%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=21.39%
G=40.64%
B=37.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801521420.4700.070.40171.6731.0345.49
Hex50988E2F0728ac1f2d
Octal1202302165707502543755
Binary1010000100110001000111010111101111010001010110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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