Color Hex Logo

#053058 Color Hex

#053058
(5,48,88)
0 Favorites   0 Comments

Color spaces of #053058

RGB 54888
HSL0.580.890.18
HSV209°94°35°
CMYK 0.940.450.00   0.65
XYZ2.88102.85089.6309
Yxy2.85080.18750.1856
Hunter Lab16.88430.9102-22.0003
CIE-Lab19.43623.1550-28.0143

#053058 color RGB value is (5,48,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110000 01011000
Octal 5 60 130
Decimal 5 48 88
Hex 5 30 58

RGB Percentages of Color #053058

%3.55
%34.04
%62.41

CMYK Percentages of Color #053058

%94
%45
%0
%65

Triadic Colors of #053058

#053058 #580530 #305805

Analogous Colors of #053058

#053058 #050758 #055857

Monochromatic Colors of #053058

#053058

Complementary Color

#053058 #582d05

#053058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053058 Color CSS Codes

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

#053058 Text Font Color

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

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


#053058 Background Color

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

This div background color is #053058


#053058 Border Color

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

This div border color is #053058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053058


Comments

No comments written yet.

Please login to write comment.