Color Hex Logo

#56606b Color Hex

#56606B
(86,96,107)
0 Favorites   0 Comments

Color spaces of #56606b

RGB 8696107
HSL0.590.110.38
HSV211°20°42°
CMYK 0.200.100.00   0.58
XYZ10.674511.405715.5488
Yxy11.40570.28370.3031
Hunter Lab33.7723-2.6826-3.6565
CIE-Lab40.2555-1.2461-7.5460

#56606b color RGB value is (86,96,107).

#56606b hex color red value is 86, green value is 96 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #56606b hue: 0.59 , saturation: 0.11 and the lightness value of 56606b is 0.38.

The process color (four color CMYK) of #56606b color hex is 0.20, 0.10, 0.00, 0.58. Web safe color of #56606b is #666666. Color #56606b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100000 01101011
Octal 126 140 153
Decimal 86 96 107
Hex 56 60 6B

RGB Percentages of Color #56606b

%29.76
%33.22
%37.02

CMYK Percentages of Color #56606b

%20
%10
%0
%58

Triadic Colors of #56606b

#56606b #6b5660 #606b56

Analogous Colors of #56606b

#56606b #57566b #566b6b

Monochromatic Colors of #56606b

#56606b

Complementary Color

#56606b #6b6156

#56606b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56606b Color Preview on White Background

Lorem ipsum dolor sit amet.

#56606b Color CSS Codes

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

#56606b Text Font Color

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

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


#56606b Background Color

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

This div background color is #56606b


#56606b Border Color

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

This div border color is #56606b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56606b


Comments

No comments written yet.

Please login to write comment.