Html Css Color HEX #50464C Liver

📋 copy color: '#50464C'

red 80 ◦ green 70 ◦ blue 76

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

Shades of Liver #50464C

Tints of Liver #50464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.97%

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

R = 35.4%
G = 30.97%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50464C (or 0x50464C) is known color: Liver. HEX triplet: 50, 46 and 4C. RGB value is (80,70,76). Sum of RGB (Red+Green+Blue) = 80+70+76=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 80 - color contains mainly: red. Hex color #50464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50464C is #AFB9B3. Grayscale: #494949. Windows color (decimal): -11516340 or 4998736. OLE color: 4998736.

HSL color Cylindrical-coordinate representation of color #50464C: hue angle of 324º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50464C is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 76 -
CMYK 0 0.12 0.05 0.69
HSL 324º 0.07% 0.29% -
HSV(B) 324º 0.13% 0.31% -
XYZ 6.8 6.61 7.75 -
YUV 73.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 80 70 76 0 0.12 0.05 0.69 324 0.07 0.29
Hex 50 46 4C 0 C 5 45 144 7 1D
Octal 120 106 114 0 14 5 105 504 7 35
Binary 1010000 1000110 1001100 0 1100 101 1000101 101000100 111 11101

Color Harmonies of #50464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50464C

Black with #50464C

Text Example


Text Example

White with #50464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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