Color Hex Logo

#557bbd Color Hex

#557BBD
(85,123,189)
0 Favorites   0 Comments

Color spaces of #557bbd

RGB 85123189
HSL0.610.440.54
HSV218°55°74°
CMYK 0.550.350.00   0.26
XYZ20.014619.771350.9055
Yxy19.77130.22070.2180
Hunter Lab44.46492.5330-36.7525
CIE-Lab51.57766.1845-38.7130

#557bbd color RGB value is (85,123,189).

#557bbd hex color red value is 85, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #557bbd hue: 0.61 , saturation: 0.44 and the lightness value of 557bbd is 0.54.

The process color (four color CMYK) of #557bbd color hex is 0.55, 0.35, 0.00, 0.26. Web safe color of #557bbd is #6666cc. Color #557bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111011 10111101
Octal 125 173 275
Decimal 85 123 189
Hex 55 7B BD

RGB Percentages of Color #557bbd

%21.41
%30.98
%47.61

CMYK Percentages of Color #557bbd

%55
%35
%0
%26

Triadic Colors of #557bbd

#557bbd #bd557b #7bbd55

Analogous Colors of #557bbd

#557bbd #6355bd #55afbd

Monochromatic Colors of #557bbd

#557bbd

Complementary Color

#557bbd #bd9755

#557bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#557bbd Color CSS Codes

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

#557bbd Text Font Color

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

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


#557bbd Background Color

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

This div background color is #557bbd


#557bbd Border Color

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

This div border color is #557bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557bbd


Comments

No comments written yet.

Please login to write comment.