Color Hex Logo

#557bde Color Hex

#557BDE
(85,123,222)
0 Favorites   0 Comments

Color spaces of #557bde

RGB 85123222
HSL0.620.670.60
HSV223°62°87°
CMYK 0.620.450.00   0.13
XYZ24.014121.371171.9666
Yxy21.37110.20460.1821
Hunter Lab46.228911.8232-59.9392
CIE-Lab53.353317.1549-54.6410

#557bde color RGB value is (85,123,222).

#557bde hex color red value is 85, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #557bde hue: 0.62 , saturation: 0.67 and the lightness value of 557bde is 0.60.

The process color (four color CMYK) of #557bde color hex is 0.62, 0.45, 0.00, 0.13. Web safe color of #557bde is #6666cc. Color #557bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111011 11011110
Octal 125 173 336
Decimal 85 123 222
Hex 55 7B DE

RGB Percentages of Color #557bde

%19.77
%28.60
%51.63

CMYK Percentages of Color #557bde

%62
%45
%0
%13

Triadic Colors of #557bde

#557bde #de557b #7bde55

Analogous Colors of #557bde

#557bde #7455de #55c0de

Monochromatic Colors of #557bde

#557bde

Complementary Color

#557bde #deb855

#557bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#557bde Color CSS Codes

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

#557bde Text Font Color

<p style="color:#557bde">Text here</p>

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


#557bde Background Color

<div style="background-color:#557bde">
Div content here</div>

This div background color is #557bde


#557bde Border Color

<div style="border:3px solid #557bde">
Div here</div>

This div border color is #557bde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,123,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557bde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557bde;
  -webkit-box-shadow: 1px 1px 3px 2px #557bde;
  box-shadow:         1px 1px 3px 2px #557bde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557bde


Comments

No comments written yet.

Please login to write comment.