Color Hex Logo

#566eab Color Hex

#566EAB
(86,110,171)
0 Favorites   0 Comments

Color spaces of #566eab

RGB 86110171
HSL0.620.340.50
HSV223°50°67°
CMYK 0.500.360.00   0.33
XYZ16.764416.070640.7464
Yxy16.07060.22780.2184
Hunter Lab40.08824.4924-32.2018
CIE-Lab47.06708.5651-35.3890

#566eab color RGB value is (86,110,171).

#566eab hex color red value is 86, green value is 110 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #566eab hue: 0.62 , saturation: 0.34 and the lightness value of 566eab is 0.50.

The process color (four color CMYK) of #566eab color hex is 0.50, 0.36, 0.00, 0.33. Web safe color of #566eab is #666699. Color #566eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101110 10101011
Octal 126 156 253
Decimal 86 110 171
Hex 56 6E AB

RGB Percentages of Color #566eab

%23.43
%29.97
%46.59

CMYK Percentages of Color #566eab

%50
%36
%0
%33

Triadic Colors of #566eab

#566eab #ab566e #6eab56

Analogous Colors of #566eab

#566eab #6956ab #5699ab

Monochromatic Colors of #566eab

#566eab

Complementary Color

#566eab #ab9356

#566eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#566eab Color CSS Codes

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

#566eab Text Font Color

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

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


#566eab Background Color

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

This div background color is #566eab


#566eab Border Color

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

This div border color is #566eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566eab


Comments

No comments written yet.

Please login to write comment.