Color Hex Logo

#558dbb Color Hex

#558DBB
(85,141,187)
0 Favorites   0 Comments

Color spaces of #558dbb

RGB 85141187
HSL0.580.430.53
HSV207°55°73°
CMYK 0.550.250.00   0.27
XYZ22.240824.568950.5838
Yxy24.56890.22840.2523
Hunter Lab49.5670-6.6491-25.8093
CIE-Lab56.6529-5.0482-29.6348

#558dbb color RGB value is (85,141,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001101 10111011
Octal 125 215 273
Decimal 85 141 187
Hex 55 8D BB

RGB Percentages of Color #558dbb

%20.58
%34.14
%45.28

CMYK Percentages of Color #558dbb

%55
%25
%0
%27

Triadic Colors of #558dbb

#558dbb #bb558d #8dbb55

Analogous Colors of #558dbb

#558dbb #555abb #55bbb6

Monochromatic Colors of #558dbb

#558dbb

Complementary Color

#558dbb #bb8355

#558dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#558dbb Color CSS Codes

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

#558dbb Text Font Color

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

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


#558dbb Background Color

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

This div background color is #558dbb


#558dbb Border Color

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

This div border color is #558dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558dbb


Comments

No comments written yet.

Please login to write comment.