Color Hex Logo

#053544 Color Hex

#053544
(5,53,68)
0 Favorites   0 Comments

Color spaces of #053544

RGB 55368
HSL0.540.860.14
HSV194°93°27°
CMYK 0.930.220.00   0.73
XYZ2.37912.99585.9217
Yxy2.99580.21060.2652
Hunter Lab17.3084-5.7542-8.1690
CIE-Lab20.0271-9.0282-13.6593

#053544 color RGB value is (5,53,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110101 01000100
Octal 5 65 104
Decimal 5 53 68
Hex 5 35 44

RGB Percentages of Color #053544

%3.97
%42.06
%53.97

CMYK Percentages of Color #053544

%93
%22
%0
%73

Triadic Colors of #053544

#053544 #440535 #354405

Analogous Colors of #053544

#053544 #051644 #054434

Monochromatic Colors of #053544

#053544

Complementary Color

#053544 #441405

#053544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053544 Color CSS Codes

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

#053544 Text Font Color

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

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


#053544 Background Color

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

This div background color is #053544


#053544 Border Color

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

This div border color is #053544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053544


Comments

No comments written yet.

Please login to write comment.