#50927C

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

Shades of Lochinvar #50927C

Tints of Lochinvar #50927C

Color information

#50927C (or 0x50927C) is unknown color: approx Lochinvar. HEX triplet: 50, 92 and 7C. RGB value is (80,146,124). Sum of RGB (Red+Green+Blue) = 80+146+124=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #50927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50927C is #AF6D83. Grayscale: #7B7B7B. Windows color (decimal): -11496836 or 8163920. OLE color: 8163920.

HSL color Cylindrical-coordinate representation of color #50927C: hue angle of 160º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50927C is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB80146124-
CMYK0.4500.150.43
HSL160º29.2%44.31%-
HSV(B)160º45.21%57.25%-
XYZ17.2323.7222.74-
YUV123.76128.1396.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=22.86%
G=41.71%
B=35.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801461240.4500.150.4316029.244.31
Hex50927C2D0F2Ba01d2c
Octal12022217455017532403554
Binary1010000100100101111100101101011111010111010000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50927C; }

 p { color: rgb(80,146,124); }

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

<style>
 a { background-color: #50927C; }

 a { background-color: rgb(80,146,124); }

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

<style>
 span { border-color: #50927C; }

 span { border-color: rgb(80,146,124); }

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