Color Hex Logo

#555bdb Color Hex

#555BDB
(85,91,219)
0 Favorites   0 Comments

Color spaces of #555bdb

RGB 8591219
HSL0.660.650.60
HSV237°61°86°
CMYK 0.610.580.00   0.14
XYZ20.273614.527968.7535
Yxy14.52790.19580.1403
Hunter Lab38.115528.2419-80.2677
CIE-Lab44.980735.8974-66.4442

#555bdb color RGB value is (85,91,219).

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

The process color (four color CMYK) of #555bdb color hex is 0.61, 0.58, 0.00, 0.14. Web safe color of #555bdb is #6666cc. Color #555bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011011 11011011
Octal 125 133 333
Decimal 85 91 219
Hex 55 5B DB

RGB Percentages of Color #555bdb

%21.52
%23.04
%55.44

CMYK Percentages of Color #555bdb

%61
%58
%0
%14

Triadic Colors of #555bdb

#555bdb #db555b #5bdb55

Analogous Colors of #555bdb

#555bdb #9255db #559edb

Monochromatic Colors of #555bdb

#555bdb

Complementary Color

#555bdb #dbd555

#555bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#555bdb Color CSS Codes

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

#555bdb Text Font Color

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

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


#555bdb Background Color

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

This div background color is #555bdb


#555bdb Border Color

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

This div border color is #555bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555bdb


Comments

No comments written yet.

Please login to write comment.