Html Css Color HEX #50454A Liver

📋 copy color: '#50454A'

red 80 ◦ green 69 ◦ blue 74

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

Shades of Liver #50454A

Tints of Liver #50454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.94%

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

R = 35.87%
G = 30.94%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50454A (or 0x50454A) is known color: Liver. HEX triplet: 50, 45 and 4A. RGB value is (80,69,74). Sum of RGB (Red+Green+Blue) = 80+69+74=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #50454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50454A is #AFBAB5. Grayscale: #484848. Windows color (decimal): -11516598 or 4867408. OLE color: 4867408.

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

Color convert

RGB 80 69 74 -
CMYK 0 0.14 0.08 0.69
HSL 332.73º 0.07% 0.29% -
HSV(B) 332.73º 0.14% 0.31% -
XYZ 6.67 6.46 7.37 -
YUV 72.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 80 69 74 0 0.14 0.08 0.69 332.73 0.07 0.29
Hex 50 45 4A 0 E 8 45 14D 7 1D
Octal 120 105 112 0 16 10 105 515 7 35
Binary 1010000 1000101 1001010 0 1110 1000 1000101 101001101 111 11101

Color Harmonies of #50454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50454A

Black with #50454A

Text Example


Text Example

White with #50454A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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