Color Hex Logo

#566473 Color Hex

#566473
(86,100,115)
0 Favorites   0 Comments

Color spaces of #566473

RGB 86100115
HSL0.590.140.39
HSV211°25°45°
CMYK 0.250.130.00   0.55
XYZ11.489412.330617.9941
Yxy12.33060.27480.2949
Hunter Lab35.1150-3.0471-5.8018
CIE-Lab41.7368-1.6421-10.2077

#566473 color RGB value is (86,100,115).

#566473 hex color red value is 86, green value is 100 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #566473 hue: 0.59 , saturation: 0.14 and the lightness value of 566473 is 0.39.

The process color (four color CMYK) of #566473 color hex is 0.25, 0.13, 0.00, 0.55. Web safe color of #566473 is #666666. Color #566473 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100100 01110011
Octal 126 144 163
Decimal 86 100 115
Hex 56 64 73

RGB Percentages of Color #566473

%28.57
%33.22
%38.21

CMYK Percentages of Color #566473

%25
%13
%0
%55

Triadic Colors of #566473

#566473 #735664 #647356

Analogous Colors of #566473

#566473 #575673 #567373

Monochromatic Colors of #566473

#566473

Complementary Color

#566473 #736556

#566473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566473 Color CSS Codes

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

#566473 Text Font Color

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

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


#566473 Background Color

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

This div background color is #566473


#566473 Border Color

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

This div border color is #566473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566473

#566473 Color Palettes


Comments

No comments written yet.

Please login to write comment.