#56706A

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

Shades of William #56706A

Tints of William #56706A

Color information

#56706A (or 0x56706A) is unknown color: approx William. HEX triplet: 56, 70 and 6A. RGB value is (86,112,106). Sum of RGB (Red+Green+Blue) = 86+112+106=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 112 - color contains mainly: green. Hex color #56706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56706A is #A98F95. Grayscale: #676767. Windows color (decimal): -11112342 or 6975574. OLE color: 6975574.

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

Color convert

RGB86112106-
CMYK0.2300.050.56
HSL166.15º13.13%38.82%-
HSV(B)166.15º23.21%43.92%-
XYZ12.2314.6115.81-
YUV103.54129.39115.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=28.29%
G=36.84%
B=34.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861121060.2300.050.56166.1513.1338.82
Hex56706A170538a6d27
Octal1261601522705702461547
Binary101011011100001101010101110101111000101001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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