Color Hex Logo

#558fda Color Hex

#558FDA
(85,143,218)
0 Favorites   0 Comments

Color spaces of #558fda

RGB 85143218
HSL0.590.640.59
HSV214°61°85°
CMYK 0.610.340.00   0.15
XYZ26.223726.638270.0892
Yxy26.63820.21330.2167
Hunter Lab51.61220.3729-44.3871
CIE-Lab58.63793.7879-44.0012

#558fda color RGB value is (85,143,218).

#558fda hex color red value is 85, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #558fda hue: 0.59 , saturation: 0.64 and the lightness value of 558fda is 0.59.

The process color (four color CMYK) of #558fda color hex is 0.61, 0.34, 0.00, 0.15. Web safe color of #558fda is #6699cc. Color #558fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001111 11011010
Octal 125 217 332
Decimal 85 143 218
Hex 55 8F DA

RGB Percentages of Color #558fda

%19.06
%32.06
%48.88

CMYK Percentages of Color #558fda

%61
%34
%0
%15

Triadic Colors of #558fda

#558fda #da558f #8fda55

Analogous Colors of #558fda

#558fda #5e55da #55d2da

Monochromatic Colors of #558fda

#558fda

Complementary Color

#558fda #daa055

#558fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#558fda Color CSS Codes

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

#558fda Text Font Color

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

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


#558fda Background Color

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

This div background color is #558fda


#558fda Border Color

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

This div border color is #558fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558fda


Comments

No comments written yet.

Please login to write comment.