#50927E

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

Shades of Lochinvar #50927E

Tints of Lochinvar #50927E

Color information

#50927E (or 0x50927E) is unknown color: approx Lochinvar. HEX triplet: 50, 92 and 7E. RGB value is (80,146,126). Sum of RGB (Red+Green+Blue) = 80+146+126=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #50927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50927E is #AF6D81. Grayscale: #7C7C7C. Windows color (decimal): -11496834 or 8294992. OLE color: 8294992.

HSL color Cylindrical-coordinate representation of color #50927E: hue angle of 161.82º 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 #50927E is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB80146126-
CMYK0.4500.140.43
HSL161.82º29.2%44.31%-
HSV(B)161.82º45.21%57.25%-
XYZ17.3523.7723.41-
YUV123.99129.1396.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=22.73%
G=41.48%
B=35.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801461260.4500.140.43161.8229.244.31
Hex50927E2D0E2Ba21d2c
Octal12022217655016532423554
Binary1010000100100101111110101101011101010111010001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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