Html Css Color HEX #50947C Lochinvar

📋 copy color: '#50947C'

red 80 ◦ green 148 ◦ blue 124

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

Shades of Lochinvar #50947C

Tints of Lochinvar #50947C

RGB

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

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

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

R = 22.73%
G = 42.05%
B = 35.23%

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

#50947C (or 0x50947C) is known color: Lochinvar. HEX triplet: 50, 94 and 7C. RGB value is (80,148,124). Sum of RGB (Red+Green+Blue) = 80+148+124=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #50947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50947C is #AF6B83. Grayscale: #7C7C7C. Windows color (decimal): -11496324 or 8164432. OLE color: 8164432.

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

Color convert

RGB 80 148 124 -
CMYK 0.46 0 0.16 0.42
HSL 158.82º 0.3% 0.45% -
HSV(B) 158.82º 0.46% 0.58% -
XYZ 17.54 24.34 22.84 -
YUV 124.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 80 148 124 0.46 0 0.16 0.42 158.82 0.3 0.45
Hex 50 94 7C 2E 0 10 2A 9F 1E 2D
Octal 120 224 174 56 0 20 52 237 36 55
Binary 1010000 10010100 1111100 101110 0 10000 101010 10011111 11110 101101

Color Harmonies of #50947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50947C

Black with #50947C

Text Example


Text Example

White with #50947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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