Color Hex Logo

#563458 Color Hex

#563458
(86,52,88)
0 Favorites   0 Comments

Color spaces of #563458

RGB 865288
HSL0.820.260.27
HSV297°41°35°
CMYK 0.020.410.00   0.65
XYZ6.82725.13909.8646
Yxy5.13900.31270.2354
Hunter Lab22.669414.0864-9.9316
CIE-Lab27.127221.9513-15.4690

#563458 color RGB value is (86,52,88).

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

The process color (four color CMYK) of #563458 color hex is 0.02, 0.41, 0.00, 0.65. Web safe color of #563458 is #663366. Color #563458 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110100 01011000
Octal 126 64 130
Decimal 86 52 88
Hex 56 34 58

RGB Percentages of Color #563458

%38.05
%23.01
%38.94

CMYK Percentages of Color #563458

%2
%41
%0
%65

Triadic Colors of #563458

#563458 #585634 #345856

Analogous Colors of #563458

#563458 #583448 #443458

Monochromatic Colors of #563458

#563458

Complementary Color

#563458 #365834

#563458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563458 Color CSS Codes

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

#563458 Text Font Color

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

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


#563458 Background Color

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

This div background color is #563458


#563458 Border Color

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

This div border color is #563458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563458


Comments

No comments written yet.

Please login to write comment.