Html Css Color HEX #50494C Liver

📋 copy color: '#50494C'

red 80 ◦ green 73 ◦ blue 76

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

Shades of Liver #50494C

Tints of Liver #50494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.19%

R = 34.93%
G = 31.88%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50494C (or 0x50494C) is known color: Liver. HEX triplet: 50, 49 and 4C. RGB value is (80,73,76). Sum of RGB (Red+Green+Blue) = 80+73+76=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 80 - color contains mainly: red. Hex color #50494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50494C is #AFB6B3. Grayscale: #4B4B4B. Windows color (decimal): -11515572 or 4999504. OLE color: 4999504.

HSL color Cylindrical-coordinate representation of color #50494C: hue angle of 334.29º 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 #50494C is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 76 -
CMYK 0 0.09 0.05 0.69
HSL 334.29º 0.05% 0.3% -
HSV(B) 334.29º 0.09% 0.31% -
XYZ 7 6.99 7.82 -
YUV 75.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 80 73 76 0 0.09 0.05 0.69 334.29 0.05 0.3
Hex 50 49 4C 0 9 5 45 14E 5 1E
Octal 120 111 114 0 11 5 105 516 5 36
Binary 1010000 1001001 1001100 0 1001 101 1000101 101001110 101 11110

Color Harmonies of #50494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50494C

Black with #50494C

Text Example


Text Example

White with #50494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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