Color Hex Logo

#558dbd Color Hex

#558DBD
(85,141,189)
0 Favorites   0 Comments

Color spaces of #558dbd

RGB 85141189
HSL0.580.440.54
HSV208°55°74°
CMYK 0.550.250.00   0.26
XYZ22.456524.655251.7195
Yxy24.65520.22720.2495
Hunter Lab49.6540-6.1662-26.9985
CIE-Lab56.7379-4.4215-30.6390

#558dbd color RGB value is (85,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001101 10111101
Octal 125 215 275
Decimal 85 141 189
Hex 55 8D BD

RGB Percentages of Color #558dbd

%20.48
%33.98
%45.54

CMYK Percentages of Color #558dbd

%55
%25
%0
%26

Triadic Colors of #558dbd

#558dbd #bd558d #8dbd55

Analogous Colors of #558dbd

#558dbd #5559bd #55bdb9

Monochromatic Colors of #558dbd

#558dbd

Complementary Color

#558dbd #bd8555

#558dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#558dbd Color CSS Codes

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

#558dbd Text Font Color

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

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


#558dbd Background Color

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

This div background color is #558dbd


#558dbd Border Color

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

This div border color is #558dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558dbd


Comments

No comments written yet.

Please login to write comment.