Color Hex Logo

#566ba2 Color Hex

#566BA2
(86,107,162)
0 Favorites   0 Comments

Color spaces of #566ba2

RGB 86107162
HSL0.620.310.49
HSV223°47°64°
CMYK 0.470.340.00   0.36
XYZ15.617015.102536.2744
Yxy15.10250.23310.2254
Hunter Lab38.86193.7234-28.1390
CIE-Lab45.77437.5881-32.1395

#566ba2 color RGB value is (86,107,162).

#566ba2 hex color red value is 86, green value is 107 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #566ba2 hue: 0.62 , saturation: 0.31 and the lightness value of 566ba2 is 0.49.

The process color (four color CMYK) of #566ba2 color hex is 0.47, 0.34, 0.00, 0.36. Web safe color of #566ba2 is #666699. Color #566ba2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101011 10100010
Octal 126 153 242
Decimal 86 107 162
Hex 56 6B A2

RGB Percentages of Color #566ba2

%24.23
%30.14
%45.63

CMYK Percentages of Color #566ba2

%47
%34
%0
%36

Triadic Colors of #566ba2

#566ba2 #a2566b #6ba256

Analogous Colors of #566ba2

#566ba2 #6756a2 #5691a2

Monochromatic Colors of #566ba2

#566ba2

Complementary Color

#566ba2 #a28d56

#566ba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566ba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566ba2 Color CSS Codes

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

#566ba2 Text Font Color

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

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


#566ba2 Background Color

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

This div background color is #566ba2


#566ba2 Border Color

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

This div border color is #566ba2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,107,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #566ba2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #566ba2;
  -webkit-box-shadow: 1px 1px 3px 2px #566ba2;
  box-shadow:         1px 1px 3px 2px #566ba2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566ba2


Comments

No comments written yet.

Please login to write comment.