#56706F

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

Shades of William #56706F

Tints of William #56706F

Color information

#56706F (or 0x56706F) is unknown color: approx William. HEX triplet: 56, 70 and 6F. RGB value is (86,112,111). Sum of RGB (Red+Green+Blue) = 86+112+111=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #56706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56706F is #A98F90. Grayscale: #686868. Windows color (decimal): -11112337 or 7303254. OLE color: 7303254.

HSL color Cylindrical-coordinate representation of color #56706F: hue angle of 177.69º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56706F is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB86112111-
CMYK0.2300.010.56
HSL177.69º13.13%38.82%-
HSV(B)177.69º23.21%43.92%-
XYZ12.514.7117.22-
YUV104.11131.89115.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=27.83%
G=36.25%
B=35.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861121110.2300.010.56177.6913.1338.82
Hex56706F170138b2d27
Octal1261601572701702621547
Binary1010110111000011011111011101111000101100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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