Color Hex Logo

#556fbf Color Hex

#556FBF
(85,111,191)
0 Favorites   0 Comments

Color spaces of #556fbf

RGB 85111191
HSL0.630.450.54
HSV225°55°75°
CMYK 0.550.420.00   0.25
XYZ18.834717.061851.5908
Yxy17.06180.21530.1950
Hunter Lab41.30599.1071-45.1386
CIE-Lab48.337814.1851-44.9923

#556fbf color RGB value is (85,111,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101111 10111111
Octal 125 157 277
Decimal 85 111 191
Hex 55 6F BF

RGB Percentages of Color #556fbf

%21.96
%28.68
%49.35

CMYK Percentages of Color #556fbf

%55
%42
%0
%25

Triadic Colors of #556fbf

#556fbf #bf556f #6fbf55

Analogous Colors of #556fbf

#556fbf #7055bf #55a4bf

Monochromatic Colors of #556fbf

#556fbf

Complementary Color

#556fbf #bfa555

#556fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#556fbf Color CSS Codes

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

#556fbf Text Font Color

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

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


#556fbf Background Color

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

This div background color is #556fbf


#556fbf Border Color

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

This div border color is #556fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556fbf


Comments

No comments written yet.

Please login to write comment.