Color Hex Logo

#052940 Color Hex

#052940
(5,41,64)
0 Favorites   0 Comments

Color spaces of #052940

RGB 54164
HSL0.560.860.14
HSV203°92°25°
CMYK 0.920.360.00   0.75
XYZ1.78091.98835.1404
Yxy1.98830.19990.2232
Hunter Lab14.1007-2.1319-11.7436
CIE-Lab15.4257-2.6540-18.1017

#052940 color RGB value is (5,41,64).

#052940 hex color red value is 5, green value is 41 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #052940 hue: 0.56 , saturation: 0.86 and the lightness value of 052940 is 0.14.

The process color (four color CMYK) of #052940 color hex is 0.92, 0.36, 0.00, 0.75. Web safe color of #052940 is #003333. Color #052940 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101001 01000000
Octal 5 51 100
Decimal 5 41 64
Hex 5 29 40

RGB Percentages of Color #052940

%4.55
%37.27
%58.18

CMYK Percentages of Color #052940

%92
%36
%0
%75

Triadic Colors of #052940

#052940 #400529 #294005

Analogous Colors of #052940

#052940 #050c40 #05403a

Monochromatic Colors of #052940

#052940

Complementary Color

#052940 #401c05

#052940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052940 Color CSS Codes

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

#052940 Text Font Color

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

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


#052940 Background Color

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

This div background color is #052940


#052940 Border Color

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

This div border color is #052940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052940


Comments

No comments written yet.

Please login to write comment.