Html Css Color HEX #50434B Liver

📋 copy color: '#50434B'

red 80 ◦ green 67 ◦ blue 75

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

Shades of Liver #50434B

Tints of Liver #50434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.18%

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

R = 36.04%
G = 30.18%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50434B (or 0x50434B) is known color: Liver. HEX triplet: 50, 43 and 4B. RGB value is (80,67,75). Sum of RGB (Red+Green+Blue) = 80+67+75=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #50434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50434B is #AFBCB4. Grayscale: #474747. Windows color (decimal): -11517109 or 4932432. OLE color: 4932432.

HSL color Cylindrical-coordinate representation of color #50434B: hue angle of 323.08º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #50434B is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 67 75 -
CMYK 0 0.16 0.06 0.69
HSL 323.08º 0.09% 0.29% -
HSV(B) 323.08º 0.16% 0.31% -
XYZ 6.59 6.23 7.51 -
YUV 71.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 80 67 75 0 0.16 0.06 0.69 323.08 0.09 0.29
Hex 50 43 4B 0 10 6 45 143 9 1D
Octal 120 103 113 0 20 6 105 503 11 35
Binary 1010000 1000011 1001011 0 10000 110 1000101 101000011 1001 11101

Color Harmonies of #50434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50434B

Black with #50434B

Text Example


Text Example

White with #50434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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