#56706D

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

Shades of William #56706D

Tints of William #56706D

Color information

#56706D (or 0x56706D) is unknown color: approx William. HEX triplet: 56, 70 and 6D. RGB value is (86,112,109). Sum of RGB (Red+Green+Blue) = 86+112+109=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #56706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56706D is #A98F92. Grayscale: #676767. Windows color (decimal): -11112339 or 7172182. OLE color: 7172182.

HSL color Cylindrical-coordinate representation of color #56706D: hue angle of 173.08º 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 #56706D is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB86112109-
CMYK0.2300.030.56
HSL173.08º13.13%38.82%-
HSV(B)173.08º23.21%43.92%-
XYZ12.3914.6716.65-
YUV103.88130.89115.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=28.01%
G=36.48%
B=35.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861121090.2300.030.56173.0813.1338.82
Hex56706D170338add27
Octal1261601552703702551547
Binary10101101110000110110110111011111000101011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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