Html Css Color HEX #50484B Liver

📋 copy color: '#50484B'

red 80 ◦ green 72 ◦ blue 75

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

Shades of Liver #50484B

Tints of Liver #50484B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 35.24%
G = 31.72%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50484B (or 0x50484B) is known color: Liver. HEX triplet: 50, 48 and 4B. RGB value is (80,72,75). Sum of RGB (Red+Green+Blue) = 80+72+75=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 80 - color contains mainly: red. Hex color #50484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50484B is #AFB7B4. Grayscale: #4A4A4A. Windows color (decimal): -11515829 or 4933712. OLE color: 4933712.

HSL color Cylindrical-coordinate representation of color #50484B: hue angle of 337.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 #50484B is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 75 -
CMYK 0 0.10 0.06 0.69
HSL 337.5º 0.05% 0.3% -
HSV(B) 337.5º 0.1% 0.31% -
XYZ 6.9 6.85 7.62 -
YUV 74.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 80 72 75 0 0.10 0.06 0.69 337.5 0.05 0.3
Hex 50 48 4B 0 A 6 45 152 5 1E
Octal 120 110 113 0 12 6 105 522 5 36
Binary 1010000 1001000 1001011 0 1010 110 1000101 101010010 101 11110

Color Harmonies of #50484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50484B

Black with #50484B

Text Example


Text Example

White with #50484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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