Html Css Color HEX #50957D Lochinvar

📋 copy color: '#50957D'

red 80 ◦ green 149 ◦ blue 125

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

Shades of Lochinvar #50957D

Tints of Lochinvar #50957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 22.6%
G = 42.09%
B = 35.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#50957D (or 0x50957D) is known color: Lochinvar. HEX triplet: 50, 95 and 7D. RGB value is (80,149,125). Sum of RGB (Red+Green+Blue) = 80+149+125=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #50957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50957D is #AF6A82. Grayscale: #7D7D7D. Windows color (decimal): -11496067 or 8230224. OLE color: 8230224.

HSL color Cylindrical-coordinate representation of color #50957D: hue angle of 159.13º 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 #50957D is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 125 -
CMYK 0.46 0 0.16 0.42
HSL 159.13º 0.3% 0.45% -
HSV(B) 159.13º 0.46% 0.58% -
XYZ 17.76 24.68 23.23 -
YUV 125.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 80 149 125 0.46 0 0.16 0.42 159.13 0.3 0.45
Hex 50 95 7D 2E 0 10 2A 9F 1E 2D
Octal 120 225 175 56 0 20 52 237 36 55
Binary 1010000 10010101 1111101 101110 0 10000 101010 10011111 11110 101101

Color Harmonies of #50957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50957D

Black with #50957D

Text Example


Text Example

White with #50957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50957D;
 }
 .AnyTagClassName
 {
   color: #50957D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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