Color Hex Logo

#563459 Color Hex

#563459
(86,52,89)
0 Favorites   0 Comments

Color spaces of #563459

RGB 865289
HSL0.820.260.28
HSV295°42°35°
CMYK 0.030.420.00   0.65
XYZ6.86895.155710.0843
Yxy5.15570.31070.2332
Hunter Lab22.706214.2627-10.4377
CIE-Lab27.173822.1725-16.0506

#563459 color RGB value is (86,52,89).

#563459 hex color red value is 86, green value is 52 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #563459 hue: 0.82 , saturation: 0.26 and the lightness value of 563459 is 0.28.

The process color (four color CMYK) of #563459 color hex is 0.03, 0.42, 0.00, 0.65. Web safe color of #563459 is #663366. Color #563459 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110100 01011001
Octal 126 64 131
Decimal 86 52 89
Hex 56 34 59

RGB Percentages of Color #563459

%37.89
%22.91
%39.21

CMYK Percentages of Color #563459

%3
%42
%0
%65

Triadic Colors of #563459

#563459 #595634 #345956

Analogous Colors of #563459

#563459 #59344a #443459

Monochromatic Colors of #563459

#563459

Complementary Color

#563459 #375934

#563459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563459 Color CSS Codes

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

#563459 Text Font Color

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

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


#563459 Background Color

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

This div background color is #563459


#563459 Border Color

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

This div border color is #563459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563459


Comments

No comments written yet.

Please login to write comment.