Color Hex Logo

#559abd Color Hex

#559ABD
(85,154,189)
0 Favorites   0 Comments

Color spaces of #559abd

RGB 85154189
HSL0.560.440.54
HSV200°55°74°
CMYK 0.550.190.00   0.26
XYZ24.487228.716652.3964
Yxy28.71660.23190.2719
Hunter Lab53.5879-12.2125-20.4602
CIE-Lab60.5307-11.7200-24.7775

#559abd color RGB value is (85,154,189).

#559abd hex color red value is 85, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #559abd hue: 0.56 , saturation: 0.44 and the lightness value of 559abd is 0.54.

The process color (four color CMYK) of #559abd color hex is 0.55, 0.19, 0.00, 0.26. Web safe color of #559abd is #6699cc. Color #559abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011010 10111101
Octal 125 232 275
Decimal 85 154 189
Hex 55 9A BD

RGB Percentages of Color #559abd

%19.86
%35.98
%44.16

CMYK Percentages of Color #559abd

%55
%19
%0
%26

Triadic Colors of #559abd

#559abd #bd559a #9abd55

Analogous Colors of #559abd

#559abd #5566bd #55bdac

Monochromatic Colors of #559abd

#559abd

Complementary Color

#559abd #bd7855

#559abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#559abd Color CSS Codes

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

#559abd Text Font Color

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

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


#559abd Background Color

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

This div background color is #559abd


#559abd Border Color

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

This div border color is #559abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,154,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559abd


Comments

No comments written yet.

Please login to write comment.