Color Hex Logo

#555ebd Color Hex

#555EBD
(85,94,189)
0 Favorites   0 Comments

Color spaces of #555ebd

RGB 8594189
HSL0.650.440.54
HSV235°55°74°
CMYK 0.550.500.00   0.26
XYZ16.934313.610849.8787
Yxy13.61080.21060.1692
Hunter Lab36.892817.3715-54.3345
CIE-Lab43.669524.1534-51.2969

#555ebd color RGB value is (85,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011110 10111101
Octal 125 136 275
Decimal 85 94 189
Hex 55 5E BD

RGB Percentages of Color #555ebd

%23.10
%25.54
%51.36

CMYK Percentages of Color #555ebd

%55
%50
%0
%26

Triadic Colors of #555ebd

#555ebd #bd555e #5ebd55

Analogous Colors of #555ebd

#555ebd #8055bd #5592bd

Monochromatic Colors of #555ebd

#555ebd

Complementary Color

#555ebd #bdb455

#555ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#555ebd Color CSS Codes

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

#555ebd Text Font Color

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

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


#555ebd Background Color

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

This div background color is #555ebd


#555ebd Border Color

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

This div border color is #555ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555ebd


Comments

No comments written yet.

Please login to write comment.