Color Hex Logo

#5569ae Color Hex

#5569AE
(85,105,174)
0 Favorites   0 Comments

Color spaces of #5569ae

RGB 85105174
HSL0.630.350.51
HSV227°51°68°
CMYK 0.510.400.00   0.32
XYZ16.437915.090442.0908
Yxy15.09040.22330.2050
Hunter Lab38.84647.5514-37.0494
CIE-Lab45.757812.3759-39.2142

#5569ae color RGB value is (85,105,174).

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

The process color (four color CMYK) of #5569ae color hex is 0.51, 0.40, 0.00, 0.32. Web safe color of #5569ae is #666699. Color #5569ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101001 10101110
Octal 125 151 256
Decimal 85 105 174
Hex 55 69 AE

RGB Percentages of Color #5569ae

%23.35
%28.85
%47.80

CMYK Percentages of Color #5569ae

%51
%40
%0
%32

Triadic Colors of #5569ae

#5569ae #ae5569 #69ae55

Analogous Colors of #5569ae

#5569ae #6e55ae #5596ae

Monochromatic Colors of #5569ae

#5569ae

Complementary Color

#5569ae #ae9a55

#5569ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5569ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5569ae Color CSS Codes

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

#5569ae Text Font Color

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

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


#5569ae Background Color

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

This div background color is #5569ae


#5569ae Border Color

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

This div border color is #5569ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,105,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5569ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5569ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5569ae;
  box-shadow:         1px 1px 3px 2px #5569ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,105,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 #5569ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5569ae


Comments

No comments written yet.

Please login to write comment.