Color Hex Logo

#549baa Color Hex

#549BAA
(84,155,170)
0 Favorites   0 Comments

Color spaces of #549baa

RGB 84155170
HSL0.530.340.50
HSV190°51°67°
CMYK 0.510.090.00   0.33
XYZ22.633228.229842.2862
Yxy28.22980.24300.3031
Hunter Lab53.1317-16.9426-9.9952
CIE-Lab60.0958-18.0865-14.7186

#549baa color RGB value is (84,155,170).

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

The process color (four color CMYK) of #549baa color hex is 0.51, 0.09, 0.00, 0.33. Web safe color of #549baa is #669999. Color #549baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011011 10101010
Octal 124 233 252
Decimal 84 155 170
Hex 54 9B AA

RGB Percentages of Color #549baa

%20.54
%37.90
%41.56

CMYK Percentages of Color #549baa

%51
%9
%0
%33

Triadic Colors of #549baa

#549baa #aa549b #9baa54

Analogous Colors of #549baa

#549baa #5470aa #54aa8e

Monochromatic Colors of #549baa

#549baa

Complementary Color

#549baa #aa6354

#549baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#549baa Color CSS Codes

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

#549baa Text Font Color

<p style="color:#549baa">Text here</p>

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


#549baa Background Color

<div style="background-color:#549baa">
Div content here</div>

This div background color is #549baa


#549baa Border Color

<div style="border:3px solid #549baa">
Div here</div>

This div border color is #549baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549baa


Comments

No comments written yet.

Please login to write comment.