Color Hex Logo

#056788 Color Hex

#056788
(5,103,136)
0 Favorites   0 Comments

Color spaces of #056788

RGB 5103136
HSL0.540.930.28
HSV195°96°53°
CMYK 0.960.240.00   0.47
XYZ9.356811.510325.0211
Yxy11.51030.20390.2508
Hunter Lab33.9268-10.1428-19.9777
CIE-Lab40.4270-12.3504-25.2147

#056788 color RGB value is (5,103,136).

#056788 hex color red value is 5, green value is 103 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #056788 hue: 0.54 , saturation: 0.93 and the lightness value of 056788 is 0.28.

The process color (four color CMYK) of #056788 color hex is 0.96, 0.24, 0.00, 0.47. Web safe color of #056788 is #006699. Color #056788 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100111 10001000
Octal 5 147 210
Decimal 5 103 136
Hex 5 67 88

RGB Percentages of Color #056788

%2.05
%42.21
%55.74

CMYK Percentages of Color #056788

%96
%24
%0
%47

Triadic Colors of #056788

#056788 #880567 #678805

Analogous Colors of #056788

#056788 #052588 #058868

Monochromatic Colors of #056788

#056788

Complementary Color

#056788 #882605

#056788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056788 Color CSS Codes

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

#056788 Text Font Color

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

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


#056788 Background Color

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

This div background color is #056788


#056788 Border Color

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

This div border color is #056788


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,103,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #056788; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #056788;
  -webkit-box-shadow: 1px 1px 3px 2px #056788;
  box-shadow:         1px 1px 3px 2px #056788; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056788


Comments

No comments written yet.

Please login to write comment.