Color Hex Logo

#565477 Color Hex

#565477
(86,84,119)
0 Favorites   0 Comments

Color spaces of #565477

RGB 8684119
HSL0.680.170.40
HSV243°29°47°
CMYK 0.280.290.00   0.53
XYZ10.33789.651018.7707
Yxy9.65100.26670.2490
Hunter Lab31.06615.0335-14.0779
CIE-Lab37.20869.3236-19.5716

#565477 color RGB value is (86,84,119).

#565477 hex color red value is 86, green value is 84 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #565477 hue: 0.68 , saturation: 0.17 and the lightness value of 565477 is 0.40.

The process color (four color CMYK) of #565477 color hex is 0.28, 0.29, 0.00, 0.53. Web safe color of #565477 is #666666. Color #565477 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010100 01110111
Octal 126 124 167
Decimal 86 84 119
Hex 56 54 77

RGB Percentages of Color #565477

%29.76
%29.07
%41.18

CMYK Percentages of Color #565477

%28
%29
%0
%53

Triadic Colors of #565477

#565477 #775654 #547756

Analogous Colors of #565477

#565477 #685477 #546477

Monochromatic Colors of #565477

#565477

Complementary Color

#565477 #757754

#565477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565477 Color CSS Codes

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

#565477 Text Font Color

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

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


#565477 Background Color

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

This div background color is #565477


#565477 Border Color

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

This div border color is #565477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565477


Comments

No comments written yet.

Please login to write comment.