Color Hex Logo

#557ebf Color Hex

#557EBF
(85,126,191)
0 Favorites   0 Comments

Color spaces of #557ebf

RGB 85126191
HSL0.600.450.54
HSV217°55°75°
CMYK 0.550.340.00   0.25
XYZ20.611120.614652.1829
Yxy20.61460.22070.2207
Hunter Lab45.40331.5754-36.3608
CIE-Lab52.52515.0270-38.3671

#557ebf color RGB value is (85,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111110 10111111
Octal 125 176 277
Decimal 85 126 191
Hex 55 7E BF

RGB Percentages of Color #557ebf

%21.14
%31.34
%47.51

CMYK Percentages of Color #557ebf

%55
%34
%0
%25

Triadic Colors of #557ebf

#557ebf #bf557e #7ebf55

Analogous Colors of #557ebf

#557ebf #6155bf #55b3bf

Monochromatic Colors of #557ebf

#557ebf

Complementary Color

#557ebf #bf9655

#557ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#557ebf Color CSS Codes

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

#557ebf Text Font Color

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

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


#557ebf Background Color

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

This div background color is #557ebf


#557ebf Border Color

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

This div border color is #557ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557ebf


Comments

No comments written yet.

Please login to write comment.