Color Hex Logo

#5669aa Color Hex

#5669AA
(86,105,170)
0 Favorites   0 Comments

Color spaces of #5669aa

RGB 86105170
HSL0.630.330.50
HSV226°49°67°
CMYK 0.490.380.00   0.33
XYZ16.145014.983940.0715
Yxy14.98390.22680.2104
Hunter Lab38.70906.7090-34.2805
CIE-Lab45.612111.3391-37.0971

#5669aa color RGB value is (86,105,170).

#5669aa hex color red value is 86, green value is 105 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5669aa hue: 0.63 , saturation: 0.33 and the lightness value of 5669aa is 0.50.

The process color (four color CMYK) of #5669aa color hex is 0.49, 0.38, 0.00, 0.33. Web safe color of #5669aa is #666699. Color #5669aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101001 10101010
Octal 126 151 252
Decimal 86 105 170
Hex 56 69 AA

RGB Percentages of Color #5669aa

%23.82
%29.09
%47.09

CMYK Percentages of Color #5669aa

%49
%38
%0
%33

Triadic Colors of #5669aa

#5669aa #aa5669 #69aa56

Analogous Colors of #5669aa

#5669aa #6d56aa #5693aa

Monochromatic Colors of #5669aa

#5669aa

Complementary Color

#5669aa #aa9756

#5669aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5669aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5669aa Color CSS Codes

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

#5669aa Text Font Color

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

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


#5669aa Background Color

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

This div background color is #5669aa


#5669aa Border Color

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

This div border color is #5669aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5669aa


Comments

No comments written yet.

Please login to write comment.