Color Hex Logo

#558bde Color Hex

#558BDE
(85,139,222)
0 Favorites   0 Comments

Color spaces of #558bde

RGB 85139222
HSL0.600.670.60
HSV216°62°87°
CMYK 0.620.370.00   0.13
XYZ26.163725.670572.6832
Yxy25.67050.21010.2062
Hunter Lab50.66613.5109-49.5885
CIE-Lab57.72307.4833-47.6834

#558bde color RGB value is (85,139,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001011 11011110
Octal 125 213 336
Decimal 85 139 222
Hex 55 8B DE

RGB Percentages of Color #558bde

%19.06
%31.17
%49.78

CMYK Percentages of Color #558bde

%62
%37
%0
%13

Triadic Colors of #558bde

#558bde #de558b #8bde55

Analogous Colors of #558bde

#558bde #6355de #55d0de

Monochromatic Colors of #558bde

#558bde

Complementary Color

#558bde #dea855

#558bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#558bde Color CSS Codes

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

#558bde Text Font Color

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

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


#558bde Background Color

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

This div background color is #558bde


#558bde Border Color

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

This div border color is #558bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558bde


Comments

No comments written yet.

Please login to write comment.