Color Hex Logo

#563457 Color Hex

#563457
(86,52,87)
0 Favorites   0 Comments

Color spaces of #563457

RGB 865287
HSL0.830.250.27
HSV298°40°34°
CMYK 0.010.400.00   0.66
XYZ6.78605.12259.6479
Yxy5.12250.31480.2376
Hunter Lab22.632913.9117-9.4309
CIE-Lab27.081021.7316-14.8861

#563457 color RGB value is (86,52,87).

#563457 hex color red value is 86, green value is 52 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #563457 hue: 0.83 , saturation: 0.25 and the lightness value of 563457 is 0.27.

The process color (four color CMYK) of #563457 color hex is 0.01, 0.40, 0.00, 0.66. Web safe color of #563457 is #663366. Color #563457 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110100 01010111
Octal 126 64 127
Decimal 86 52 87
Hex 56 34 57

RGB Percentages of Color #563457

%38.22
%23.11
%38.67

CMYK Percentages of Color #563457

%1
%40
%0
%66

Triadic Colors of #563457

#563457 #575634 #345756

Analogous Colors of #563457

#563457 #573447 #453457

Monochromatic Colors of #563457

#563457

Complementary Color

#563457 #355734

#563457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563457 Color CSS Codes

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

#563457 Text Font Color

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

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


#563457 Background Color

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

This div background color is #563457


#563457 Border Color

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

This div border color is #563457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563457


Comments

No comments written yet.

Please login to write comment.