Color Hex Logo

#052759 Color Hex

#052759
(5,39,89)
0 Favorites   0 Comments

Color spaces of #052759

RGB 53989
HSL0.600.890.18
HSV216°94°35°
CMYK 0.940.560.00   0.65
XYZ2.59132.20469.7401
Yxy2.20460.17830.1517
Hunter Lab14.84795.1685-28.5002
CIE-Lab16.526310.2866-33.3669

#052759 color RGB value is (5,39,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100111 01011001
Octal 5 47 131
Decimal 5 39 89
Hex 5 27 59

RGB Percentages of Color #052759

%3.76
%29.32
%66.92

CMYK Percentages of Color #052759

%94
%56
%0
%65

Triadic Colors of #052759

#052759 #590527 #275905

Analogous Colors of #052759

#052759 #0d0559 #055159

Monochromatic Colors of #052759

#052759

Complementary Color

#052759 #593705

#052759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052759 Color CSS Codes

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

#052759 Text Font Color

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

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


#052759 Background Color

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

This div background color is #052759


#052759 Border Color

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

This div border color is #052759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052759


Comments

No comments written yet.

Please login to write comment.