#56775D

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

Shades of Como #56775D

Tints of Como #56775D

Color information

#56775D (or 0x56775D) is unknown color: approx Como. HEX triplet: 56, 77 and 5D. RGB value is (86,119,93). Sum of RGB (Red+Green+Blue) = 86+119+93=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #56775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56775D is #A988A2. Grayscale: #6A6A6A. Windows color (decimal): -11110563 or 6125398. OLE color: 6125398.

HSL color Cylindrical-coordinate representation of color #56775D: hue angle of 132.73º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56775D is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB8611993-
CMYK0.2800.220.53
HSL132.73º16.1%40.2%-
HSV(B)132.73º27.73%46.67%-
XYZ12.4115.9612.78-
YUV106.17120.57113.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.86%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=28.86%
G=39.93%
B=31.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86119930.2800.220.53132.7316.140.2
Hex56775D1C01635851028
Octal12616713534026652052050
Binary101011011101111011101111000101101101011000010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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