Color Hex Logo

#5570ae Color Hex

#5570AE
(85,112,174)
0 Favorites   0 Comments

Color spaces of #5570ae

RGB 85112174
HSL0.620.350.51
HSV222°51°68°
CMYK 0.510.360.00   0.32
XYZ17.180516.575642.3383
Yxy16.57560.22580.2178
Hunter Lab40.71314.0770-33.1575
CIE-Lab47.72088.0480-36.1147

#5570ae color RGB value is (85,112,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110000 10101110
Octal 125 160 256
Decimal 85 112 174
Hex 55 70 AE

RGB Percentages of Color #5570ae

%22.91
%30.19
%46.90

CMYK Percentages of Color #5570ae

%51
%36
%0
%32

Triadic Colors of #5570ae

#5570ae #ae5570 #70ae55

Analogous Colors of #5570ae

#5570ae #6755ae #559dae

Monochromatic Colors of #5570ae

#5570ae

Complementary Color

#5570ae #ae9355

#5570ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5570ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5570ae Color CSS Codes

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

#5570ae Text Font Color

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

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


#5570ae Background Color

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

This div background color is #5570ae


#5570ae Border Color

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

This div border color is #5570ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5570ae


Comments

No comments written yet.

Please login to write comment.