Color Hex Logo

#558bdd Color Hex

#558BDD
(85,139,221)
0 Favorites   0 Comments

Color spaces of #558bdd

RGB 85139221
HSL0.600.670.60
HSV216°62°87°
CMYK 0.620.370.00   0.13
XYZ26.030125.617071.9793
Yxy25.61700.21060.2072
Hunter Lab50.61323.2284-48.8896
CIE-Lab57.67177.1497-47.2056

#558bdd color RGB value is (85,139,221).

#558bdd hex color red value is 85, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #558bdd hue: 0.60 , saturation: 0.67 and the lightness value of 558bdd is 0.60.

The process color (four color CMYK) of #558bdd color hex is 0.62, 0.37, 0.00, 0.13. Web safe color of #558bdd is #6699cc. Color #558bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001011 11011101
Octal 125 213 335
Decimal 85 139 221
Hex 55 8B DD

RGB Percentages of Color #558bdd

%19.10
%31.24
%49.66

CMYK Percentages of Color #558bdd

%62
%37
%0
%13

Triadic Colors of #558bdd

#558bdd #dd558b #8bdd55

Analogous Colors of #558bdd

#558bdd #6355dd #55cfdd

Monochromatic Colors of #558bdd

#558bdd

Complementary Color

#558bdd #dda755

#558bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#558bdd Color CSS Codes

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

#558bdd Text Font Color

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

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


#558bdd Background Color

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

This div background color is #558bdd


#558bdd Border Color

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

This div border color is #558bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558bdd


Comments

No comments written yet.

Please login to write comment.