#50967D

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

Shades of Lochinvar #50967D

Tints of Lochinvar #50967D

Color information

#50967D (or 0x50967D) is unknown color: approx Lochinvar. HEX triplet: 50, 96 and 7D. RGB value is (80,150,125). Sum of RGB (Red+Green+Blue) = 80+150+125=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #50967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50967D is #AF6982. Grayscale: #7E7E7E. Windows color (decimal): -11495811 or 8230480. OLE color: 8230480.

HSL color Cylindrical-coordinate representation of color #50967D: hue angle of 158.57º 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 #50967D is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB80150125-
CMYK0.4700.170.41
HSL158.57º30.43%45.1%-
HSV(B)158.57º46.67%58.82%-
XYZ17.922523.28-
YUV126.22127.3195.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=22.54%
G=42.25%
B=35.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801501250.4700.170.41158.5730.4345.1
Hex50967D2F011299f1e2d
Octal12022617557021512373655
Binary10100001001011011111011011110100011010011001111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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