Color Hex Logo

#052059 Color Hex

#052059
(5,32,89)
0 Favorites   0 Comments

Color spaces of #052059

RGB 53289
HSL0.610.890.18
HSV221°94°35°
CMYK 0.940.640.00   0.65
XYZ2.38231.78669.6705
Yxy1.78660.17210.1291
Hunter Lab13.36648.4230-33.5395
CIE-Lab14.325015.6153-36.9487

#052059 color RGB value is (5,32,89).

#052059 hex color red value is 5, green value is 32 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #052059 hue: 0.61 , saturation: 0.89 and the lightness value of 052059 is 0.18.

The process color (four color CMYK) of #052059 color hex is 0.94, 0.64, 0.00, 0.65. Web safe color of #052059 is #003366. Color #052059 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100000 01011001
Octal 5 40 131
Decimal 5 32 89
Hex 5 20 59

RGB Percentages of Color #052059

%3.97
%25.40
%70.63

CMYK Percentages of Color #052059

%94
%64
%0
%65

Triadic Colors of #052059

#052059 #590520 #205905

Analogous Colors of #052059

#052059 #140559 #054a59

Monochromatic Colors of #052059

#052059

Complementary Color

#052059 #593e05

#052059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052059 Color CSS Codes

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

#052059 Text Font Color

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

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


#052059 Background Color

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

This div background color is #052059


#052059 Border Color

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

This div border color is #052059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052059


Comments

No comments written yet.

Please login to write comment.