Color Hex Logo

#558fdb Color Hex

#558FDB
(85,143,219)
0 Favorites   0 Comments

Color spaces of #558fdb

RGB 85143219
HSL0.590.650.60
HSV214°61°86°
CMYK 0.610.350.00   0.14
XYZ26.355026.690770.7806
Yxy26.69070.21280.2155
Hunter Lab51.66300.6483-45.0657
CIE-Lab58.68694.1190-44.4827

#558fdb color RGB value is (85,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001111 11011011
Octal 125 217 333
Decimal 85 143 219
Hex 55 8F DB

RGB Percentages of Color #558fdb

%19.02
%31.99
%48.99

CMYK Percentages of Color #558fdb

%61
%35
%0
%14

Triadic Colors of #558fdb

#558fdb #db558f #8fdb55

Analogous Colors of #558fdb

#558fdb #5e55db #55d2db

Monochromatic Colors of #558fdb

#558fdb

Complementary Color

#558fdb #dba155

#558fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#558fdb Color CSS Codes

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

#558fdb Text Font Color

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

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


#558fdb Background Color

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

This div background color is #558fdb


#558fdb Border Color

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

This div border color is #558fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558fdb


Comments

No comments written yet.

Please login to write comment.