Color Hex Logo

#053743 Color Hex

#053743
(5,55,67)
0 Favorites   0 Comments

Color spaces of #053743

RGB 55567
HSL0.530.860.14
HSV192°93°26°
CMYK 0.930.180.00   0.74
XYZ2.44193.16995.7933
Yxy3.16990.21410.2779
Hunter Lab17.8042-6.6756-6.8294
CIE-Lab20.7119-10.7042-11.9269

#053743 color RGB value is (5,55,67).

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

The process color (four color CMYK) of #053743 color hex is 0.93, 0.18, 0.00, 0.74. Web safe color of #053743 is #003333. Color #053743 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110111 01000011
Octal 5 67 103
Decimal 5 55 67
Hex 5 37 43

RGB Percentages of Color #053743

%3.94
%43.31
%52.76

CMYK Percentages of Color #053743

%93
%18
%0
%74

Triadic Colors of #053743

#053743 #430537 #374305

Analogous Colors of #053743

#053743 #051843 #054330

Monochromatic Colors of #053743

#053743

Complementary Color

#053743 #431105

#053743 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053743 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053743 Color CSS Codes

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

#053743 Text Font Color

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

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


#053743 Background Color

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

This div background color is #053743


#053743 Border Color

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

This div border color is #053743


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053743


Comments

No comments written yet.

Please login to write comment.