Color Hex Logo

#5471ad Color Hex

#5471AD
(84,113,173)
0 Favorites   0 Comments

Color spaces of #5471ad

RGB 84113173
HSL0.610.350.50
HSV220°51°68°
CMYK 0.510.350.00   0.32
XYZ17.104116.712241.8595
Yxy16.71220.22600.2208
Hunter Lab40.88063.1420-32.0934
CIE-Lab47.89536.8759-35.2614

#5471ad color RGB value is (84,113,173).

#5471ad hex color red value is 84, green value is 113 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5471ad hue: 0.61 , saturation: 0.35 and the lightness value of 5471ad is 0.50.

The process color (four color CMYK) of #5471ad color hex is 0.51, 0.35, 0.00, 0.32. Web safe color of #5471ad is #666699. Color #5471ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110001 10101101
Octal 124 161 255
Decimal 84 113 173
Hex 54 71 AD

RGB Percentages of Color #5471ad

%22.70
%30.54
%46.76

CMYK Percentages of Color #5471ad

%51
%35
%0
%32

Triadic Colors of #5471ad

#5471ad #ad5471 #71ad54

Analogous Colors of #5471ad

#5471ad #6454ad #549ead

Monochromatic Colors of #5471ad

#5471ad

Complementary Color

#5471ad #ad9054

#5471ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5471ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5471ad Color CSS Codes

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

#5471ad Text Font Color

<p style="color:#5471ad">Text here</p>

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


#5471ad Background Color

<div style="background-color:#5471ad">
Div content here</div>

This div background color is #5471ad


#5471ad Border Color

<div style="border:3px solid #5471ad">
Div here</div>

This div border color is #5471ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,113,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5471ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5471ad;
  -webkit-box-shadow: 1px 1px 3px 2px #5471ad;
  box-shadow:         1px 1px 3px 2px #5471ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,113,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5471ad


Comments

No comments written yet.

Please login to write comment.