Color Hex Logo

#054768 Color Hex

#054768
(5,71,104)
0 Favorites   0 Comments

Color spaces of #054768

RGB 571104
HSL0.560.910.21
HSV200°95°41°
CMYK 0.950.320.00   0.59
XYZ4.81455.538213.9119
Yxy5.53820.19840.2282
Hunter Lab23.5334-4.6656-18.5763
CIE-Lab28.2161-5.5857-24.4983

#054768 color RGB value is (5,71,104).

#054768 hex color red value is 5, green value is 71 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #054768 hue: 0.56 , saturation: 0.91 and the lightness value of 054768 is 0.21.

The process color (four color CMYK) of #054768 color hex is 0.95, 0.32, 0.00, 0.59. Web safe color of #054768 is #003366. Color #054768 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000111 01101000
Octal 5 107 150
Decimal 5 71 104
Hex 5 47 68

RGB Percentages of Color #054768

%2.78
%39.44
%57.78

CMYK Percentages of Color #054768

%95
%32
%0
%59

Triadic Colors of #054768

#054768 #680547 #476805

Analogous Colors of #054768

#054768 #051668 #056858

Monochromatic Colors of #054768

#054768

Complementary Color

#054768 #682605

#054768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054768 Color CSS Codes

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

#054768 Text Font Color

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

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


#054768 Background Color

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

This div background color is #054768


#054768 Border Color

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

This div border color is #054768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054768


Comments

No comments written yet.

Please login to write comment.