Color Hex Logo

#052649 Color Hex

#052649
(5,38,73)
0 Favorites   0 Comments

Color spaces of #052649

RGB 53873
HSL0.590.870.15
HSV211°93°29°
CMYK 0.930.480.00   0.71
XYZ1.95831.89956.5668
Yxy1.89950.18790.1822
Hunter Lab13.78221.2439-18.6022
CIE-Lab14.95073.6641-25.0689

#052649 color RGB value is (5,38,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100110 01001001
Octal 5 46 111
Decimal 5 38 73
Hex 5 26 49

RGB Percentages of Color #052649

%4.31
%32.76
%62.93

CMYK Percentages of Color #052649

%93
%48
%0
%71

Triadic Colors of #052649

#052649 #490526 #264905

Analogous Colors of #052649

#052649 #060549 #054849

Monochromatic Colors of #052649

#052649

Complementary Color

#052649 #492805

#052649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052649 Color CSS Codes

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

#052649 Text Font Color

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

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


#052649 Background Color

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

This div background color is #052649


#052649 Border Color

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

This div border color is #052649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052649


Comments

No comments written yet.

Please login to write comment.