Color Hex Logo

#054987 Color Hex

#054987
(5,73,135)
0 Favorites   0 Comments

Color spaces of #054987

RGB 573135
HSL0.580.930.27
HSV209°96°53°
CMYK 0.960.460.00   0.47
XYZ6.81836.546623.8259
Yxy6.54660.18330.1760
Hunter Lab25.58632.7910-37.3002
CIE-Lab30.75166.2384-39.9139

#054987 color RGB value is (5,73,135).

#054987 hex color red value is 5, green value is 73 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #054987 hue: 0.58 , saturation: 0.93 and the lightness value of 054987 is 0.27.

The process color (four color CMYK) of #054987 color hex is 0.96, 0.46, 0.00, 0.47. Web safe color of #054987 is #003399. Color #054987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001001 10000111
Octal 5 111 207
Decimal 5 73 135
Hex 5 49 87

RGB Percentages of Color #054987

%2.35
%34.27
%63.38

CMYK Percentages of Color #054987

%96
%46
%0
%47

Triadic Colors of #054987

#054987 #870549 #498705

Analogous Colors of #054987

#054987 #050887 #058784

Monochromatic Colors of #054987

#054987

Complementary Color

#054987 #874305

#054987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054987 Color CSS Codes

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

#054987 Text Font Color

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

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


#054987 Background Color

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

This div background color is #054987


#054987 Border Color

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

This div border color is #054987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054987


Comments

No comments written yet.

Please login to write comment.