#50997F

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

Shades of Lochinvar #50997F

Tints of Lochinvar #50997F

Color information

#50997F (or 0x50997F) is unknown color: approx Lochinvar. HEX triplet: 50, 99 and 7F. RGB value is (80,153,127). Sum of RGB (Red+Green+Blue) = 80+153+127=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #50997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50997F is #AF6680. Grayscale: #808080. Windows color (decimal): -11495041 or 8362320. OLE color: 8362320.

HSL color Cylindrical-coordinate representation of color #50997F: hue angle of 158.63º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50997F is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB80153127-
CMYK0.4800.170.4
HSL158.63º31.33%45.69%-
HSV(B)158.63º47.71%60%-
XYZ18.5326.0224.12-
YUV128.21127.3293.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 153 (60.16% from 255) = 42.5%
BLUE value IS 127 (50% from 255) = 35.28%
R=22.22%
G=42.5%
B=35.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531270.4800.170.4158.6331.3345.69
Hex50997F30011289f1f2e
Octal12023117760021502373756
Binary10100001001100111111111100000100011010001001111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50997F; }

 p { color: rgb(80,153,127); }

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

<style>
 a { background-color: #50997F; }

 a { background-color: rgb(80,153,127); }

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

<style>
 span { border-color: #50997F; }

 span { border-color: rgb(80,153,127); }

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