Color Hex Logo

#556dbb Color Hex

#556DBB
(85,109,187)
0 Favorites   0 Comments

Color spaces of #556dbb

RGB 85109187
HSL0.630.430.53
HSV226°55°73°
CMYK 0.550.420.00   0.27
XYZ18.184616.456449.2317
Yxy16.45640.21680.1962
Hunter Lab40.56659.0242-43.5581
CIE-Lab47.567714.1115-43.9064

#556dbb color RGB value is (85,109,187).

#556dbb hex color red value is 85, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #556dbb hue: 0.63 , saturation: 0.43 and the lightness value of 556dbb is 0.53.

The process color (four color CMYK) of #556dbb color hex is 0.55, 0.42, 0.00, 0.27. Web safe color of #556dbb is #6666cc. Color #556dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101101 10111011
Octal 125 155 273
Decimal 85 109 187
Hex 55 6D BB

RGB Percentages of Color #556dbb

%22.31
%28.61
%49.08

CMYK Percentages of Color #556dbb

%55
%42
%0
%27

Triadic Colors of #556dbb

#556dbb #bb556d #6dbb55

Analogous Colors of #556dbb

#556dbb #7055bb #55a0bb

Monochromatic Colors of #556dbb

#556dbb

Complementary Color

#556dbb #bba355

#556dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#556dbb Color CSS Codes

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

#556dbb Text Font Color

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

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


#556dbb Background Color

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

This div background color is #556dbb


#556dbb Border Color

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

This div border color is #556dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556dbb


Comments

No comments written yet.

Please login to write comment.