Color Hex Logo

#054676 Color Hex

#054676
(5,70,118)
0 Favorites   0 Comments

Color spaces of #054676

RGB 570118
HSL0.570.920.24
HSV205°96°46°
CMYK 0.960.410.00   0.54
XYZ5.52285.720617.9526
Yxy5.72060.18920.1959
Hunter Lab23.9178-0.6391-27.7604
CIE-Lab28.69631.0051-32.6068

#054676 color RGB value is (5,70,118).

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

The process color (four color CMYK) of #054676 color hex is 0.96, 0.41, 0.00, 0.54. Web safe color of #054676 is #003366. Color #054676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000110 01110110
Octal 5 106 166
Decimal 5 70 118
Hex 5 46 76

RGB Percentages of Color #054676

%2.59
%36.27
%61.14

CMYK Percentages of Color #054676

%96
%41
%0
%54

Triadic Colors of #054676

#054676 #760546 #467605

Analogous Colors of #054676

#054676 #050d76 #05766e

Monochromatic Colors of #054676

#054676

Complementary Color

#054676 #763505

#054676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054676 Color CSS Codes

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

#054676 Text Font Color

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

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


#054676 Background Color

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

This div background color is #054676


#054676 Border Color

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

This div border color is #054676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054676


Comments

No comments written yet.

Please login to write comment.