Color Hex Logo

#558ec0 Color Hex

#558EC0
(85,142,192)
0 Favorites   0 Comments

Color spaces of #558ec0

RGB 85142192
HSL0.580.460.54
HSV208°56°75°
CMYK 0.560.260.00   0.25
XYZ22.933725.083153.5020
Yxy25.08310.22590.2471
Hunter Lab50.0830-5.9077-28.2794
CIE-Lab57.1563-4.0508-31.6901

#558ec0 color RGB value is (85,142,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001110 11000000
Octal 125 216 300
Decimal 85 142 192
Hex 55 8E C0

RGB Percentages of Color #558ec0

%20.29
%33.89
%45.82

CMYK Percentages of Color #558ec0

%56
%26
%0
%25

Triadic Colors of #558ec0

#558ec0 #c0558e #8ec055

Analogous Colors of #558ec0

#558ec0 #5558c0 #55c0bd

Monochromatic Colors of #558ec0

#558ec0

Complementary Color

#558ec0 #c08755

#558ec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558ec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558ec0 Color CSS Codes

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

#558ec0 Text Font Color

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

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


#558ec0 Background Color

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

This div background color is #558ec0


#558ec0 Border Color

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

This div border color is #558ec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558ec0


Comments

No comments written yet.

Please login to write comment.