Color Hex Logo

#566672 Color Hex

#566672
(86,102,114)
0 Favorites   0 Comments

Color spaces of #566672

RGB 86102114
HSL0.570.140.39
HSV206°25°45°
CMYK 0.250.110.00   0.55
XYZ11.626412.696117.7574
Yxy12.69610.27630.3017
Hunter Lab35.6316-4.1117-4.6057
CIE-Lab42.3017-3.0984-8.7503

#566672 color RGB value is (86,102,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100110 01110010
Octal 126 146 162
Decimal 86 102 114
Hex 56 66 72

RGB Percentages of Color #566672

%28.48
%33.77
%37.75

CMYK Percentages of Color #566672

%25
%11
%0
%55

Triadic Colors of #566672

#566672 #725666 #667256

Analogous Colors of #566672

#566672 #565872 #567270

Monochromatic Colors of #566672

#566672

Complementary Color

#566672 #726256

#566672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566672 Color CSS Codes

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

#566672 Text Font Color

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

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


#566672 Background Color

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

This div background color is #566672


#566672 Border Color

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

This div border color is #566672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566672


Comments

No comments written yet.

Please login to write comment.