Html Css Color HEX #50937D Lochinvar

📋 copy color: '#50937D'

red 80 ◦ green 147 ◦ blue 125

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

Shades of Lochinvar #50937D

Tints of Lochinvar #50937D

RGB

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

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

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

R = 22.73%
G = 41.76%
B = 35.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#50937D (or 0x50937D) is known color: Lochinvar. HEX triplet: 50, 93 and 7D. RGB value is (80,147,125). Sum of RGB (Red+Green+Blue) = 80+147+125=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #50937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50937D is #AF6C82. Grayscale: #7C7C7C. Windows color (decimal): -11496579 or 8229712. OLE color: 8229712.

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

Color convert

RGB 80 147 125 -
CMYK 0.46 0 0.15 0.42
HSL 160.3º 0.3% 0.45% -
HSV(B) 160.3º 0.46% 0.58% -
XYZ 17.44 24.05 23.13 -
YUV 124.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 80 147 125 0.46 0 0.15 0.42 160.3 0.3 0.45
Hex 50 93 7D 2E 0 F 2A A0 1E 2D
Octal 120 223 175 56 0 17 52 240 36 55
Binary 1010000 10010011 1111101 101110 0 1111 101010 10100000 11110 101101

Color Harmonies of #50937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50937D

Black with #50937D

Text Example


Text Example

White with #50937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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