#56736C

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

Shades of William #56736C

Tints of William #56736C

Color information

#56736C (or 0x56736C) is unknown color: approx William. HEX triplet: 56, 73 and 6C. RGB value is (86,115,108). Sum of RGB (Red+Green+Blue) = 86+115+108=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #56736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56736C is #A98C93. Grayscale: #696969. Windows color (decimal): -11111572 or 7107414. OLE color: 7107414.

HSL color Cylindrical-coordinate representation of color #56736C: hue angle of 165.52º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56736C is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB86115108-
CMYK0.2500.060.55
HSL165.52º14.43%39.41%-
HSV(B)165.52º25.22%45.1%-
XYZ12.6815.3216.48-
YUV105.53129.39114.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=27.83%
G=37.22%
B=34.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861151080.2500.060.55165.5214.4339.41
Hex56736C190637a6e27
Octal1261631543106672461647
Binary101011011100111101100110010110110111101001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56736C; }

 p { color: rgb(86,115,108); }

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

<style>
 a { background-color: #56736C; }

 a { background-color: rgb(86,115,108); }

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

<style>
 span { border-color: #56736C; }

 span { border-color: rgb(86,115,108); }

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