#506D6B

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

Shades of William #506D6B

Tints of William #506D6B

Color information

#506D6B (or 0x506D6B) is unknown color: approx William. HEX triplet: 50, 6D and 6B. RGB value is (80,109,107). Sum of RGB (Red+Green+Blue) = 80+109+107=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 109 - color contains mainly: green. Hex color #506D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D6B is #AF9294. Grayscale: #646464. Windows color (decimal): -11506325 or 7040336. OLE color: 7040336.

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

Color convert

RGB80109107-
CMYK0.2700.020.57
HSL175.86º15.34%37.06%-
HSV(B)175.86º26.61%42.75%-
XYZ11.4313.715.95-
YUV100.1131.89113.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 109 (42.97% from 255) = 36.82%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=27.03%
G=36.82%
B=36.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal801091070.2700.020.57175.8615.3437.06
Hex506D6B1B0239b0f25
Octal1201551533302712601745
Binary10100001101101110101111011010111001101100001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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