#56735C

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

Shades of Como #56735C

Tints of Como #56735C

Color information

#56735C (or 0x56735C) is unknown color: approx Como. HEX triplet: 56, 73 and 5C. RGB value is (86,115,92). Sum of RGB (Red+Green+Blue) = 86+115+92=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #56735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56735C is #A98CA3. Grayscale: #676767. Windows color (decimal): -11111588 or 6058838. OLE color: 6058838.

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

Color convert

RGB8611592-
CMYK0.2500.200.55
HSL132.41º14.43%39.41%-
HSV(B)132.41º25.22%45.1%-
XYZ11.915.0112.4-
YUV103.71121.39115.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=29.35%
G=39.25%
B=31.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86115920.2500.200.55132.4114.4339.41
Hex56735C190143784e27
Octal12616313431024672041647
Binary10101101110011101110011001010100110111100001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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