#56736F

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

Shades of William #56736F

Tints of William #56736F

Color information

#56736F (or 0x56736F) is unknown color: approx William. HEX triplet: 56, 73 and 6F. RGB value is (86,115,111). Sum of RGB (Red+Green+Blue) = 86+115+111=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #56736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56736F is #A98C90. Grayscale: #696969. Windows color (decimal): -11111569 or 7304022. OLE color: 7304022.

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

Color convert

RGB86115111-
CMYK0.2500.030.55
HSL171.72º14.43%39.41%-
HSV(B)171.72º25.22%45.1%-
XYZ12.8415.3917.33-
YUV105.87130.89113.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=27.56%
G=36.86%
B=35.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861151110.2500.030.55171.7214.4339.41
Hex56736F190337ace27
Octal1261631573103672541647
Binary10101101110011110111111001011110111101011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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