Color Hex Logo

#056474 Color Hex

#056474
(5,100,116)
0 Favorites   0 Comments

Color spaces of #056474

RGB 5100116
HSL0.520.920.24
HSV189°96°45°
CMYK 0.960.140.00   0.55
XYZ7.772110.407618.1222
Yxy10.40760.21410.2867
Hunter Lab32.2608-13.4532-10.7230
CIE-Lab38.5642-18.1689-15.9375

#056474 color RGB value is (5,100,116).

#056474 hex color red value is 5, green value is 100 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #056474 hue: 0.52 , saturation: 0.92 and the lightness value of 056474 is 0.24.

The process color (four color CMYK) of #056474 color hex is 0.96, 0.14, 0.00, 0.55. Web safe color of #056474 is #006666. Color #056474 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100100 01110100
Octal 5 144 164
Decimal 5 100 116
Hex 5 64 74

RGB Percentages of Color #056474

%2.26
%45.25
%52.49

CMYK Percentages of Color #056474

%96
%14
%0
%55

Triadic Colors of #056474

#056474 #740564 #647405

Analogous Colors of #056474

#056474 #052d74 #05744d

Monochromatic Colors of #056474

#056474

Complementary Color

#056474 #741505

#056474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056474 Color CSS Codes

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

#056474 Text Font Color

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

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


#056474 Background Color

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

This div background color is #056474


#056474 Border Color

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

This div border color is #056474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056474


Comments

No comments written yet.

Please login to write comment.