Color Hex Logo

#055388 Color Hex

#055388
(5,83,136)
0 Favorites   0 Comments

Color spaces of #055388

RGB 583136
HSL0.570.930.28
HSV204°96°53°
CMYK 0.960.390.00   0.47
XYZ7.59987.996424.4355
Yxy7.99640.18980.1998
Hunter Lab28.2779-1.5138-31.4391
CIE-Lab33.9754-0.0051-35.3749

#055388 color RGB value is (5,83,136).

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

The process color (four color CMYK) of #055388 color hex is 0.96, 0.39, 0.00, 0.47. Web safe color of #055388 is #006699. Color #055388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010011 10001000
Octal 5 123 210
Decimal 5 83 136
Hex 5 53 88

RGB Percentages of Color #055388

%2.23
%37.05
%60.71

CMYK Percentages of Color #055388

%96
%39
%0
%47

Triadic Colors of #055388

#055388 #880553 #538805

Analogous Colors of #055388

#055388 #051188 #05887c

Monochromatic Colors of #055388

#055388

Complementary Color

#055388 #883a05

#055388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055388 Color CSS Codes

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

#055388 Text Font Color

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

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


#055388 Background Color

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

This div background color is #055388


#055388 Border Color

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

This div border color is #055388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055388


Comments

No comments written yet.

Please login to write comment.