#56705D

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

Shades of Como #56705D

Tints of Como #56705D

Color information

#56705D (or 0x56705D) is unknown color: approx Como. HEX triplet: 56, 70 and 5D. RGB value is (86,112,93). Sum of RGB (Red+Green+Blue) = 86+112+93=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #56705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56705D is #A98FA2. Grayscale: #666666. Windows color (decimal): -11112355 or 6123606. OLE color: 6123606.

HSL color Cylindrical-coordinate representation of color #56705D: hue angle of 136.15º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56705D is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB8611293-
CMYK0.2300.170.56
HSL136.15º13.13%38.82%-
HSV(B)136.15º23.21%43.92%-
XYZ11.6114.3612.52-
YUV102.06122.89116.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=29.55%
G=38.49%
B=31.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86112930.2300.170.56136.1513.1338.82
Hex56705D170113888d27
Octal12616013527021702101547
Binary10101101110000101110110111010001111000100010001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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