#56756E

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

Shades of William #56756E

Tints of William #56756E

Color information

#56756E (or 0x56756E) is unknown color: approx William. HEX triplet: 56, 75 and 6E. RGB value is (86,117,110). Sum of RGB (Red+Green+Blue) = 86+117+110=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #56756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56756E is #A98A91. Grayscale: #6A6A6A. Windows color (decimal): -11111058 or 7238998. OLE color: 7238998.

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

Color convert

RGB86117110-
CMYK0.2600.060.54
HSL166.45º15.27%39.8%-
HSV(B)166.45º26.5%45.88%-
XYZ13.0115.8317.12-
YUV106.93129.73113.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=27.48%
G=37.38%
B=35.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861171100.2600.060.54166.4515.2739.8
Hex56756E1A0636a6f28
Octal1261651563206662461750
Binary101011011101011101110110100110110110101001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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