#56756F

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

Shades of William #56756F

Tints of William #56756F

Color information

#56756F (or 0x56756F) is unknown color: approx William. HEX triplet: 56, 75 and 6F. RGB value is (86,117,111). Sum of RGB (Red+Green+Blue) = 86+117+111=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #56756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56756F is #A98A90. Grayscale: #6B6B6B. Windows color (decimal): -11111057 or 7304534. OLE color: 7304534.

HSL color Cylindrical-coordinate representation of color #56756F: hue angle of 168.39º 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 #56756F is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB86117111-
CMYK0.2600.050.54
HSL168.39º15.27%39.8%-
HSV(B)168.39º26.5%45.88%-
XYZ13.0715.8517.41-
YUV107.05130.23112.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=27.39%
G=37.26%
B=35.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861171110.2600.050.54168.3915.2739.8
Hex56756F1A0536a8f28
Octal1261651573205662501750
Binary101011011101011101111110100101110110101010001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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