Color Hex Logo

#056770 Color Hex

#056770
(5,103,112)
0 Favorites   0 Comments

Color spaces of #056770

RGB 5103112
HSL0.510.910.23
HSV185°96°44°
CMYK 0.960.080.00   0.56
XYZ7.837510.902617.0206
Yxy10.90260.21920.3049
Hunter Lab33.0191-15.4142-7.4493
CIE-Lab39.4159-21.2330-12.1931

#056770 color RGB value is (5,103,112).

#056770 hex color red value is 5, green value is 103 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #056770 hue: 0.51 , saturation: 0.91 and the lightness value of 056770 is 0.23.

The process color (four color CMYK) of #056770 color hex is 0.96, 0.08, 0.00, 0.56. Web safe color of #056770 is #006666. Color #056770 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100111 01110000
Octal 5 147 160
Decimal 5 103 112
Hex 5 67 70

RGB Percentages of Color #056770

%2.27
%46.82
%50.91

CMYK Percentages of Color #056770

%96
%8
%0
%56

Triadic Colors of #056770

#056770 #700567 #677005

Analogous Colors of #056770

#056770 #053170 #057044

Monochromatic Colors of #056770

#056770

Complementary Color

#056770 #700e05

#056770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056770 Color CSS Codes

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

#056770 Text Font Color

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

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


#056770 Background Color

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

This div background color is #056770


#056770 Border Color

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

This div border color is #056770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056770


Comments

No comments written yet.

Please login to write comment.