Color Hex Logo

#559ebd Color Hex

#559EBD
(85,158,189)
0 Favorites   0 Comments

Color spaces of #559ebd

RGB 85158189
HSL0.550.440.54
HSV198°55°74°
CMYK 0.550.160.00   0.26
XYZ25.158530.059152.6201
Yxy30.05910.23330.2787
Hunter Lab54.8262-14.0362-18.5260
CIE-Lab61.7052-13.9013-22.9753

#559ebd color RGB value is (85,158,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011110 10111101
Octal 125 236 275
Decimal 85 158 189
Hex 55 9E BD

RGB Percentages of Color #559ebd

%19.68
%36.57
%43.75

CMYK Percentages of Color #559ebd

%55
%16
%0
%26

Triadic Colors of #559ebd

#559ebd #bd559e #9ebd55

Analogous Colors of #559ebd

#559ebd #556abd #55bda8

Monochromatic Colors of #559ebd

#559ebd

Complementary Color

#559ebd #bd7455

#559ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#559ebd Color CSS Codes

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

#559ebd Text Font Color

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

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


#559ebd Background Color

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

This div background color is #559ebd


#559ebd Border Color

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

This div border color is #559ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559ebd


Comments

No comments written yet.

Please login to write comment.