#50968D

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

Shades of Lochinvar #50968D

Tints of Lochinvar #50968D

Color information

#50968D (or 0x50968D) is unknown color: approx Lochinvar. HEX triplet: 50, 96 and 8D. RGB value is (80,150,141). Sum of RGB (Red+Green+Blue) = 80+150+141=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #50968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50968D is #AF6972. Grayscale: #808080. Windows color (decimal): -11495795 or 9279056. OLE color: 9279056.

HSL color Cylindrical-coordinate representation of color #50968D: hue angle of 172.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50968D is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB80150141-
CMYK0.4700.060.41
HSL172.29º30.43%45.1%-
HSV(B)172.29º46.67%58.82%-
XYZ19.0225.4429.11-
YUV128.04135.3193.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=21.56%
G=40.43%
B=38.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801501410.4700.060.41172.2930.4345.1
Hex50968D2F0629ac1e2d
Octal1202262155706512543655
Binary1010000100101101000110110111101101010011010110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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