Color Hex Logo

#557ebe Color Hex

#557EBE
(85,126,190)
0 Favorites   0 Comments

Color spaces of #557ebe

RGB 85126190
HSL0.600.450.54
HSV217°55°75°
CMYK 0.550.340.00   0.25
XYZ20.501420.570751.6052
Yxy20.57070.22120.2220
Hunter Lab45.35491.3147-35.7122
CIE-Lab52.47644.7029-37.8713

#557ebe color RGB value is (85,126,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111110 10111110
Octal 125 176 276
Decimal 85 126 190
Hex 55 7E BE

RGB Percentages of Color #557ebe

%21.20
%31.42
%47.38

CMYK Percentages of Color #557ebe

%55
%34
%0
%25

Triadic Colors of #557ebe

#557ebe #be557e #7ebe55

Analogous Colors of #557ebe

#557ebe #6155be #55b3be

Monochromatic Colors of #557ebe

#557ebe

Complementary Color

#557ebe #be9555

#557ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#557ebe Color CSS Codes

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

#557ebe Text Font Color

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

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


#557ebe Background Color

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

This div background color is #557ebe


#557ebe Border Color

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

This div border color is #557ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557ebe


Comments

No comments written yet.

Please login to write comment.