Color Hex Logo

#053258 Color Hex

#053258
(5,50,88)
0 Favorites   0 Comments

Color spaces of #053258

RGB 55088
HSL0.580.890.18
HSV207°94°35°
CMYK 0.940.430.00   0.65
XYZ2.96463.01809.6588
Yxy3.01800.18950.1929
Hunter Lab17.37240.0594-20.8037
CIE-Lab20.11581.7190-26.9285

#053258 color RGB value is (5,50,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110010 01011000
Octal 5 62 130
Decimal 5 50 88
Hex 5 32 58

RGB Percentages of Color #053258

%3.50
%34.97
%61.54

CMYK Percentages of Color #053258

%94
%43
%0
%65

Triadic Colors of #053258

#053258 #580532 #325805

Analogous Colors of #053258

#053258 #050858 #055855

Monochromatic Colors of #053258

#053258

Complementary Color

#053258 #582b05

#053258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053258 Color CSS Codes

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

#053258 Text Font Color

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

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


#053258 Background Color

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

This div background color is #053258


#053258 Border Color

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

This div border color is #053258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053258


Comments

No comments written yet.

Please login to write comment.