Color Hex Logo

#566597 Color Hex

#566597
(86,101,151)
0 Favorites   0 Comments

Color spaces of #566597

RGB 86101151
HSL0.630.270.46
HSV226°43°59°
CMYK 0.430.330.00   0.41
XYZ14.077313.520231.1459
Yxy13.52020.23960.2302
Hunter Lab36.76983.9914-24.4827
CIE-Lab43.53687.9192-29.1285

#566597 color RGB value is (86,101,151).

#566597 hex color red value is 86, green value is 101 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #566597 hue: 0.63 , saturation: 0.27 and the lightness value of 566597 is 0.46.

The process color (four color CMYK) of #566597 color hex is 0.43, 0.33, 0.00, 0.41. Web safe color of #566597 is #666699. Color #566597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100101 10010111
Octal 126 145 227
Decimal 86 101 151
Hex 56 65 97

RGB Percentages of Color #566597

%25.44
%29.88
%44.67

CMYK Percentages of Color #566597

%43
%33
%0
%41

Triadic Colors of #566597

#566597 #975665 #659756

Analogous Colors of #566597

#566597 #685697 #568697

Monochromatic Colors of #566597

#566597

Complementary Color

#566597 #978856

#566597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566597 Color CSS Codes

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

#566597 Text Font Color

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

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


#566597 Background Color

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

This div background color is #566597


#566597 Border Color

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

This div border color is #566597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566597


Comments

No comments written yet.

Please login to write comment.