Color Hex Logo

#56506f Color Hex

#56506F
(86,80,111)
0 Favorites   0 Comments

Color spaces of #56506f

RGB 8680111
HSL0.700.160.37
HSV252°28°44°
CMYK 0.230.280.00   0.56
XYZ9.57578.863516.2451
Yxy8.86350.27610.2555
Hunter Lab29.77165.3121-11.5119
CIE-Lab35.72019.7242-16.9034

#56506f color RGB value is (86,80,111).

#56506f hex color red value is 86, green value is 80 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #56506f hue: 0.70 , saturation: 0.16 and the lightness value of 56506f is 0.37.

The process color (four color CMYK) of #56506f color hex is 0.23, 0.28, 0.00, 0.56. Web safe color of #56506f is #666666. Color #56506f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010000 01101111
Octal 126 120 157
Decimal 86 80 111
Hex 56 50 6F

RGB Percentages of Color #56506f

%31.05
%28.88
%40.07

CMYK Percentages of Color #56506f

%23
%28
%0
%56

Triadic Colors of #56506f

#56506f #6f5650 #506f56

Analogous Colors of #56506f

#56506f #66506f #505a6f

Monochromatic Colors of #56506f

#56506f

Complementary Color

#56506f #696f50

#56506f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56506f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56506f Color CSS Codes

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

#56506f Text Font Color

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

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


#56506f Background Color

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

This div background color is #56506f


#56506f Border Color

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

This div border color is #56506f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56506f


Comments

No comments written yet.

Please login to write comment.