Html Css Color HEX #50917C Lochinvar

📋 copy color: '#50917C'

red 80 ◦ green 145 ◦ blue 124

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

Shades of Lochinvar #50917C

Tints of Lochinvar #50917C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 22.92%
G = 41.55%
B = 35.53%

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

#50917C (or 0x50917C) is known color: Lochinvar. HEX triplet: 50, 91 and 7C. RGB value is (80,145,124). Sum of RGB (Red+Green+Blue) = 80+145+124=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #50917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50917C is #AF6E83. Grayscale: #7B7B7B. Windows color (decimal): -11497092 or 8163664. OLE color: 8163664.

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

Color convert

RGB 80 145 124 -
CMYK 0.45 0 0.14 0.43
HSL 160.62º 0.29% 0.44% -
HSV(B) 160.62º 0.45% 0.57% -
XYZ 17.07 23.41 22.69 -
YUV 123.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 80 145 124 0.45 0 0.14 0.43 160.62 0.29 0.44
Hex 50 91 7C 2D 0 E 2B A1 1D 2C
Octal 120 221 174 55 0 16 53 241 35 54
Binary 1010000 10010001 1111100 101101 0 1110 101011 10100001 11101 101100

Color Harmonies of #50917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50917C

Black with #50917C

Text Example


Text Example

White with #50917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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