Color Hex Logo

#5575ae Color Hex

#5575AE
(85,117,174)
0 Favorites   0 Comments

Color spaces of #5575ae

RGB 85117174
HSL0.610.350.51
HSV218°51°68°
CMYK 0.510.330.00   0.32
XYZ17.747617.709942.5273
Yxy17.70990.22760.2271
Hunter Lab42.08311.6328-30.4576
CIE-Lab49.14234.9975-33.8806

#5575ae color RGB value is (85,117,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110101 10101110
Octal 125 165 256
Decimal 85 117 174
Hex 55 75 AE

RGB Percentages of Color #5575ae

%22.61
%31.12
%46.28

CMYK Percentages of Color #5575ae

%51
%33
%0
%32

Triadic Colors of #5575ae

#5575ae #ae5575 #75ae55

Analogous Colors of #5575ae

#5575ae #6255ae #55a2ae

Monochromatic Colors of #5575ae

#5575ae

Complementary Color

#5575ae #ae8e55

#5575ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5575ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5575ae Color CSS Codes

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

#5575ae Text Font Color

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

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


#5575ae Background Color

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

This div background color is #5575ae


#5575ae Border Color

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

This div border color is #5575ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5575ae


Comments

No comments written yet.

Please login to write comment.