Color Hex Logo

#558dbe Color Hex

#558DBE
(85,141,190)
0 Favorites   0 Comments

Color spaces of #558dbe

RGB 85141190
HSL0.580.450.54
HSV208°55°75°
CMYK 0.550.260.00   0.25
XYZ22.565524.698852.2932
Yxy24.69880.22670.2481
Hunter Lab49.6979-5.9228-27.5977
CIE-Lab56.7808-4.1069-31.1399

#558dbe color RGB value is (85,141,190).

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

The process color (four color CMYK) of #558dbe color hex is 0.55, 0.26, 0.00, 0.25. Web safe color of #558dbe is #6699cc. Color #558dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001101 10111110
Octal 125 215 276
Decimal 85 141 190
Hex 55 8D BE

RGB Percentages of Color #558dbe

%20.43
%33.89
%45.67

CMYK Percentages of Color #558dbe

%55
%26
%0
%25

Triadic Colors of #558dbe

#558dbe #be558d #8dbe55

Analogous Colors of #558dbe

#558dbe #5558be #55bebb

Monochromatic Colors of #558dbe

#558dbe

Complementary Color

#558dbe #be8655

#558dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#558dbe Color CSS Codes

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

#558dbe Text Font Color

<p style="color:#558dbe">Text here</p>

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


#558dbe Background Color

<div style="background-color:#558dbe">
Div content here</div>

This div background color is #558dbe


#558dbe Border Color

<div style="border:3px solid #558dbe">
Div here</div>

This div border color is #558dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558dbe


Comments

No comments written yet.

Please login to write comment.