Color Hex Logo

#566960 Color Hex

#566960
(86,105,96)
0 Favorites   0 Comments

Color spaces of #566960

RGB 8610596
HSL0.420.100.37
HSV152°18°41°
CMYK 0.180.000.09   0.59
XYZ11.000612.926112.9815
Yxy12.92610.29810.3502
Hunter Lab35.9529-8.30143.7592
CIE-Lab42.6517-9.14242.6881

#566960 color RGB value is (86,105,96).

#566960 hex color red value is 86, green value is 105 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #566960 hue: 0.42 , saturation: 0.10 and the lightness value of 566960 is 0.37.

The process color (four color CMYK) of #566960 color hex is 0.18, 0.00, 0.09, 0.59. Web safe color of #566960 is #666666. Color #566960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101001 01100000
Octal 126 151 140
Decimal 86 105 96
Hex 56 69 60

RGB Percentages of Color #566960

%29.97
%36.59
%33.45

CMYK Percentages of Color #566960

%18
%0
%9
%59

Triadic Colors of #566960

#566960 #605669 #696056

Analogous Colors of #566960

#566960 #566969 #566957

Monochromatic Colors of #566960

#566960

Complementary Color

#566960 #69565f

#566960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566960 Color CSS Codes

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

#566960 Text Font Color

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

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


#566960 Background Color

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

This div background color is #566960


#566960 Border Color

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

This div border color is #566960


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,105,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #566960; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #566960;
  -webkit-box-shadow: 1px 1px 3px 2px #566960;
  box-shadow:         1px 1px 3px 2px #566960; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566960


Comments

No comments written yet.

Please login to write comment.