Color Hex Logo

#054475 Color Hex

#054475
(5,68,117)
0 Favorites   0 Comments

Color spaces of #054475

RGB 568117
HSL0.570.920.24
HSV206°96°46°
CMYK 0.960.420.00   0.54
XYZ5.34065.450917.6003
Yxy5.45090.18810.1920
Hunter Lab23.3472-0.0261-28.3529
CIE-Lab27.98261.9280-33.1153

#054475 color RGB value is (5,68,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000100 01110101
Octal 5 104 165
Decimal 5 68 117
Hex 5 44 75

RGB Percentages of Color #054475

%2.63
%35.79
%61.58

CMYK Percentages of Color #054475

%96
%42
%0
%54

Triadic Colors of #054475

#054475 #750544 #447505

Analogous Colors of #054475

#054475 #050c75 #05756e

Monochromatic Colors of #054475

#054475

Complementary Color

#054475 #753605

#054475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054475 Color CSS Codes

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

#054475 Text Font Color

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

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


#054475 Background Color

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

This div background color is #054475


#054475 Border Color

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

This div border color is #054475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054475


Comments

No comments written yet.

Please login to write comment.