#50726F

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

Shades of William #50726F

Tints of William #50726F

Color information

#50726F (or 0x50726F) is unknown color: approx William. HEX triplet: 50, 72 and 6F. RGB value is (80,114,111). Sum of RGB (Red+Green+Blue) = 80+114+111=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #50726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50726F is #AF8D90. Grayscale: #676767. Windows color (decimal): -11505041 or 7303760. OLE color: 7303760.

HSL color Cylindrical-coordinate representation of color #50726F: hue angle of 174.71º 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 #50726F is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB80114111-
CMYK0.3000.030.55
HSL174.71º17.53%38.04%-
HSV(B)174.71º29.82%44.71%-
XYZ12.1914.8917.27-
YUV103.49132.24111.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=26.23%
G=37.38%
B=36.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801141110.3000.030.55174.7117.5338.04
Hex50726F1E0337af1226
Octal1201621573603672572246
Binary101000011100101101111111100111101111010111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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