Color Hex Logo

#556eb0 Color Hex

#556EB0
(85,110,176)
0 Favorites   0 Comments

Color spaces of #556eb0

RGB 85110176
HSL0.620.370.51
HSV224°52°69°
CMYK 0.520.380.00   0.31
XYZ17.158716.217743.3003
Yxy16.21770.22380.2115
Hunter Lab40.27125.5804-35.5598
CIE-Lab47.25889.9196-38.0086

#556eb0 color RGB value is (85,110,176).

#556eb0 hex color red value is 85, green value is 110 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #556eb0 hue: 0.62 , saturation: 0.37 and the lightness value of 556eb0 is 0.51.

The process color (four color CMYK) of #556eb0 color hex is 0.52, 0.38, 0.00, 0.31. Web safe color of #556eb0 is #666699. Color #556eb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101110 10110000
Octal 125 156 260
Decimal 85 110 176
Hex 55 6E B0

RGB Percentages of Color #556eb0

%22.91
%29.65
%47.44

CMYK Percentages of Color #556eb0

%52
%38
%0
%31

Triadic Colors of #556eb0

#556eb0 #b0556e #6eb055

Analogous Colors of #556eb0

#556eb0 #6a55b0 #559cb0

Monochromatic Colors of #556eb0

#556eb0

Complementary Color

#556eb0 #b09755

#556eb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556eb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556eb0 Color CSS Codes

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

#556eb0 Text Font Color

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

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


#556eb0 Background Color

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

This div background color is #556eb0


#556eb0 Border Color

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

This div border color is #556eb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556eb0

#556eb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.