Color Hex Logo

#052946 Color Hex

#052946
(5,41,70)
0 Favorites   0 Comments

Color spaces of #052946

RGB 54170
HSL0.570.870.15
HSV207°93°27°
CMYK 0.930.410.00   0.73
XYZ1.96102.06036.0887
Yxy2.06030.19400.2038
Hunter Lab14.3537-0.7325-15.1025
CIE-Lab15.80060.0641-21.6521

#052946 color RGB value is (5,41,70).

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

The process color (four color CMYK) of #052946 color hex is 0.93, 0.41, 0.00, 0.73. Web safe color of #052946 is #003333. Color #052946 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101001 01000110
Octal 5 51 106
Decimal 5 41 70
Hex 5 29 46

RGB Percentages of Color #052946

%4.31
%35.34
%60.34

CMYK Percentages of Color #052946

%93
%41
%0
%73

Triadic Colors of #052946

#052946 #460529 #294605

Analogous Colors of #052946

#052946 #050946 #054643

Monochromatic Colors of #052946

#052946

Complementary Color

#052946 #462205

#052946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052946 Color CSS Codes

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

#052946 Text Font Color

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

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


#052946 Background Color

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

This div background color is #052946


#052946 Border Color

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

This div border color is #052946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052946


Comments

No comments written yet.

Please login to write comment.