Color Hex Logo

#566aae Color Hex

#566AAE
(86,106,174)
0 Favorites   0 Comments

Color spaces of #566aae

RGB 86106174
HSL0.630.350.51
HSV226°51°68°
CMYK 0.510.390.00   0.32
XYZ16.631815.342542.1292
Yxy15.34250.22440.2070
Hunter Lab39.16957.2464-36.3514
CIE-Lab46.099811.9928-38.6688

#566aae color RGB value is (86,106,174).

#566aae hex color red value is 86, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #566aae hue: 0.63 , saturation: 0.35 and the lightness value of 566aae is 0.51.

The process color (four color CMYK) of #566aae color hex is 0.51, 0.39, 0.00, 0.32. Web safe color of #566aae is #666699. Color #566aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101010 10101110
Octal 126 152 256
Decimal 86 106 174
Hex 56 6A AE

RGB Percentages of Color #566aae

%23.50
%28.96
%47.54

CMYK Percentages of Color #566aae

%51
%39
%0
%32

Triadic Colors of #566aae

#566aae #ae566a #6aae56

Analogous Colors of #566aae

#566aae #6e56ae #5696ae

Monochromatic Colors of #566aae

#566aae

Complementary Color

#566aae #ae9a56

#566aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#566aae Color CSS Codes

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

#566aae Text Font Color

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

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


#566aae Background Color

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

This div background color is #566aae


#566aae Border Color

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

This div border color is #566aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566aae


Comments

No comments written yet.

Please login to write comment.