Color Hex Logo

#5579af Color Hex

#5579AF
(85,121,175)
0 Favorites   0 Comments

Color spaces of #5579af

RGB 85121175
HSL0.600.360.51
HSV216°51°69°
CMYK 0.510.310.00   0.31
XYZ18.321518.701243.2015
Yxy18.70120.22840.2331
Hunter Lab43.2449-0.0537-28.9591
CIE-Lab50.33582.9012-32.5915

#5579af color RGB value is (85,121,175).

#5579af hex color red value is 85, green value is 121 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5579af hue: 0.60 , saturation: 0.36 and the lightness value of 5579af is 0.51.

The process color (four color CMYK) of #5579af color hex is 0.51, 0.31, 0.00, 0.31. Web safe color of #5579af is #666699. Color #5579af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111001 10101111
Octal 125 171 257
Decimal 85 121 175
Hex 55 79 AF

RGB Percentages of Color #5579af

%22.31
%31.76
%45.93

CMYK Percentages of Color #5579af

%51
%31
%0
%31

Triadic Colors of #5579af

#5579af #af5579 #79af55

Analogous Colors of #5579af

#5579af #5e55af #55a6af

Monochromatic Colors of #5579af

#5579af

Complementary Color

#5579af #af8b55

#5579af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5579af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5579af Color CSS Codes

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

#5579af Text Font Color

<p style="color:#5579af">Text here</p>

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


#5579af Background Color

<div style="background-color:#5579af">
Div content here</div>

This div background color is #5579af


#5579af Border Color

<div style="border:3px solid #5579af">
Div here</div>

This div border color is #5579af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,121,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5579af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5579af;
  -webkit-box-shadow: 1px 1px 3px 2px #5579af;
  box-shadow:         1px 1px 3px 2px #5579af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,121,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5579af


Comments

No comments written yet.

Please login to write comment.