Html Css Color HEX #50977F Lochinvar

📋 copy color: '#50977F'

red 80 ◦ green 151 ◦ blue 127

#50977F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #50977F

Tints of Lochinvar #50977F

RGB

 RED value IS 80 (31.64% from 255) = 22.35%

 GREEN value IS 151 (59.38% from 255) = 42.18%

 BLUE value IS 127 (50% from 255) = 35.47%

R = 22.35%
G = 42.18%
B = 35.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#50977F (or 0x50977F) is known color: Lochinvar. HEX triplet: 50, 97 and 7F. RGB value is (80,151,127). Sum of RGB (Red+Green+Blue) = 80+151+127=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 151 - color contains mainly: green. Hex color #50977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50977F is #AF6880. Grayscale: #7F7F7F. Windows color (decimal): -11495553 or 8361808. OLE color: 8361808.

HSL color Cylindrical-coordinate representation of color #50977F: hue angle of 159.72º degrees, saturation: 0.31, 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 #50977F is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 127 -
CMYK 0.47 0 0.16 0.41
HSL 159.72º 0.31% 0.45% -
HSV(B) 159.72º 0.47% 0.59% -
XYZ 18.21 25.37 24.02 -
YUV 127.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 80 151 127 0.47 0 0.16 0.41 159.72 0.31 0.45
Hex 50 97 7F 2F 0 10 29 A0 1F 2D
Octal 120 227 177 57 0 20 51 240 37 55
Binary 1010000 10010111 1111111 101111 0 10000 101001 10100000 11111 101101

Color Harmonies of #50977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50977F

Black with #50977F

Text Example


Text Example

White with #50977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50977F;
 }
 .AnyTagClassName
 {
   color: #50977F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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