Html Css Color HEX #50937F Lochinvar

📋 copy color: '#50937F'

red 80 ◦ green 147 ◦ blue 127

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

Shades of Lochinvar #50937F

Tints of Lochinvar #50937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.53%

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

R = 22.6%
G = 41.53%
B = 35.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#50937F (or 0x50937F) is known color: Lochinvar. HEX triplet: 50, 93 and 7F. RGB value is (80,147,127). Sum of RGB (Red+Green+Blue) = 80+147+127=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #50937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50937F is #AF6C80. Grayscale: #7C7C7C. Windows color (decimal): -11496577 or 8360784. OLE color: 8360784.

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

Color convert

RGB 80 147 127 -
CMYK 0.46 0 0.14 0.42
HSL 162.09º 0.3% 0.45% -
HSV(B) 162.09º 0.46% 0.58% -
XYZ 17.57 24.11 23.81 -
YUV 124.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 80 147 127 0.46 0 0.14 0.42 162.09 0.3 0.45
Hex 50 93 7F 2E 0 E 2A A2 1E 2D
Octal 120 223 177 56 0 16 52 242 36 55
Binary 1010000 10010011 1111111 101110 0 1110 101010 10100010 11110 101101

Color Harmonies of #50937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50937F

Black with #50937F

Text Example


Text Example

White with #50937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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