Color Hex Logo

#555dbf Color Hex

#555DBF
(85,93,191)
0 Favorites   0 Comments

Color spaces of #555dbf

RGB 8593191
HSL0.650.450.54
HSV235°55°75°
CMYK 0.550.510.00   0.25
XYZ17.064613.521651.0007
Yxy13.52160.20920.1657
Hunter Lab36.771718.4857-56.4923
CIE-Lab43.538925.4362-52.6696

#555dbf color RGB value is (85,93,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011101 10111111
Octal 125 135 277
Decimal 85 93 191
Hex 55 5D BF

RGB Percentages of Color #555dbf

%23.04
%25.20
%51.76

CMYK Percentages of Color #555dbf

%55
%51
%0
%25

Triadic Colors of #555dbf

#555dbf #bf555d #5dbf55

Analogous Colors of #555dbf

#555dbf #8255bf #5592bf

Monochromatic Colors of #555dbf

#555dbf

Complementary Color

#555dbf #bfb755

#555dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#555dbf Color CSS Codes

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

#555dbf Text Font Color

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

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


#555dbf Background Color

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

This div background color is #555dbf


#555dbf Border Color

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

This div border color is #555dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555dbf


Comments

No comments written yet.

Please login to write comment.