Color Hex Logo

#555ebb Color Hex

#555EBB
(85,94,187)
0 Favorites   0 Comments

Color spaces of #555ebb

RGB 8594187
HSL0.650.430.53
HSV235°55°73°
CMYK 0.550.500.00   0.27
XYZ16.718713.524648.7430
Yxy13.52460.21170.1712
Hunter Lab36.775816.7905-52.8405
CIE-Lab43.543323.4984-50.3354

#555ebb color RGB value is (85,94,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011110 10111011
Octal 125 136 273
Decimal 85 94 187
Hex 55 5E BB

RGB Percentages of Color #555ebb

%23.22
%25.68
%51.09

CMYK Percentages of Color #555ebb

%55
%50
%0
%27

Triadic Colors of #555ebb

#555ebb #bb555e #5ebb55

Analogous Colors of #555ebb

#555ebb #7f55bb #5591bb

Monochromatic Colors of #555ebb

#555ebb

Complementary Color

#555ebb #bbb255

#555ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#555ebb Color CSS Codes

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

#555ebb Text Font Color

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

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


#555ebb Background Color

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

This div background color is #555ebb


#555ebb Border Color

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

This div border color is #555ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555ebb


Comments

No comments written yet.

Please login to write comment.