#56756C

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

Shades of William #56756C

Tints of William #56756C

Color information

#56756C (or 0x56756C) is unknown color: approx William. HEX triplet: 56, 75 and 6C. RGB value is (86,117,108). Sum of RGB (Red+Green+Blue) = 86+117+108=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #56756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56756C is #A98A93. Grayscale: #6A6A6A. Windows color (decimal): -11111060 or 7107926. OLE color: 7107926.

HSL color Cylindrical-coordinate representation of color #56756C: hue angle of 162.58º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56756C is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB86117108-
CMYK0.2600.080.54
HSL162.58º15.27%39.8%-
HSV(B)162.58º26.5%45.88%-
XYZ12.9115.7816.55-
YUV106.7128.73113.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=27.65%
G=37.62%
B=34.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861171080.2600.080.54162.5815.2739.8
Hex56756C1A0836a3f28
Octal12616515432010662431750
Binary1010110111010111011001101001000110110101000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56756C; }

 p { color: rgb(86,117,108); }

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

<style>
 a { background-color: #56756C; }

 a { background-color: rgb(86,117,108); }

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

<style>
 span { border-color: #56756C; }

 span { border-color: rgb(86,117,108); }

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