#50706F

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

Shades of William #50706F

Tints of William #50706F

Color information

#50706F (or 0x50706F) is unknown color: approx William. HEX triplet: 50, 70 and 6F. RGB value is (80,112,111). Sum of RGB (Red+Green+Blue) = 80+112+111=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #50706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50706F is #AF8F90. Grayscale: #666666. Windows color (decimal): -11505553 or 7303248. OLE color: 7303248.

HSL color Cylindrical-coordinate representation of color #50706F: hue angle of 178.12º 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 #50706F is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB80112111-
CMYK0.2900.010.56
HSL178.12º16.67%37.65%-
HSV(B)178.12º28.57%43.92%-
XYZ11.9714.4417.2-
YUV102.32132.9112.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=26.40%
G=36.96%
B=36.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801121110.2900.010.56178.1216.6737.65
Hex50706F1D0138b21126
Octal1201601573501702622146
Binary10100001110000110111111101011110001011001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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