#56755E

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

Shades of Como #56755E

Tints of Como #56755E

Color information

#56755E (or 0x56755E) is unknown color: approx Como. HEX triplet: 56, 75 and 5E. RGB value is (86,117,94). Sum of RGB (Red+Green+Blue) = 86+117+94=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #56755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56755E is #A98AA1. Grayscale: #696969. Windows color (decimal): -11111074 or 6190422. OLE color: 6190422.

HSL color Cylindrical-coordinate representation of color #56755E: hue angle of 135.48º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56755E is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB8611794-
CMYK0.2600.200.54
HSL135.48º15.27%39.8%-
HSV(B)135.48º26.5%45.88%-
XYZ12.2215.5112.94-
YUV105.11121.73114.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=28.96%
G=39.39%
B=31.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86117940.2600.200.54135.4815.2739.8
Hex56755E1A0143687f28
Octal12616513632024662071750
Binary10101101110101101111011010010100110110100001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56755E; }

 p { color: rgb(86,117,94); }

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

<style>
 a { background-color: #56755E; }

 a { background-color: rgb(86,117,94); }

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

<style>
 span { border-color: #56755E; }

 span { border-color: rgb(86,117,94); }

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