#50716D

Color #50716D William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #50716D

Tints of William #50716D

Color information

#50716D (or 0x50716D) is unknown color: approx William. HEX triplet: 50, 71 and 6D. RGB value is (80,113,109). Sum of RGB (Red+Green+Blue) = 80+113+109=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #50716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50716D is #AF8E92. Grayscale: #666666. Windows color (decimal): -11505299 or 7172432. OLE color: 7172432.

HSL color Cylindrical-coordinate representation of color #50716D: hue angle of 172.73º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50716D is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB80113109-
CMYK0.2900.040.56
HSL172.73º17.1%37.84%-
HSV(B)172.73º29.2%44.31%-
XYZ11.9714.6216.66-
YUV102.68131.57111.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=26.49%
G=37.42%
B=36.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801131090.2900.040.56172.7317.137.84
Hex50716D1D0438ad1126
Octal1201611553504702552146
Binary1010000111000111011011110101001110001010110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50716D; }

 p { color: rgb(80,113,109); }

 H1.HeaderClassName
 {
   color: #50716D;
 }
 .AnyTagClassName
 {
   color: #50716D;
 }
</style>
background-color css

<style>
 a { background-color: #50716D; }

 a { background-color: rgb(80,113,109); }

 div.DivClassName
 {
   background-color: #50716D;
 }
 .BgClassName
 {
   background-color: #50716D;
 }
</style>
border-color css

<style>
 span { border-color: #50716D; }

 span { border-color: rgb(80,113,109); }

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