#56785D

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

Shades of Como #56785D

Tints of Como #56785D

Color information

#56785D (or 0x56785D) is unknown color: approx Como. HEX triplet: 56, 78 and 5D. RGB value is (86,120,93). Sum of RGB (Red+Green+Blue) = 86+120+93=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #56785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56785D is #A987A2. Grayscale: #6A6A6A. Windows color (decimal): -11110307 or 6125654. OLE color: 6125654.

HSL color Cylindrical-coordinate representation of color #56785D: hue angle of 132.35º degrees, saturation: 0.17, 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 #56785D is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB8612093-
CMYK0.2800.220.53
HSL132.35º16.5%40.39%-
HSV(B)132.35º28.33%47.06%-
XYZ12.5316.212.82-
YUV106.76120.24113.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=28.76%
G=40.13%
B=31.10%

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
Decimal86120930.2800.220.53132.3516.540.39
Hex56785D1C01635841128
Octal12617013534026652042150
Binary101011011110001011101111000101101101011000010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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