Color Hex Logo

#40556a Color Hex

#40556A
(64,85,106)
0 Favorites   0 Comments

Color spaces of #40556a

RGB 6485106
HSL0.580.250.33
HSV210°40°42°
CMYK 0.400.200.00   0.58
XYZ7.96448.627614.8812
Yxy8.62760.25310.2741
Hunter Lab29.3728-3.0023-9.4773
CIE-Lab35.2572-2.1390-14.6458

#40556a color RGB value is (64,85,106).

#40556a hex color red value is 64, green value is 85 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #40556a hue: 0.58 , saturation: 0.25 and the lightness value of 40556a is 0.33.

The process color (four color CMYK) of #40556a color hex is 0.40, 0.20, 0.00, 0.58. Web safe color of #40556a is #336666. Color #40556a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010101 01101010
Octal 100 125 152
Decimal 64 85 106
Hex 40 55 6A

RGB Percentages of Color #40556a

%25.10
%33.33
%41.57

CMYK Percentages of Color #40556a

%40
%20
%0
%58

Triadic Colors of #40556a

#40556a #6a4055 #556a40

Analogous Colors of #40556a

#40556a #40406a #406a6a

Monochromatic Colors of #40556a

#40556a

Complementary Color

#40556a #6a5540

#40556a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40556a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40556a Color CSS Codes

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

#40556a Text Font Color

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

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


#40556a Background Color

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

This div background color is #40556a


#40556a Border Color

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

This div border color is #40556a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,85,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40556a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40556a;
  -webkit-box-shadow: 1px 1px 3px 2px #40556a;
  box-shadow:         1px 1px 3px 2px #40556a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,85,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40556a


Comments

No comments written yet.

Please login to write comment.