Color Hex Logo

#56806b Color Hex

#56806B
(86,128,107)
0 Favorites   0 Comments

Color spaces of #56806b

RGB 86128107
HSL0.420.200.42
HSV150°33°50°
CMYK 0.330.000.16   0.50
XYZ14.210818.478316.7276
Yxy18.47830.28760.3739
Hunter Lab42.9864-16.21627.0185
CIE-Lab50.0712-19.41256.7998

#56806b color RGB value is (86,128,107).

#56806b hex color red value is 86, green value is 128 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #56806b hue: 0.42 , saturation: 0.20 and the lightness value of 56806b is 0.42.

The process color (four color CMYK) of #56806b color hex is 0.33, 0.00, 0.16, 0.50. Web safe color of #56806b is #669966. Color #56806b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000000 01101011
Octal 126 200 153
Decimal 86 128 107
Hex 56 80 6B

RGB Percentages of Color #56806b

%26.79
%39.88
%33.33

CMYK Percentages of Color #56806b

%33
%0
%16
%50

Triadic Colors of #56806b

#56806b #6b5680 #806b56

Analogous Colors of #56806b

#56806b #568080 #568056

Monochromatic Colors of #56806b

#56806b

Complementary Color

#56806b #80566b

#56806b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56806b Color Preview on White Background

Lorem ipsum dolor sit amet.

#56806b Color CSS Codes

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

#56806b Text Font Color

<p style="color:#56806b">Text here</p>

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


#56806b Background Color

<div style="background-color:#56806b">
Div content here</div>

This div background color is #56806b


#56806b Border Color

<div style="border:3px solid #56806b">
Div here</div>

This div border color is #56806b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,128,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56806b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56806b;
  -webkit-box-shadow: 1px 1px 3px 2px #56806b;
  box-shadow:         1px 1px 3px 2px #56806b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56806b


Comments

No comments written yet.

Please login to write comment.