Color Hex Logo

#56867f Color Hex

#56867F
(86,134,127)
0 Favorites   0 Comments

Color spaces of #56867f

RGB 86134127
HSL0.480.220.43
HSV171°36°53°
CMYK 0.360.000.05   0.47
XYZ16.193620.560923.1938
Yxy20.56090.27010.3430
Hunter Lab45.3441-15.60511.4137
CIE-Lab52.4655-17.9238-1.4008

#56867f color RGB value is (86,134,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000110 01111111
Octal 126 206 177
Decimal 86 134 127
Hex 56 86 7F

RGB Percentages of Color #56867f

%24.78
%38.62
%36.60

CMYK Percentages of Color #56867f

%36
%0
%5
%47

Triadic Colors of #56867f

#56867f #7f5686 #867f56

Analogous Colors of #56867f

#56867f #567586 #568667

Monochromatic Colors of #56867f

#56867f

Complementary Color

#56867f #86565d

#56867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56867f Color CSS Codes

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

#56867f Text Font Color

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

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


#56867f Background Color

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

This div background color is #56867f


#56867f Border Color

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

This div border color is #56867f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,134,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 #56867f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56867f


Comments

No comments written yet.

Please login to write comment.