Color Hex Logo

#56787f Color Hex

#56787F
(86,120,127)
0 Favorites   0 Comments

Color spaces of #56787f

RGB 86120127
HSL0.530.190.42
HSV190°32°50°
CMYK 0.320.060.00   0.50
XYZ14.385016.943722.5910
Yxy16.94370.26680.3142
Hunter Lab41.1627-9.6550-3.7257
CIE-Lab48.1890-10.2198-7.7302

#56787f color RGB value is (86,120,127).

#56787f hex color red value is 86, green value is 120 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #56787f hue: 0.53 , saturation: 0.19 and the lightness value of 56787f is 0.42.

The process color (four color CMYK) of #56787f color hex is 0.32, 0.06, 0.00, 0.50. Web safe color of #56787f is #666666. Color #56787f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111000 01111111
Octal 126 170 177
Decimal 86 120 127
Hex 56 78 7F

RGB Percentages of Color #56787f

%25.83
%36.04
%38.14

CMYK Percentages of Color #56787f

%32
%6
%0
%50

Triadic Colors of #56787f

#56787f #7f5678 #787f56

Analogous Colors of #56787f

#56787f #56647f #567f72

Monochromatic Colors of #56787f

#56787f

Complementary Color

#56787f #7f5d56

#56787f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56787f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56787f Color CSS Codes

.mybgcolor {background-color:#56787f; } 
.myforecolor {color:#56787f; }
.mybordercolor {border:3px solid #56787f; }

#56787f Text Font Color

<p style="color:#56787f">Text here</p>

This sample text font color is #56787f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#56787f Background Color

<div style="background-color:#56787f">
Div content here</div>

This div background color is #56787f


#56787f Border Color

<div style="border:3px solid #56787f">
Div here</div>

This div border color is #56787f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,120,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56787f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56787f;
  -webkit-box-shadow: 1px 1px 3px 2px #56787f;
  box-shadow:         1px 1px 3px 2px #56787f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,120,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #56787f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #56787f;
  -webkit-box-shadow: 1px 1px 3px 2px #56787f;
  box-shadow:         1px 1px 3px 2px #56787f;">
Div content here</div>

This div box has shadow with color #56787f


Comments

No comments written yet.

Please login to write comment.