#56765D

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

Shades of Como #56765D

Tints of Como #56765D

Color information

#56765D (or 0x56765D) is unknown color: approx Como. HEX triplet: 56, 76 and 5D. RGB value is (86,118,93). Sum of RGB (Red+Green+Blue) = 86+118+93=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #56765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56765D is #A989A2. Grayscale: #696969. Windows color (decimal): -11110819 or 6125142. OLE color: 6125142.

HSL color Cylindrical-coordinate representation of color #56765D: hue angle of 133.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56765D is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB8611893-
CMYK0.2700.210.54
HSL133.12º15.69%40%-
HSV(B)133.12º27.12%46.27%-
XYZ12.2915.7312.74-
YUV105.58120.9114.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=28.96%
G=39.73%
B=31.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86118930.2700.210.54133.1215.6940
Hex56765D1B01536851028
Octal12616613533025662052050
Binary101011011101101011101110110101011101101000010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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