Color Hex Logo

#052137 Color Hex

#052137
(5,33,55)
0 Favorites   0 Comments

Color spaces of #052137

RGB 53355
HSL0.570.830.12
HSV206°91°22°
CMYK 0.910.400.00   0.78
XYZ1.29601.39583.8155
Yxy1.39580.19920.2145
Hunter Lab11.8144-1.0943-10.8778
CIE-Lab11.9297-0.9348-17.2930

#052137 color RGB value is (5,33,55).

#052137 hex color red value is 5, green value is 33 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #052137 hue: 0.57 , saturation: 0.83 and the lightness value of 052137 is 0.12.

The process color (four color CMYK) of #052137 color hex is 0.91, 0.40, 0.00, 0.78. Web safe color of #052137 is #003333. Color #052137 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100001 00110111
Octal 5 41 67
Decimal 5 33 55
Hex 5 21 37

RGB Percentages of Color #052137

%5.38
%35.48
%59.14

CMYK Percentages of Color #052137

%91
%40
%0
%78

Triadic Colors of #052137

#052137 #370521 #213705

Analogous Colors of #052137

#052137 #050837 #053734

Monochromatic Colors of #052137

#052137

Complementary Color

#052137 #371b05

#052137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052137 Color CSS Codes

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

#052137 Text Font Color

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

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


#052137 Background Color

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

This div background color is #052137


#052137 Border Color

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

This div border color is #052137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052137


Comments

No comments written yet.

Please login to write comment.