Color Hex Logo

#558cdb Color Hex

#558CDB
(85,140,219)
0 Favorites   0 Comments

Color spaces of #558cdb

RGB 85140219
HSL0.600.650.60
HSV215°61°86°
CMYK 0.610.360.00   0.14
XYZ25.910625.801970.6325
Yxy25.80190.21180.2109
Hunter Lab50.79562.1598-46.8873
CIE-Lab57.84855.8898-45.8073

#558cdb color RGB value is (85,140,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001100 11011011
Octal 125 214 333
Decimal 85 140 219
Hex 55 8C DB

RGB Percentages of Color #558cdb

%19.14
%31.53
%49.32

CMYK Percentages of Color #558cdb

%61
%36
%0
%14

Triadic Colors of #558cdb

#558cdb #db558c #8cdb55

Analogous Colors of #558cdb

#558cdb #6155db #55cfdb

Monochromatic Colors of #558cdb

#558cdb

Complementary Color

#558cdb #dba455

#558cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#558cdb Color CSS Codes

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

#558cdb Text Font Color

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

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


#558cdb Background Color

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

This div background color is #558cdb


#558cdb Border Color

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

This div border color is #558cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558cdb


Comments

No comments written yet.

Please login to write comment.