Color Hex Logo

#052547 Color Hex

#052547
(5,37,71)
0 Favorites   0 Comments

Color spaces of #052547

RGB 53771
HSL0.590.870.15
HSV211°93°28°
CMYK 0.930.480.00   0.72
XYZ1.86151.81036.2126
Yxy1.81030.18830.1831
Hunter Lab13.45471.1502-17.9583
CIE-Lab14.45853.4891-24.4813

#052547 color RGB value is (5,37,71).

#052547 hex color red value is 5, green value is 37 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #052547 hue: 0.59 , saturation: 0.87 and the lightness value of 052547 is 0.15.

The process color (four color CMYK) of #052547 color hex is 0.93, 0.48, 0.00, 0.72. Web safe color of #052547 is #003333. Color #052547 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100101 01000111
Octal 5 45 107
Decimal 5 37 71
Hex 5 25 47

RGB Percentages of Color #052547

%4.42
%32.74
%62.83

CMYK Percentages of Color #052547

%93
%48
%0
%72

Triadic Colors of #052547

#052547 #470525 #254705

Analogous Colors of #052547

#052547 #060547 #054647

Monochromatic Colors of #052547

#052547

Complementary Color

#052547 #472705

#052547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052547 Color CSS Codes

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

#052547 Text Font Color

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

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


#052547 Background Color

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

This div background color is #052547


#052547 Border Color

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

This div border color is #052547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052547


Comments

No comments written yet.

Please login to write comment.