Color Hex Logo

#566989 Color Hex

#566989
(86,105,137)
0 Favorites   0 Comments

Color spaces of #566989

RGB 86105137
HSL0.600.230.44
HSV218°37°54°
CMYK 0.370.230.00   0.46
XYZ13.404713.887725.6410
Yxy13.88770.25320.2624
Hunter Lab37.2662-1.0092-14.7081
CIE-Lab44.07141.3326-19.9346

#566989 color RGB value is (86,105,137).

#566989 hex color red value is 86, green value is 105 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #566989 hue: 0.60 , saturation: 0.23 and the lightness value of 566989 is 0.44.

The process color (four color CMYK) of #566989 color hex is 0.37, 0.23, 0.00, 0.46. Web safe color of #566989 is #666699. Color #566989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101001 10001001
Octal 126 151 211
Decimal 86 105 137
Hex 56 69 89

RGB Percentages of Color #566989

%26.22
%32.01
%41.77

CMYK Percentages of Color #566989

%37
%23
%0
%46

Triadic Colors of #566989

#566989 #895669 #698956

Analogous Colors of #566989

#566989 #5d5689 #568389

Monochromatic Colors of #566989

#566989

Complementary Color

#566989 #897656

#566989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566989 Color CSS Codes

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

#566989 Text Font Color

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

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


#566989 Background Color

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

This div background color is #566989


#566989 Border Color

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

This div border color is #566989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566989


Comments

No comments written yet.

Please login to write comment.