Html Css Color HEX #50424A Liver

📋 copy color: '#50424A'

red 80 ◦ green 66 ◦ blue 74

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

Shades of Liver #50424A

Tints of Liver #50424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30%

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

R = 36.36%
G = 30%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50424A (or 0x50424A) is known color: Liver. HEX triplet: 50, 42 and 4A. RGB value is (80,66,74). Sum of RGB (Red+Green+Blue) = 80+66+74=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #50424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50424A is #AFBDB5. Grayscale: #474747. Windows color (decimal): -11517366 or 4866640. OLE color: 4866640.

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

Color convert

RGB 80 66 74 -
CMYK 0 0.17 0.08 0.69
HSL 325.71º 0.1% 0.29% -
HSV(B) 325.71º 0.18% 0.31% -
XYZ 6.49 6.1 7.31 -
YUV 71.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 80 66 74 0 0.17 0.08 0.69 325.71 0.1 0.29
Hex 50 42 4A 0 11 8 45 146 A 1D
Octal 120 102 112 0 21 10 105 506 12 35
Binary 1010000 1000010 1001010 0 10001 1000 1000101 101000110 1010 11101

Color Harmonies of #50424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50424A

Black with #50424A

Text Example


Text Example

White with #50424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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