Color Hex Logo

#566474 Color Hex

#566474
(86,100,116)
0 Favorites   0 Comments

Color spaces of #566474

RGB 86100116
HSL0.590.150.40
HSV212°26°45°
CMYK 0.260.140.00   0.55
XYZ11.547312.353718.2989
Yxy12.35370.27360.2927
Hunter Lab35.1478-2.8652-6.2645
CIE-Lab41.7728-1.3828-10.7618

#566474 color RGB value is (86,100,116).

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

The process color (four color CMYK) of #566474 color hex is 0.26, 0.14, 0.00, 0.55. Web safe color of #566474 is #666666. Color #566474 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100100 01110100
Octal 126 144 164
Decimal 86 100 116
Hex 56 64 74

RGB Percentages of Color #566474

%28.48
%33.11
%38.41

CMYK Percentages of Color #566474

%26
%14
%0
%55

Triadic Colors of #566474

#566474 #745664 #647456

Analogous Colors of #566474

#566474 #575674 #567374

Monochromatic Colors of #566474

#566474

Complementary Color

#566474 #746656

#566474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566474 Color CSS Codes

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

#566474 Text Font Color

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

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


#566474 Background Color

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

This div background color is #566474


#566474 Border Color

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

This div border color is #566474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566474


Comments

No comments written yet.

Please login to write comment.