Color Hex Logo

#05579b Color Hex

#05579B
(5,87,155)
0 Favorites   0 Comments

Color spaces of #05579b

RGB 587155
HSL0.580.940.31
HSV207°97°61°
CMYK 0.970.440.00   0.39
XYZ9.38729.215232.2943
Yxy9.21520.18440.1811
Hunter Lab30.35652.0739-41.8251
CIE-Lab36.39545.2770-43.0415

#05579b color RGB value is (5,87,155).

#05579b hex color red value is 5, green value is 87 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #05579b hue: 0.58 , saturation: 0.94 and the lightness value of 05579b is 0.31.

The process color (four color CMYK) of #05579b color hex is 0.97, 0.44, 0.00, 0.39. Web safe color of #05579b is #006699. Color #05579b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010111 10011011
Octal 5 127 233
Decimal 5 87 155
Hex 5 57 9B

RGB Percentages of Color #05579b

%2.02
%35.22
%62.75

CMYK Percentages of Color #05579b

%97
%44
%0
%39

Triadic Colors of #05579b

#05579b #9b0557 #579b05

Analogous Colors of #05579b

#05579b #050c9b #059b94

Monochromatic Colors of #05579b

#05579b

Complementary Color

#05579b #9b4905

#05579b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05579b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05579b Color CSS Codes

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

#05579b Text Font Color

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

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


#05579b Background Color

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

This div background color is #05579b


#05579b Border Color

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

This div border color is #05579b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,87,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05579b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05579b;
  -webkit-box-shadow: 1px 1px 3px 2px #05579b;
  box-shadow:         1px 1px 3px 2px #05579b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05579b


Comments

No comments written yet.

Please login to write comment.