Color Hex Logo

#052039 Color Hex

#052039
(5,32,57)
0 Favorites   0 Comments

Color spaces of #052039

RGB 53257
HSL0.580.840.12
HSV209°91°22°
CMYK 0.910.440.00   0.78
XYZ1.31761.36074.0641
Yxy1.36070.19540.2018
Hunter Lab11.6649-0.2513-12.4914
CIE-Lab11.69360.7428-19.0917

#052039 color RGB value is (5,32,57).

#052039 hex color red value is 5, green value is 32 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #052039 hue: 0.58 , saturation: 0.84 and the lightness value of 052039 is 0.12.

The process color (four color CMYK) of #052039 color hex is 0.91, 0.44, 0.00, 0.78. Web safe color of #052039 is #003333. Color #052039 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100000 00111001
Octal 5 40 71
Decimal 5 32 57
Hex 5 20 39

RGB Percentages of Color #052039

%5.32
%34.04
%60.64

CMYK Percentages of Color #052039

%91
%44
%0
%78

Triadic Colors of #052039

#052039 #390520 #203905

Analogous Colors of #052039

#052039 #050639 #053938

Monochromatic Colors of #052039

#052039

Complementary Color

#052039 #391e05

#052039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052039 Color CSS Codes

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

#052039 Text Font Color

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

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


#052039 Background Color

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

This div background color is #052039


#052039 Border Color

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

This div border color is #052039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052039


Comments

No comments written yet.

Please login to write comment.