Color Hex Logo

#558dba Color Hex

#558DBA
(85,141,186)
0 Favorites   0 Comments

Color spaces of #558dba

RGB 85141186
HSL0.570.420.53
HSV207°54°73°
CMYK 0.540.240.00   0.27
XYZ22.134124.526250.0218
Yxy24.52620.22890.2537
Hunter Lab49.5239-6.8886-25.2193
CIE-Lab56.6108-5.3601-29.1316

#558dba color RGB value is (85,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001101 10111010
Octal 125 215 272
Decimal 85 141 186
Hex 55 8D BA

RGB Percentages of Color #558dba

%20.63
%34.22
%45.15

CMYK Percentages of Color #558dba

%54
%24
%0
%27

Triadic Colors of #558dba

#558dba #ba558d #8dba55

Analogous Colors of #558dba

#558dba #555bba #55bab5

Monochromatic Colors of #558dba

#558dba

Complementary Color

#558dba #ba8255

#558dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#558dba Color CSS Codes

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

#558dba Text Font Color

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

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


#558dba Background Color

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

This div background color is #558dba


#558dba Border Color

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

This div border color is #558dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558dba


Comments

No comments written yet.

Please login to write comment.