#56746B

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

Shades of William #56746B

Tints of William #56746B

Color information

#56746B (or 0x56746B) is unknown color: approx William. HEX triplet: 56, 74 and 6B. RGB value is (86,116,107). Sum of RGB (Red+Green+Blue) = 86+116+107=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #56746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56746B is #A98B94. Grayscale: #6A6A6A. Windows color (decimal): -11111317 or 7042134. OLE color: 7042134.

HSL color Cylindrical-coordinate representation of color #56746B: hue angle of 162º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56746B is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB86116107-
CMYK0.2600.080.55
HSL162º14.85%39.61%-
HSV(B)162º25.86%45.49%-
XYZ12.7415.5316.24-
YUV106128.56113.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=27.83%
G=37.54%
B=34.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861161070.2600.080.5516214.8539.61
Hex56746B1A0837a2f28
Octal12616415332010672421750
Binary1010110111010011010111101001000110111101000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56746B; }

 p { color: rgb(86,116,107); }

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

<style>
 a { background-color: #56746B; }

 a { background-color: rgb(86,116,107); }

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

<style>
 span { border-color: #56746B; }

 span { border-color: rgb(86,116,107); }

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