#56755F

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

Shades of Como #56755F

Tints of Como #56755F

Color information

#56755F (or 0x56755F) is unknown color: approx Como. HEX triplet: 56, 75 and 5F. RGB value is (86,117,95). Sum of RGB (Red+Green+Blue) = 86+117+95=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #56755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56755F is #A98AA0. Grayscale: #696969. Windows color (decimal): -11111073 or 6255958. OLE color: 6255958.

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

Color convert

RGB8611795-
CMYK0.2600.190.54
HSL137.42º15.27%39.8%-
HSV(B)137.42º26.5%45.88%-
XYZ12.2615.5313.18-
YUV105.22122.23114.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.86%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 95 (37.5% from 255) = 31.88%
R=28.86%
G=39.26%
B=31.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86117950.2600.190.54137.4215.2739.8
Hex56755F1A0133689f28
Octal12616513732023662111750
Binary10101101110101101111111010010011110110100010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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