Color Hex Logo

#556dbf Color Hex

#556DBF
(85,109,191)
0 Favorites   0 Comments

Color spaces of #556dbf

RGB 85109191
HSL0.630.450.54
HSV226°55°75°
CMYK 0.550.430.00   0.25
XYZ18.618916.630251.5188
Yxy16.63020.21460.1917
Hunter Lab40.780110.1321-46.3568
CIE-Lab47.790715.4259-45.8631

#556dbf color RGB value is (85,109,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101101 10111111
Octal 125 155 277
Decimal 85 109 191
Hex 55 6D BF

RGB Percentages of Color #556dbf

%22.08
%28.31
%49.61

CMYK Percentages of Color #556dbf

%55
%43
%0
%25

Triadic Colors of #556dbf

#556dbf #bf556d #6dbf55

Analogous Colors of #556dbf

#556dbf #7255bf #55a2bf

Monochromatic Colors of #556dbf

#556dbf

Complementary Color

#556dbf #bfa755

#556dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#556dbf Color CSS Codes

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

#556dbf Text Font Color

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

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


#556dbf Background Color

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

This div background color is #556dbf


#556dbf Border Color

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

This div border color is #556dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556dbf


Comments

No comments written yet.

Please login to write comment.