Html Css Color HEX #50494D Liver

📋 copy color: '#50494D'

red 80 ◦ green 73 ◦ blue 77

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

Shades of Liver #50494D

Tints of Liver #50494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.74%

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 34.78%
G = 31.74%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#50494D (or 0x50494D) is known color: Liver. HEX triplet: 50, 49 and 4D. RGB value is (80,73,77). Sum of RGB (Red+Green+Blue) = 80+73+77=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 80 - color contains mainly: red. Hex color #50494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50494D is #AFB6B2. Grayscale: #4B4B4B. Windows color (decimal): -11515571 or 5065040. OLE color: 5065040.

HSL color Cylindrical-coordinate representation of color #50494D: hue angle of 325.71º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #50494D is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 77 -
CMYK 0 0.09 0.04 0.69
HSL 325.71º 0.05% 0.3% -
HSV(B) 325.71º 0.09% 0.31% -
XYZ 7.03 7.01 8 -
YUV 75.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 80 73 77 0 0.09 0.04 0.69 325.71 0.05 0.3
Hex 50 49 4D 0 9 4 45 146 5 1E
Octal 120 111 115 0 11 4 105 506 5 36
Binary 1010000 1001001 1001101 0 1001 100 1000101 101000110 101 11110

Color Harmonies of #50494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50494D

Black with #50494D

Text Example


Text Example

White with #50494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,73,77); }

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

background-color css

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

 a { background-color: rgb(80,73,77); }

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

border-color css

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

 span { border-color: rgb(80,73,77); }

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