Color Hex Logo

#558dbc Color Hex

#558DBC
(85,141,188)
0 Favorites   0 Comments

Color spaces of #558dbc

RGB 85141188
HSL0.580.430.54
HSV207°55°74°
CMYK 0.550.250.00   0.26
XYZ22.348324.611951.1496
Yxy24.61190.22780.2509
Hunter Lab49.6104-6.4082-26.4023
CIE-Lab56.6953-4.7351-30.1371

#558dbc color RGB value is (85,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001101 10111100
Octal 125 215 274
Decimal 85 141 188
Hex 55 8D BC

RGB Percentages of Color #558dbc

%20.53
%34.06
%45.41

CMYK Percentages of Color #558dbc

%55
%25
%0
%26

Triadic Colors of #558dbc

#558dbc #bc558d #8dbc55

Analogous Colors of #558dbc

#558dbc #555abc #55bcb8

Monochromatic Colors of #558dbc

#558dbc

Complementary Color

#558dbc #bc8455

#558dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#558dbc Color CSS Codes

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

#558dbc Text Font Color

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

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


#558dbc Background Color

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

This div background color is #558dbc


#558dbc Border Color

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

This div border color is #558dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558dbc

#558dbc Color Palettes


Comments

No comments written yet.

Please login to write comment.