Color Hex Logo

#052f60 Color Hex

#052F60
(5,47,96)
0 Favorites   0 Comments

Color spaces of #052f60

RGB 54796
HSL0.590.900.20
HSV212°95°38°
CMYK 0.950.510.00   0.62
XYZ3.19042.909811.4598
Yxy2.90980.18170.1657
Hunter Lab17.05813.5333-27.8908
CIE-Lab19.67907.5006-32.9129

#052f60 color RGB value is (5,47,96).

#052f60 hex color red value is 5, green value is 47 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #052f60 hue: 0.59 , saturation: 0.90 and the lightness value of 052f60 is 0.20.

The process color (four color CMYK) of #052f60 color hex is 0.95, 0.51, 0.00, 0.62. Web safe color of #052f60 is #003366. Color #052f60 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101111 01100000
Octal 5 57 140
Decimal 5 47 96
Hex 5 2F 60

RGB Percentages of Color #052f60

%3.38
%31.76
%64.86

CMYK Percentages of Color #052f60

%95
%51
%0
%62

Triadic Colors of #052f60

#052f60 #60052f #2f6005

Analogous Colors of #052f60

#052f60 #080560 #055d60

Monochromatic Colors of #052f60

#052f60

Complementary Color

#052f60 #603605

#052f60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052f60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052f60 Color CSS Codes

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

#052f60 Text Font Color

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

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


#052f60 Background Color

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

This div background color is #052f60


#052f60 Border Color

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

This div border color is #052f60


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,47,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052f60; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052f60;
  -webkit-box-shadow: 1px 1px 3px 2px #052f60;
  box-shadow:         1px 1px 3px 2px #052f60; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052f60


Comments

No comments written yet.

Please login to write comment.