Color Hex Logo

#053453 Color Hex

#053453
(5,52,83)
0 Favorites   0 Comments

Color spaces of #053453

RGB 55283
HSL0.570.890.17
HSV204°94°33°
CMYK 0.940.370.00   0.67
XYZ2.85193.11288.6341
Yxy3.11280.19540.2132
Hunter Lab17.6431-2.0221-16.6648
CIE-Lab20.4901-1.9144-23.0103

#053453 color RGB value is (5,52,83).

#053453 hex color red value is 5, green value is 52 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #053453 hue: 0.57 , saturation: 0.89 and the lightness value of 053453 is 0.17.

The process color (four color CMYK) of #053453 color hex is 0.94, 0.37, 0.00, 0.67. Web safe color of #053453 is #003366. Color #053453 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110100 01010011
Octal 5 64 123
Decimal 5 52 83
Hex 5 34 53

RGB Percentages of Color #053453

%3.57
%37.14
%59.29

CMYK Percentages of Color #053453

%94
%37
%0
%67

Triadic Colors of #053453

#053453 #530534 #345305

Analogous Colors of #053453

#053453 #050d53 #05534b

Monochromatic Colors of #053453

#053453

Complementary Color

#053453 #532405

#053453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053453 Color CSS Codes

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

#053453 Text Font Color

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

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


#053453 Background Color

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

This div background color is #053453


#053453 Border Color

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

This div border color is #053453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053453


Comments

No comments written yet.

Please login to write comment.