#506E68

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

Shades of William #506E68

Tints of William #506E68

Color information

#506E68 (or 0x506E68) is unknown color: approx William. HEX triplet: 50, 6E and 68. RGB value is (80,110,104). Sum of RGB (Red+Green+Blue) = 80+110+104=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 110 - color contains mainly: green. Hex color #506E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E68 is #AF9197. Grayscale: #646464. Windows color (decimal): -11506072 or 6843984. OLE color: 6843984.

HSL color Cylindrical-coordinate representation of color #506E68: hue angle of 168º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506E68 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB80110104-
CMYK0.2700.050.57
HSL168º15.79%37.25%-
HSV(B)168º27.27%43.14%-
XYZ11.3813.8615.17-
YUV100.35130.06113.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 104 (41.02% from 255) = 35.37%
R=27.21%
G=37.41%
B=35.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal801101040.2700.050.5716815.7937.25
Hex506E681B0539a81025
Octal1201561503305712502045
Binary1010000110111011010001101101011110011010100010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506E68; }

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

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

<style>
 a { background-color: #506E68; }

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

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

<style>
 span { border-color: #506E68; }

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

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