Color Hex Logo

#054168 Color Hex

#054168
(5,65,104)
0 Favorites   0 Comments

Color spaces of #054168

RGB 565104
HSL0.570.910.21
HSV204°95°41°
CMYK 0.950.380.00   0.59
XYZ4.45164.812313.7910
Yxy4.81230.19310.2087
Hunter Lab21.9370-2.1672-21.9177
CIE-Lab26.1932-1.6362-27.6936

#054168 color RGB value is (5,65,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000001 01101000
Octal 5 101 150
Decimal 5 65 104
Hex 5 41 68

RGB Percentages of Color #054168

%2.87
%37.36
%59.77

CMYK Percentages of Color #054168

%95
%38
%0
%59

Triadic Colors of #054168

#054168 #680541 #416805

Analogous Colors of #054168

#054168 #051068 #05685e

Monochromatic Colors of #054168

#054168

Complementary Color

#054168 #682c05

#054168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054168 Color CSS Codes

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

#054168 Text Font Color

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

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


#054168 Background Color

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

This div background color is #054168


#054168 Border Color

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

This div border color is #054168


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,65,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 #054168">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054168


Comments

No comments written yet.

Please login to write comment.