Color Hex Logo

#5499aa Color Hex

#5499AA
(84,153,170)
0 Favorites   0 Comments

Color spaces of #5499aa

RGB 84153170
HSL0.530.340.50
HSV192°51°67°
CMYK 0.510.100.00   0.33
XYZ22.303127.569642.1762
Yxy27.56960.24230.2995
Hunter Lab52.5068-16.0661-10.8701
CIE-Lab59.4979-17.0234-15.6228

#5499aa color RGB value is (84,153,170).

#5499aa hex color red value is 84, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5499aa hue: 0.53 , saturation: 0.34 and the lightness value of 5499aa is 0.50.

The process color (four color CMYK) of #5499aa color hex is 0.51, 0.10, 0.00, 0.33. Web safe color of #5499aa is #669999. Color #5499aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011001 10101010
Octal 124 231 252
Decimal 84 153 170
Hex 54 99 AA

RGB Percentages of Color #5499aa

%20.64
%37.59
%41.77

CMYK Percentages of Color #5499aa

%51
%10
%0
%33

Triadic Colors of #5499aa

#5499aa #aa5499 #99aa54

Analogous Colors of #5499aa

#5499aa #546eaa #54aa90

Monochromatic Colors of #5499aa

#5499aa

Complementary Color

#5499aa #aa6554

#5499aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5499aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5499aa Color CSS Codes

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

#5499aa Text Font Color

<p style="color:#5499aa">Text here</p>

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


#5499aa Background Color

<div style="background-color:#5499aa">
Div content here</div>

This div background color is #5499aa


#5499aa Border Color

<div style="border:3px solid #5499aa">
Div here</div>

This div border color is #5499aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,153,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5499aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5499aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5499aa;
  box-shadow:         1px 1px 3px 2px #5499aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5499aa


Comments

No comments written yet.

Please login to write comment.