Color Hex Logo

#0556b2 Color Hex

#0556B2
(5,86,178)
0 Favorites   0 Comments

Color spaces of #0556b2

RGB 586178
HSL0.590.950.36
HSV212°97°70°
CMYK 0.970.520.00   0.30
XYZ11.42639.902243.4286
Yxy9.90220.17640.1529
Hunter Lab31.46789.7468-59.7986
CIE-Lab37.666315.4496-54.6924

#0556b2 color RGB value is (5,86,178).

#0556b2 hex color red value is 5, green value is 86 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #0556b2 hue: 0.59 , saturation: 0.95 and the lightness value of 0556b2 is 0.36.

The process color (four color CMYK) of #0556b2 color hex is 0.97, 0.52, 0.00, 0.30. Web safe color of #0556b2 is #006699. Color #0556b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010110 10110010
Octal 5 126 262
Decimal 5 86 178
Hex 5 56 B2

RGB Percentages of Color #0556b2

%1.86
%31.97
%66.17

CMYK Percentages of Color #0556b2

%97
%52
%0
%30

Triadic Colors of #0556b2

#0556b2 #b20556 #56b205

Analogous Colors of #0556b2

#0556b2 #0b05b2 #05adb2

Monochromatic Colors of #0556b2

#0556b2

Complementary Color

#0556b2 #b26105

#0556b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0556b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0556b2 Color CSS Codes

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

#0556b2 Text Font Color

<p style="color:#0556b2">Text here</p>

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


#0556b2 Background Color

<div style="background-color:#0556b2">
Div content here</div>

This div background color is #0556b2


#0556b2 Border Color

<div style="border:3px solid #0556b2">
Div here</div>

This div border color is #0556b2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,86,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0556b2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0556b2;
  -webkit-box-shadow: 1px 1px 3px 2px #0556b2;
  box-shadow:         1px 1px 3px 2px #0556b2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,86,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0556b2

#0556b2 Color Palettes


Comments

No comments written yet.

Please login to write comment.