Color Hex Logo

#555beb Color Hex

#555BEB
(85,91,235)
0 Favorites   0 Comments

Color spaces of #555beb

RGB 8591235
HSL0.660.790.63
HSV238°64°92°
CMYK 0.640.610.00   0.08
XYZ22.482815.411680.3870
Yxy15.41160.19010.1303
Hunter Lab39.257633.5260-93.9266
CIE-Lab46.192941.1519-73.5321

#555beb color RGB value is (85,91,235).

#555beb hex color red value is 85, green value is 91 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #555beb hue: 0.66 , saturation: 0.79 and the lightness value of 555beb is 0.63.

The process color (four color CMYK) of #555beb color hex is 0.64, 0.61, 0.00, 0.08. Web safe color of #555beb is #6666ff. Color #555beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011011 11101011
Octal 125 133 353
Decimal 85 91 235
Hex 55 5B EB

RGB Percentages of Color #555beb

%20.68
%22.14
%57.18

CMYK Percentages of Color #555beb

%64
%61
%0
%8

Triadic Colors of #555beb

#555beb #eb555b #5beb55

Analogous Colors of #555beb

#555beb #9a55eb #55a6eb

Monochromatic Colors of #555beb

#555beb

Complementary Color

#555beb #ebe555

#555beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#555beb Color CSS Codes

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

#555beb Text Font Color

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

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


#555beb Background Color

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

This div background color is #555beb


#555beb Border Color

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

This div border color is #555beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555beb


Comments

No comments written yet.

Please login to write comment.