Color Hex Logo

#56699e Color Hex

#56699E
(86,105,158)
0 Favorites   0 Comments

Color spaces of #56699e

RGB 86105158
HSL0.620.300.48
HSV224°46°62°
CMYK 0.460.340.00   0.38
XYZ15.060914.550234.3624
Yxy14.55020.23540.2274
Hunter Lab38.14473.7249-26.7097
CIE-Lab45.01197.5844-30.9739

#56699e color RGB value is (86,105,158).

#56699e hex color red value is 86, green value is 105 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #56699e hue: 0.62 , saturation: 0.30 and the lightness value of 56699e is 0.48.

The process color (four color CMYK) of #56699e color hex is 0.46, 0.34, 0.00, 0.38. Web safe color of #56699e is #666699. Color #56699e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101001 10011110
Octal 126 151 236
Decimal 86 105 158
Hex 56 69 9E

RGB Percentages of Color #56699e

%24.64
%30.09
%45.27

CMYK Percentages of Color #56699e

%46
%34
%0
%38

Triadic Colors of #56699e

#56699e #9e5669 #699e56

Analogous Colors of #56699e

#56699e #67569e #568d9e

Monochromatic Colors of #56699e

#56699e

Complementary Color

#56699e #9e8b56

#56699e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56699e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56699e Color CSS Codes

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

#56699e Text Font Color

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

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


#56699e Background Color

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

This div background color is #56699e


#56699e Border Color

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

This div border color is #56699e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56699e


Comments

No comments written yet.

Please login to write comment.