Color Hex Logo

#053748 Color Hex

#053748
(5,55,72)
0 Favorites   0 Comments

Color spaces of #053748

RGB 55572
HSL0.540.870.15
HSV195°93°28°
CMYK 0.930.240.00   0.72
XYZ2.59853.23256.6179
Yxy3.23250.20870.2597
Hunter Lab17.9792-5.6652-9.2385
CIE-Lab20.9520-8.6503-14.9249

#053748 color RGB value is (5,55,72).

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

The process color (four color CMYK) of #053748 color hex is 0.93, 0.24, 0.00, 0.72. Web safe color of #053748 is #003333. Color #053748 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110111 01001000
Octal 5 67 110
Decimal 5 55 72
Hex 5 37 48

RGB Percentages of Color #053748

%3.79
%41.67
%54.55

CMYK Percentages of Color #053748

%93
%24
%0
%72

Triadic Colors of #053748

#053748 #480537 #374805

Analogous Colors of #053748

#053748 #051648 #054837

Monochromatic Colors of #053748

#053748

Complementary Color

#053748 #481605

#053748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053748 Color CSS Codes

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

#053748 Text Font Color

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

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


#053748 Background Color

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

This div background color is #053748


#053748 Border Color

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

This div border color is #053748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053748


Comments

No comments written yet.

Please login to write comment.