#56726D

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

Shades of William #56726D

Tints of William #56726D

Color information

#56726D (or 0x56726D) is unknown color: approx William. HEX triplet: 56, 72 and 6D. RGB value is (86,114,109). Sum of RGB (Red+Green+Blue) = 86+114+109=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 114 - color contains mainly: green. Hex color #56726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56726D is #A98D92. Grayscale: #696969. Windows color (decimal): -11111827 or 7172694. OLE color: 7172694.

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

Color convert

RGB86114109-
CMYK0.2500.040.55
HSL169.29º14%39.22%-
HSV(B)169.29º24.56%44.71%-
XYZ12.6215.1216.72-
YUV105.06130.22114.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 109 (42.97% from 255) = 35.28%
R=27.83%
G=36.89%
B=35.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861141090.2500.040.55169.291439.22
Hex56726D190437a9e27
Octal1261621553104672511647
Binary101011011100101101101110010100110111101010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56726D; }

 p { color: rgb(86,114,109); }

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

<style>
 a { background-color: #56726D; }

 a { background-color: rgb(86,114,109); }

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

<style>
 span { border-color: #56726D; }

 span { border-color: rgb(86,114,109); }

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