Color Hex Logo

#558ebd Color Hex

#558EBD
(85,142,189)
0 Favorites   0 Comments

Color spaces of #558ebd

RGB 85142189
HSL0.580.440.54
HSV207°55°74°
CMYK 0.550.250.00   0.26
XYZ22.604624.951451.7688
Yxy24.95140.22760.2512
Hunter Lab49.9514-6.6379-26.4812
CIE-Lab57.0280-4.9940-30.1883

#558ebd color RGB value is (85,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001110 10111101
Octal 125 216 275
Decimal 85 142 189
Hex 55 8E BD

RGB Percentages of Color #558ebd

%20.43
%34.13
%45.43

CMYK Percentages of Color #558ebd

%55
%25
%0
%26

Triadic Colors of #558ebd

#558ebd #bd558e #8ebd55

Analogous Colors of #558ebd

#558ebd #555abd #55bdb8

Monochromatic Colors of #558ebd

#558ebd

Complementary Color

#558ebd #bd8455

#558ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#558ebd Color CSS Codes

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

#558ebd Text Font Color

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

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


#558ebd Background Color

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

This div background color is #558ebd


#558ebd Border Color

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

This div border color is #558ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558ebd


Comments

No comments written yet.

Please login to write comment.