Color Hex Logo

#053a46 Color Hex

#053A46
(5,58,70)
0 Favorites   0 Comments

Color spaces of #053a46

RGB 55870
HSL0.530.870.15
HSV191°93°27°
CMYK 0.930.170.00   0.73
XYZ2.68113.50066.3287
Yxy3.50060.21430.2798
Hunter Lab18.7099-7.1635-6.9582
CIE-Lab21.9465-11.3579-12.0475

#053a46 color RGB value is (5,58,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111010 01000110
Octal 5 72 106
Decimal 5 58 70
Hex 5 3A 46

RGB Percentages of Color #053a46

%3.76
%43.61
%52.63

CMYK Percentages of Color #053a46

%93
%17
%0
%73

Triadic Colors of #053a46

#053a46 #46053a #3a4605

Analogous Colors of #053a46

#053a46 #051a46 #054632

Monochromatic Colors of #053a46

#053a46

Complementary Color

#053a46 #461105

#053a46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053a46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053a46 Color CSS Codes

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

#053a46 Text Font Color

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

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


#053a46 Background Color

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

This div background color is #053a46


#053a46 Border Color

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

This div border color is #053a46


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,58,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 #053a46">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053a46


Comments

No comments written yet.

Please login to write comment.