#56745C

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

Shades of Como #56745C

Tints of Como #56745C

Color information

#56745C (or 0x56745C) is unknown color: approx Como. HEX triplet: 56, 74 and 5C. RGB value is (86,116,92). Sum of RGB (Red+Green+Blue) = 86+116+92=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #56745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56745C is #A98BA3. Grayscale: #686868. Windows color (decimal): -11111332 or 6059094. OLE color: 6059094.

HSL color Cylindrical-coordinate representation of color #56745C: hue angle of 132º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56745C is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB8611692-
CMYK0.2600.210.55
HSL132º14.85%39.61%-
HSV(B)132º25.86%45.49%-
XYZ12.0115.2412.43-
YUV104.29121.06114.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 116 (45.70% from 255) = 39.46%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=29.25%
G=39.46%
B=31.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86116920.2600.210.5513214.8539.61
Hex56745C1A0153784f28
Octal12616413432025672041750
Binary10101101110100101110011010010101110111100001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,116,92); }

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

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

 a { background-color: rgb(86,116,92); }

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

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

 span { border-color: rgb(86,116,92); }

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