Color Hex Logo

#567566 Color Hex

#567566
(86,117,102)
0 Favorites   0 Comments

Color spaces of #567566

RGB 86117102
HSL0.420.150.40
HSV151°26°46°
CMYK 0.260.000.13   0.54
XYZ12.597315.660314.9292
Yxy15.66030.29170.3626
Hunter Lab39.5731-12.43105.3336
CIE-Lab46.5256-14.57974.6719

#567566 color RGB value is (86,117,102).

#567566 hex color red value is 86, green value is 117 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #567566 hue: 0.42 , saturation: 0.15 and the lightness value of 567566 is 0.40.

The process color (four color CMYK) of #567566 color hex is 0.26, 0.00, 0.13, 0.54. Web safe color of #567566 is #666666. Color #567566 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110101 01100110
Octal 126 165 146
Decimal 86 117 102
Hex 56 75 66

RGB Percentages of Color #567566

%28.20
%38.36
%33.44

CMYK Percentages of Color #567566

%26
%0
%13
%54

Triadic Colors of #567566

#567566 #665675 #756656

Analogous Colors of #567566

#567566 #567575 #567557

Monochromatic Colors of #567566

#567566

Complementary Color

#567566 #755665

#567566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#567566 Color CSS Codes

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

#567566 Text Font Color

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

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


#567566 Background Color

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

This div background color is #567566


#567566 Border Color

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

This div border color is #567566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567566


Comments

No comments written yet.

Please login to write comment.