Color Hex Logo

#053259 Color Hex

#053259
(5,50,89)
0 Favorites   0 Comments

Color spaces of #053259

RGB 55089
HSL0.580.890.18
HSV208°94°35°
CMYK 0.940.440.00   0.65
XYZ3.00643.03479.8785
Yxy3.03470.18880.1906
Hunter Lab17.42040.3197-21.4270
CIE-Lab20.18232.1687-27.4851

#053259 color RGB value is (5,50,89).

#053259 hex color red value is 5, green value is 50 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #053259 hue: 0.58 , saturation: 0.89 and the lightness value of 053259 is 0.18.

The process color (four color CMYK) of #053259 color hex is 0.94, 0.44, 0.00, 0.65. Web safe color of #053259 is #003366. Color #053259 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110010 01011001
Octal 5 62 131
Decimal 5 50 89
Hex 5 32 59

RGB Percentages of Color #053259

%3.47
%34.72
%61.81

CMYK Percentages of Color #053259

%94
%44
%0
%65

Triadic Colors of #053259

#053259 #590532 #325905

Analogous Colors of #053259

#053259 #050859 #055956

Monochromatic Colors of #053259

#053259

Complementary Color

#053259 #592c05

#053259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053259 Color CSS Codes

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

#053259 Text Font Color

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

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


#053259 Background Color

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

This div background color is #053259


#053259 Border Color

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

This div border color is #053259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053259


Comments

No comments written yet.

Please login to write comment.