Html Css Color HEX #50917D Lochinvar

📋 copy color: '#50917D'

red 80 ◦ green 145 ◦ blue 125

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

Shades of Lochinvar #50917D

Tints of Lochinvar #50917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.43%

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

R = 22.86%
G = 41.43%
B = 35.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#50917D (or 0x50917D) is known color: Lochinvar. HEX triplet: 50, 91 and 7D. RGB value is (80,145,125). Sum of RGB (Red+Green+Blue) = 80+145+125=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #50917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50917D is #AF6E82. Grayscale: #7B7B7B. Windows color (decimal): -11497091 or 8229200. OLE color: 8229200.

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

Color convert

RGB 80 145 125 -
CMYK 0.45 0 0.14 0.43
HSL 161.54º 0.29% 0.44% -
HSV(B) 161.54º 0.45% 0.57% -
XYZ 17.14 23.44 23.02 -
YUV 123.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 80 145 125 0.45 0 0.14 0.43 161.54 0.29 0.44
Hex 50 91 7D 2D 0 E 2B A2 1D 2C
Octal 120 221 175 55 0 16 53 242 35 54
Binary 1010000 10010001 1111101 101101 0 1110 101011 10100010 11101 101100

Color Harmonies of #50917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50917D

Black with #50917D

Text Example


Text Example

White with #50917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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