Color Hex Logo

#05588d Color Hex

#05588D
(5,88,141)
0 Favorites   0 Comments

Color spaces of #05588d

RGB 588141
HSL0.560.930.29
HSV203°96°55°
CMYK 0.960.380.00   0.45
XYZ8.36008.934826.4833
Yxy8.93480.19100.2041
Hunter Lab29.8911-2.3863-31.6067
CIE-Lab35.8585-1.1665-35.4328

#05588d color RGB value is (5,88,141).

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

The process color (four color CMYK) of #05588d color hex is 0.96, 0.38, 0.00, 0.45. Web safe color of #05588d is #006699. Color #05588d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011000 10001101
Octal 5 130 215
Decimal 5 88 141
Hex 5 58 8D

RGB Percentages of Color #05588d

%2.14
%37.61
%60.26

CMYK Percentages of Color #05588d

%96
%38
%0
%45

Triadic Colors of #05588d

#05588d #8d0558 #588d05

Analogous Colors of #05588d

#05588d #05148d #058d7e

Monochromatic Colors of #05588d

#05588d

Complementary Color

#05588d #8d3a05

#05588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05588d Color CSS Codes

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

#05588d Text Font Color

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

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


#05588d Background Color

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

This div background color is #05588d


#05588d Border Color

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

This div border color is #05588d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05588d


Comments

No comments written yet.

Please login to write comment.