Color Hex Logo

#56867e Color Hex

#56867E
(86,134,126)
0 Favorites   0 Comments

Color spaces of #56867e

RGB 86134126
HSL0.470.220.43
HSV170°36°53°
CMYK 0.360.000.06   0.47
XYZ16.128720.535022.8522
Yxy20.53500.27100.3450
Hunter Lab45.3156-15.77061.8215
CIE-Lab52.4368-18.1707-0.8611

#56867e color RGB value is (86,134,126).

#56867e hex color red value is 86, green value is 134 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #56867e hue: 0.47 , saturation: 0.22 and the lightness value of 56867e is 0.43.

The process color (four color CMYK) of #56867e color hex is 0.36, 0.00, 0.06, 0.47. Web safe color of #56867e is #669966. Color #56867e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000110 01111110
Octal 126 206 176
Decimal 86 134 126
Hex 56 86 7E

RGB Percentages of Color #56867e

%24.86
%38.73
%36.42

CMYK Percentages of Color #56867e

%36
%0
%6
%47

Triadic Colors of #56867e

#56867e #7e5686 #867e56

Analogous Colors of #56867e

#56867e #567686 #568666

Monochromatic Colors of #56867e

#56867e

Complementary Color

#56867e #86565e

#56867e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56867e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56867e Color CSS Codes

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

#56867e Text Font Color

<p style="color:#56867e">Text here</p>

This sample text font color is #56867e
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.


#56867e Background Color

<div style="background-color:#56867e">
Div content here</div>

This div background color is #56867e


#56867e Border Color

<div style="border:3px solid #56867e">
Div here</div>

This div border color is #56867e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,134,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56867e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56867e;
  -webkit-box-shadow: 1px 1px 3px 2px #56867e;
  box-shadow:         1px 1px 3px 2px #56867e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56867e


Comments

No comments written yet.

Please login to write comment.