#506D6C

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

Shades of William #506D6C

Tints of William #506D6C

Color information

#506D6C (or 0x506D6C) is unknown color: approx William. HEX triplet: 50, 6D and 6C. RGB value is (80,109,108). Sum of RGB (Red+Green+Blue) = 80+109+108=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 109 - color contains mainly: green. Hex color #506D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D6C is #AF9293. Grayscale: #646464. Windows color (decimal): -11506324 or 7105872. OLE color: 7105872.

HSL color Cylindrical-coordinate representation of color #506D6C: hue angle of 177.93º degrees, saturation: 0.15, 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 #506D6C is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB80109108-
CMYK0.2700.010.57
HSL177.93º15.34%37.06%-
HSV(B)177.93º26.61%42.75%-
XYZ11.4813.7316.23-
YUV100.21132.39113.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=26.94%
G=36.70%
B=36.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal801091080.2700.010.57177.9315.3437.06
Hex506D6C1B0139b2f25
Octal1201551543301712621745
Binary1010000110110111011001101101111001101100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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