Html Css Color HEX #50484D Liver

📋 copy color: '#50484D'

red 80 ◦ green 72 ◦ blue 77

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

Shades of Liver #50484D

Tints of Liver #50484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.44%

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

R = 34.93%
G = 31.44%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#50484D (or 0x50484D) is known color: Liver. HEX triplet: 50, 48 and 4D. RGB value is (80,72,77). Sum of RGB (Red+Green+Blue) = 80+72+77=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 80 - color contains mainly: red. Hex color #50484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50484D is #AFB7B2. Grayscale: #4A4A4A. Windows color (decimal): -11515827 or 5064784. OLE color: 5064784.

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

Color convert

RGB 80 72 77 -
CMYK 0 0.10 0.04 0.69
HSL 322.5º 0.05% 0.3% -
HSV(B) 322.5º 0.1% 0.31% -
XYZ 6.97 6.88 7.98 -
YUV 74.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 80 72 77 0 0.10 0.04 0.69 322.5 0.05 0.3
Hex 50 48 4D 0 A 4 45 142 5 1E
Octal 120 110 115 0 12 4 105 502 5 36
Binary 1010000 1001000 1001101 0 1010 100 1000101 101000010 101 11110

Color Harmonies of #50484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50484D

Black with #50484D

Text Example


Text Example

White with #50484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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