Html Css Color HEX #50444A Liver

📋 copy color: '#50444A'

red 80 ◦ green 68 ◦ blue 74

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

Shades of Liver #50444A

Tints of Liver #50444A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.63%

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 36.04%
G = 30.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50444A (or 0x50444A) is known color: Liver. HEX triplet: 50, 44 and 4A. RGB value is (80,68,74). Sum of RGB (Red+Green+Blue) = 80+68+74=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #50444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50444A is #AFBBB5. Grayscale: #484848. Windows color (decimal): -11516854 or 4867152. OLE color: 4867152.

HSL color Cylindrical-coordinate representation of color #50444A: hue angle of 330º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #50444A is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 68 74 -
CMYK 0 0.15 0.08 0.69
HSL 330º 0.08% 0.29% -
HSV(B) 330º 0.15% 0.31% -
XYZ 6.61 6.33 7.35 -
YUV 72.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 80 68 74 0 0.15 0.08 0.69 330 0.08 0.29
Hex 50 44 4A 0 F 8 45 14A 8 1D
Octal 120 104 112 0 17 10 105 512 10 35
Binary 1010000 1000100 1001010 0 1111 1000 1000101 101001010 1000 11101

Color Harmonies of #50444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50444A

Black with #50444A

Text Example


Text Example

White with #50444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50444A; }

 p { color: rgb(80,68,74); }

 H1.HeaderClassName
 {
   color: #50444A;
 }
 .AnyTagClassName
 {
   color: #50444A;
 }
</style>

background-color css

<style>
 a { background-color: #50444A; }

 a { background-color: rgb(80,68,74); }

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

border-color css

<style>
 span { border-color: #50444A; }

 span { border-color: rgb(80,68,74); }

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