#50726E

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

Shades of William #50726E

Tints of William #50726E

Color information

#50726E (or 0x50726E) is unknown color: approx William. HEX triplet: 50, 72 and 6E. RGB value is (80,114,110). Sum of RGB (Red+Green+Blue) = 80+114+110=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #50726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50726E is #AF8D91. Grayscale: #676767. Windows color (decimal): -11505042 or 7238224. OLE color: 7238224.

HSL color Cylindrical-coordinate representation of color #50726E: hue angle of 172.94º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50726E is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB80114110-
CMYK0.3000.040.55
HSL172.94º17.53%38.04%-
HSV(B)172.94º29.82%44.71%-
XYZ12.1414.8716.98-
YUV103.38131.74111.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=26.32%
G=37.5%
B=36.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801141100.3000.040.55172.9417.5338.04
Hex50726E1E0437ad1226
Octal1201621563604672552246
Binary1010000111001011011101111001001101111010110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50726E; }

 p { color: rgb(80,114,110); }

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

<style>
 a { background-color: #50726E; }

 a { background-color: rgb(80,114,110); }

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

<style>
 span { border-color: #50726E; }

 span { border-color: rgb(80,114,110); }

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