#50434B

Color #50434B Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #50434B

Tints of Liver #50434B

Color information

#50434B (or 0x50434B) is unknown color: approx 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

RGB806775-
CMYK00.160.060.69
HSL323.08º8.84%28.82%-
HSV(B)323.08º16.25%31.37%-
XYZ6.596.237.51-
YUV71.8129.81133.85-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80677500.160.060.69323.088.8428.82
Hex50434B01064514391d
Octal12010311302061055031135
Binary1010000100001110010110100001101000101101000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>