Color Hex Logo

#555ebe Color Hex

#555EBE
(85,94,190)
0 Favorites   0 Comments

Color spaces of #555ebe

RGB 8594190
HSL0.650.450.54
HSV235°55°75°
CMYK 0.550.510.00   0.25
XYZ17.043313.654450.4525
Yxy13.65440.21000.1683
Hunter Lab36.951917.6638-55.0857
CIE-Lab43.733224.4814-51.7761

#555ebe color RGB value is (85,94,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011110 10111110
Octal 125 136 276
Decimal 85 94 190
Hex 55 5E BE

RGB Percentages of Color #555ebe

%23.04
%25.47
%51.49

CMYK Percentages of Color #555ebe

%55
%51
%0
%25

Triadic Colors of #555ebe

#555ebe #be555e #5ebe55

Analogous Colors of #555ebe

#555ebe #8155be #5593be

Monochromatic Colors of #555ebe

#555ebe

Complementary Color

#555ebe #beb555

#555ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#555ebe Color CSS Codes

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

#555ebe Text Font Color

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

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


#555ebe Background Color

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

This div background color is #555ebe


#555ebe Border Color

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

This div border color is #555ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555ebe


Comments

No comments written yet.

Please login to write comment.