#56726B

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

Shades of William #56726B

Tints of William #56726B

Color information

#56726B (or 0x56726B) is unknown color: approx William. HEX triplet: 56, 72 and 6B. RGB value is (86,114,107). Sum of RGB (Red+Green+Blue) = 86+114+107=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #56726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56726B is #A98D94. Grayscale: #686868. Windows color (decimal): -11111829 or 7041622. OLE color: 7041622.

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

Color convert

RGB86114107-
CMYK0.2500.060.55
HSL165º14%39.22%-
HSV(B)165º24.56%44.71%-
XYZ12.5115.0716.16-
YUV104.83129.22114.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=28.01%
G=37.13%
B=34.85%

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
Decimal861141070.2500.060.551651439.22
Hex56726B190637a5e27
Octal1261621533106672451647
Binary101011011100101101011110010110110111101001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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