Color Hex Logo

#5485ad Color Hex

#5485AD
(84,133,173)
0 Favorites   0 Comments

Color spaces of #5485ad

RGB 84133173
HSL0.570.350.50
HSV207°51°68°
CMYK 0.510.230.00   0.32
XYZ19.586521.677042.6869
Yxy21.67700.23330.2582
Hunter Lab46.5586-6.3852-21.7686
CIE-Lab53.6826-5.0248-26.2353

#5485ad color RGB value is (84,133,173).

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

The process color (four color CMYK) of #5485ad color hex is 0.51, 0.23, 0.00, 0.32. Web safe color of #5485ad is #669999. Color #5485ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000101 10101101
Octal 124 205 255
Decimal 84 133 173
Hex 54 85 AD

RGB Percentages of Color #5485ad

%21.54
%34.10
%44.36

CMYK Percentages of Color #5485ad

%51
%23
%0
%32

Triadic Colors of #5485ad

#5485ad #ad5485 #85ad54

Analogous Colors of #5485ad

#5485ad #5459ad #54ada9

Monochromatic Colors of #5485ad

#5485ad

Complementary Color

#5485ad #ad7c54

#5485ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5485ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5485ad Color CSS Codes

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

#5485ad Text Font Color

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

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


#5485ad Background Color

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

This div background color is #5485ad


#5485ad Border Color

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

This div border color is #5485ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,133,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 #5485ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5485ad


Comments

No comments written yet.

Please login to write comment.