Html Css Color HEX #50947D Lochinvar

📋 copy color: '#50947D'

red 80 ◦ green 148 ◦ blue 125

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

Shades of Lochinvar #50947D

Tints of Lochinvar #50947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

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

R = 22.66%
G = 41.93%
B = 35.41%

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

#50947D (or 0x50947D) is known color: Lochinvar. HEX triplet: 50, 94 and 7D. RGB value is (80,148,125). Sum of RGB (Red+Green+Blue) = 80+148+125=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #50947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50947D is #AF6B82. Grayscale: #7D7D7D. Windows color (decimal): -11496323 or 8229968. OLE color: 8229968.

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

Color convert

RGB 80 148 125 -
CMYK 0.46 0 0.16 0.42
HSL 159.71º 0.3% 0.45% -
HSV(B) 159.71º 0.46% 0.58% -
XYZ 17.6 24.37 23.18 -
YUV 125.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 80 148 125 0.46 0 0.16 0.42 159.71 0.3 0.45
Hex 50 94 7D 2E 0 10 2A A0 1E 2D
Octal 120 224 175 56 0 20 52 240 36 55
Binary 1010000 10010100 1111101 101110 0 10000 101010 10100000 11110 101101

Color Harmonies of #50947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50947D

Black with #50947D

Text Example


Text Example

White with #50947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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