#50947D

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

Shades of Lochinvar #50947D

Tints of Lochinvar #50947D

Color information

#50947D (or 0x50947D) is unknown color: approx Lochinvar. HEX triplet: 50, 94 and 7D. RGB value is (80,148,125). Sum of RGB (Red+Green+Blue) = 80+148+125=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #50947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50947D is #AF6B82. Grayscale: #7D7D7D. Windows color (decimal): -11496323 or 8229968. OLE color: 8229968.

HSL color Cylindrical-coordinate representation of color #50947D: hue angle of 159.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50947D is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB80148125-
CMYK0.4600.160.42
HSL159.71º29.82%44.71%-
HSV(B)159.71º45.95%58.04%-
XYZ17.624.3723.18-
YUV125.05127.9795.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=22.66%
G=41.93%
B=35.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801481250.4600.160.42159.7129.8244.71
Hex50947D2E0102Aa01e2d
Octal12022417556020522403655
Binary10100001001010011111011011100100001010101010000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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