Color Hex Logo

#556fbb Color Hex

#556FBB
(85,111,187)
0 Favorites   0 Comments

Color spaces of #556fbb

RGB 85111187
HSL0.620.430.53
HSV225°55°73°
CMYK 0.550.410.00   0.27
XYZ18.400416.888049.3036
Yxy16.88800.21750.1996
Hunter Lab41.09508.0076-42.3665
CIE-Lab48.118612.8720-43.0312

#556fbb color RGB value is (85,111,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101111 10111011
Octal 125 157 273
Decimal 85 111 187
Hex 55 6F BB

RGB Percentages of Color #556fbb

%22.19
%28.98
%48.83

CMYK Percentages of Color #556fbb

%55
%41
%0
%27

Triadic Colors of #556fbb

#556fbb #bb556f #6fbb55

Analogous Colors of #556fbb

#556fbb #6e55bb #55a2bb

Monochromatic Colors of #556fbb

#556fbb

Complementary Color

#556fbb #bba155

#556fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#556fbb Color CSS Codes

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

#556fbb Text Font Color

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

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


#556fbb Background Color

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

This div background color is #556fbb


#556fbb Border Color

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

This div border color is #556fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556fbb


Comments

No comments written yet.

Please login to write comment.