Color Hex Logo

#556bbd Color Hex

#556BBD
(85,107,189)
0 Favorites   0 Comments

Color spaces of #556bbd

RGB 85107189
HSL0.630.440.54
HSV227°55°74°
CMYK 0.550.430.00   0.26
XYZ18.189316.120850.2971
Yxy16.12080.21500.1905
Hunter Lab40.150710.6013-46.1675
CIE-Lab47.132616.0117-45.7560

#556bbd color RGB value is (85,107,189).

#556bbd hex color red value is 85, green value is 107 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #556bbd hue: 0.63 , saturation: 0.44 and the lightness value of 556bbd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101011 10111101
Octal 125 153 275
Decimal 85 107 189
Hex 55 6B BD

RGB Percentages of Color #556bbd

%22.31
%28.08
%49.61

CMYK Percentages of Color #556bbd

%55
%43
%0
%26

Triadic Colors of #556bbd

#556bbd #bd556b #6bbd55

Analogous Colors of #556bbd

#556bbd #7355bd #559fbd

Monochromatic Colors of #556bbd

#556bbd

Complementary Color

#556bbd #bda755

#556bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#556bbd Color CSS Codes

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

#556bbd Text Font Color

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

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


#556bbd Background Color

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

This div background color is #556bbd


#556bbd Border Color

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

This div border color is #556bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556bbd


Comments

No comments written yet.

Please login to write comment.