Color Hex Logo

#555bfb Color Hex

#555BFB
(85,91,251)
0 Favorites   0 Comments

Color spaces of #555bfb

RGB 8591251
HSL0.660.950.66
HSV238°66°98°
CMYK 0.660.640.00   0.02
XYZ24.900016.378593.1158
Yxy16.37850.18530.1219
Hunter Lab40.470439.0017-108.0875
CIE-Lab47.467246.3660-80.4123

#555bfb color RGB value is (85,91,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011011 11111011
Octal 125 133 373
Decimal 85 91 251
Hex 55 5B FB

RGB Percentages of Color #555bfb

%19.91
%21.31
%58.78

CMYK Percentages of Color #555bfb

%66
%64
%0
%2

Triadic Colors of #555bfb

#555bfb #fb555b #5bfb55

Analogous Colors of #555bfb

#555bfb #a255fb #55aefb

Monochromatic Colors of #555bfb

#555bfb

Complementary Color

#555bfb #fbf555

#555bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#555bfb Color CSS Codes

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

#555bfb Text Font Color

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

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


#555bfb Background Color

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

This div background color is #555bfb


#555bfb Border Color

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

This div border color is #555bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555bfb


Comments

No comments written yet.

Please login to write comment.