Color Hex Logo

#558ade Color Hex

#558ADE
(85,138,222)
0 Favorites   0 Comments

Color spaces of #558ade

RGB 85138222
HSL0.600.670.60
HSV217°62°87°
CMYK 0.620.380.00   0.13
XYZ26.019625.382272.6351
Yxy25.38220.20980.2046
Hunter Lab50.38084.0216-50.2132
CIE-Lab57.44598.0792-48.1224

#558ade color RGB value is (85,138,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 11011110
Octal 125 212 336
Decimal 85 138 222
Hex 55 8A DE

RGB Percentages of Color #558ade

%19.10
%31.01
%49.89

CMYK Percentages of Color #558ade

%62
%38
%0
%13

Triadic Colors of #558ade

#558ade #de558a #8ade55

Analogous Colors of #558ade

#558ade #6555de #55cfde

Monochromatic Colors of #558ade

#558ade

Complementary Color

#558ade #dea955

#558ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#558ade Color CSS Codes

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

#558ade Text Font Color

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

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


#558ade Background Color

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

This div background color is #558ade


#558ade Border Color

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

This div border color is #558ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,138,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 #558ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558ade


Comments

No comments written yet.

Please login to write comment.