Color Hex Logo

#557ebd Color Hex

#557EBD
(85,126,189)
0 Favorites   0 Comments

Color spaces of #557ebd

RGB 85126189
HSL0.600.440.54
HSV216°55°74°
CMYK 0.550.330.00   0.26
XYZ20.392520.527151.0314
Yxy20.52710.22180.2232
Hunter Lab45.30681.0554-35.0666
CIE-Lab52.42804.3797-37.3747

#557ebd color RGB value is (85,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111110 10111101
Octal 125 176 275
Decimal 85 126 189
Hex 55 7E BD

RGB Percentages of Color #557ebd

%21.25
%31.50
%47.25

CMYK Percentages of Color #557ebd

%55
%33
%0
%26

Triadic Colors of #557ebd

#557ebd #bd557e #7ebd55

Analogous Colors of #557ebd

#557ebd #6055bd #55b2bd

Monochromatic Colors of #557ebd

#557ebd

Complementary Color

#557ebd #bd9455

#557ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#557ebd Color CSS Codes

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

#557ebd Text Font Color

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

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


#557ebd Background Color

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

This div background color is #557ebd


#557ebd Border Color

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

This div border color is #557ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,126,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 #557ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557ebd


Comments

No comments written yet.

Please login to write comment.