Color Hex Logo

#556edb Color Hex

#556EDB
(85,110,219)
0 Favorites   0 Comments

Color spaces of #556edb

RGB 85110219
HSL0.640.650.60
HSV229°61°86°
CMYK 0.610.500.00   0.14
XYZ22.108418.197669.3651
Yxy18.19760.20160.1659
Hunter Lab42.658617.8573-66.5475
CIE-Lab49.734924.1584-58.7545

#556edb color RGB value is (85,110,219).

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

The process color (four color CMYK) of #556edb color hex is 0.61, 0.50, 0.00, 0.14. Web safe color of #556edb is #6666cc. Color #556edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101110 11011011
Octal 125 156 333
Decimal 85 110 219
Hex 55 6E DB

RGB Percentages of Color #556edb

%20.53
%26.57
%52.90

CMYK Percentages of Color #556edb

%61
%50
%0
%14

Triadic Colors of #556edb

#556edb #db556e #6edb55

Analogous Colors of #556edb

#556edb #7f55db #55b1db

Monochromatic Colors of #556edb

#556edb

Complementary Color

#556edb #dbc255

#556edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#556edb Color CSS Codes

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

#556edb Text Font Color

<p style="color:#556edb">Text here</p>

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


#556edb Background Color

<div style="background-color:#556edb">
Div content here</div>

This div background color is #556edb


#556edb Border Color

<div style="border:3px solid #556edb">
Div here</div>

This div border color is #556edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556edb


Comments

No comments written yet.

Please login to write comment.