#56755C

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

Shades of Como #56755C

Tints of Como #56755C

Color information

#56755C (or 0x56755C) is unknown color: approx Como. HEX triplet: 56, 75 and 5C. RGB value is (86,117,92). Sum of RGB (Red+Green+Blue) = 86+117+92=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #56755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56755C is #A98AA3. Grayscale: #686868. Windows color (decimal): -11111076 or 6059350. OLE color: 6059350.

HSL color Cylindrical-coordinate representation of color #56755C: hue angle of 131.61º 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 #56755C is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB8611792-
CMYK0.2600.210.54
HSL131.61º15.27%39.8%-
HSV(B)131.61º26.5%45.88%-
XYZ12.1315.4712.47-
YUV104.88120.73114.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=29.15%
G=39.66%
B=31.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86117920.2600.210.54131.6115.2739.8
Hex56755C1A0153684f28
Octal12616513432025662041750
Binary10101101110101101110011010010101110110100001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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