Color Hex Logo

#558cd1 Color Hex

#558CD1
(85,140,209)
0 Favorites   0 Comments

Color spaces of #558cd1

RGB 85140209
HSL0.590.570.58
HSV213°59°82°
CMYK 0.590.330.00   0.18
XYZ24.633025.290963.9049
Yxy25.29090.21640.2222
Hunter Lab50.2901-0.5750-40.1383
CIE-Lab57.35782.5866-40.9722

#558cd1 color RGB value is (85,140,209).

#558cd1 hex color red value is 85, green value is 140 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #558cd1 hue: 0.59 , saturation: 0.57 and the lightness value of 558cd1 is 0.58.

The process color (four color CMYK) of #558cd1 color hex is 0.59, 0.33, 0.00, 0.18. Web safe color of #558cd1 is #6699cc. Color #558cd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001100 11010001
Octal 125 214 321
Decimal 85 140 209
Hex 55 8C D1

RGB Percentages of Color #558cd1

%19.59
%32.26
%48.16

CMYK Percentages of Color #558cd1

%59
%33
%0
%18

Triadic Colors of #558cd1

#558cd1 #d1558c #8cd155

Analogous Colors of #558cd1

#558cd1 #5c55d1 #55cad1

Monochromatic Colors of #558cd1

#558cd1

Complementary Color

#558cd1 #d19a55

#558cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558cd1 Color CSS Codes

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

#558cd1 Text Font Color

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

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


#558cd1 Background Color

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

This div background color is #558cd1


#558cd1 Border Color

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

This div border color is #558cd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558cd1

#558cd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.