#56706E

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

Shades of William #56706E

Tints of William #56706E

Color information

#56706E (or 0x56706E) is unknown color: approx William. HEX triplet: 56, 70 and 6E. RGB value is (86,112,110). Sum of RGB (Red+Green+Blue) = 86+112+110=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #56706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56706E is #A98F91. Grayscale: #676767. Windows color (decimal): -11112338 or 7237718. OLE color: 7237718.

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

Color convert

RGB86112110-
CMYK0.2300.020.56
HSL175.38º13.13%38.82%-
HSV(B)175.38º23.21%43.92%-
XYZ12.4514.6916.93-
YUV104131.39115.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=27.92%
G=36.36%
B=35.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861121100.2300.020.56175.3813.1338.82
Hex56706E170238afd27
Octal1261601562702702571547
Binary10101101110000110111010111010111000101011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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