Color Hex Logo

#054887 Color Hex

#054887
(5,72,135)
0 Favorites   0 Comments

Color spaces of #054887

RGB 572135
HSL0.580.930.27
HSV209°96°53°
CMYK 0.960.470.00   0.47
XYZ6.75316.416323.8042
Yxy6.41630.18260.1735
Hunter Lab25.33043.2599-37.9863
CIE-Lab30.43946.9199-40.4157

#054887 color RGB value is (5,72,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001000 10000111
Octal 5 110 207
Decimal 5 72 135
Hex 5 48 87

RGB Percentages of Color #054887

%2.36
%33.96
%63.68

CMYK Percentages of Color #054887

%96
%47
%0
%47

Triadic Colors of #054887

#054887 #870548 #488705

Analogous Colors of #054887

#054887 #050787 #058785

Monochromatic Colors of #054887

#054887

Complementary Color

#054887 #874405

#054887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054887 Color CSS Codes

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

#054887 Text Font Color

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

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


#054887 Background Color

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

This div background color is #054887


#054887 Border Color

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

This div border color is #054887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054887


Comments

No comments written yet.

Please login to write comment.