Color Hex Logo

#559baa Color Hex

#559BAA
(85,155,170)
0 Favorites   0 Comments

Color spaces of #559baa

RGB 85155170
HSL0.530.330.50
HSV191°50°67°
CMYK 0.500.090.00   0.33
XYZ22.723428.276342.2904
Yxy28.27630.24360.3031
Hunter Lab53.1755-16.7789-9.9305
CIE-Lab60.1375-17.8553-14.6514

#559baa color RGB value is (85,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011011 10101010
Octal 125 233 252
Decimal 85 155 170
Hex 55 9B AA

RGB Percentages of Color #559baa

%20.73
%37.80
%41.46

CMYK Percentages of Color #559baa

%50
%9
%0
%33

Triadic Colors of #559baa

#559baa #aa559b #9baa55

Analogous Colors of #559baa

#559baa #5571aa #55aa8f

Monochromatic Colors of #559baa

#559baa

Complementary Color

#559baa #aa6455

#559baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#559baa Color CSS Codes

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

#559baa Text Font Color

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

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


#559baa Background Color

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

This div background color is #559baa


#559baa Border Color

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

This div border color is #559baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559baa


Comments

No comments written yet.

Please login to write comment.