Color Hex Logo

#055889 Color Hex

#055889
(5,88,137)
0 Favorites   0 Comments

Color spaces of #055889

RGB 588137
HSL0.560.930.28
HSV202°96°54°
CMYK 0.960.360.00   0.46
XYZ8.06778.817924.9437
Yxy8.81790.19290.2108
Hunter Lab29.6949-3.4702-29.0170
CIE-Lab35.6313-2.8097-33.3567

#055889 color RGB value is (5,88,137).

#055889 hex color red value is 5, green value is 88 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #055889 hue: 0.56 , saturation: 0.93 and the lightness value of 055889 is 0.28.

The process color (four color CMYK) of #055889 color hex is 0.96, 0.36, 0.00, 0.46. Web safe color of #055889 is #006699. Color #055889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011000 10001001
Octal 5 130 211
Decimal 5 88 137
Hex 5 58 89

RGB Percentages of Color #055889

%2.17
%38.26
%59.57

CMYK Percentages of Color #055889

%96
%36
%0
%46

Triadic Colors of #055889

#055889 #890558 #588905

Analogous Colors of #055889

#055889 #051689 #058978

Monochromatic Colors of #055889

#055889

Complementary Color

#055889 #893605

#055889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055889 Color CSS Codes

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

#055889 Text Font Color

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

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


#055889 Background Color

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

This div background color is #055889


#055889 Border Color

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

This div border color is #055889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055889


Comments

No comments written yet.

Please login to write comment.