#56726C

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

Shades of William #56726C

Tints of William #56726C

Color information

#56726C (or 0x56726C) is unknown color: approx William. HEX triplet: 56, 72 and 6C. RGB value is (86,114,108). Sum of RGB (Red+Green+Blue) = 86+114+108=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #56726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56726C is #A98D93. Grayscale: #686868. Windows color (decimal): -11111828 or 7107158. OLE color: 7107158.

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

Color convert

RGB86114108-
CMYK0.2500.050.55
HSL167.14º14%39.22%-
HSV(B)167.14º24.56%44.71%-
XYZ12.5615.116.44-
YUV104.94129.72114.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=27.92%
G=37.01%
B=35.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861141080.2500.050.55167.141439.22
Hex56726C190537a7e27
Octal1261621543105672471647
Binary101011011100101101100110010101110111101001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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