#56736B

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

Shades of William #56736B

Tints of William #56736B

Color information

#56736B (or 0x56736B) is unknown color: approx William. HEX triplet: 56, 73 and 6B. RGB value is (86,115,107). Sum of RGB (Red+Green+Blue) = 86+115+107=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #56736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56736B is #A98C94. Grayscale: #696969. Windows color (decimal): -11111573 or 7041878. OLE color: 7041878.

HSL color Cylindrical-coordinate representation of color #56736B: hue angle of 163.45º 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 #56736B is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB86115107-
CMYK0.2500.070.55
HSL163.45º14.43%39.41%-
HSV(B)163.45º25.22%45.1%-
XYZ12.6215.316.2-
YUV105.42128.89114.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=27.92%
G=37.34%
B=34.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861151070.2500.070.55163.4514.4339.41
Hex56736B190737a3e27
Octal1261631533107672431647
Binary101011011100111101011110010111110111101000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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