#56735D

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

Shades of Como #56735D

Tints of Como #56735D

Color information

#56735D (or 0x56735D) is unknown color: approx Como. HEX triplet: 56, 73 and 5D. RGB value is (86,115,93). Sum of RGB (Red+Green+Blue) = 86+115+93=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #56735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56735D is #A98CA2. Grayscale: #676767. Windows color (decimal): -11111587 or 6124374. OLE color: 6124374.

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

Color convert

RGB8611593-
CMYK0.2500.190.55
HSL134.48º14.43%39.41%-
HSV(B)134.48º25.22%45.1%-
XYZ11.9415.0312.63-
YUV103.82121.89115.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=29.25%
G=39.12%
B=31.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86115930.2500.190.55134.4814.4339.41
Hex56735D190133786e27
Octal12616313531023672061647
Binary10101101110011101110111001010011110111100001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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