Color Hex Logo

#055db9 Color Hex

#055DB9
(5,93,185)
0 Favorites   0 Comments

Color spaces of #055db9

RGB 593185
HSL0.590.950.37
HSV211°97°73°
CMYK 0.970.500.00   0.27
XYZ12.733911.363747.4212
Yxy11.36370.17800.1589
Hunter Lab33.71018.4353-59.8083
CIE-Lab40.186413.6627-54.7275

#055db9 color RGB value is (5,93,185).

#055db9 hex color red value is 5, green value is 93 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #055db9 hue: 0.59 , saturation: 0.95 and the lightness value of 055db9 is 0.37.

The process color (four color CMYK) of #055db9 color hex is 0.97, 0.50, 0.00, 0.27. Web safe color of #055db9 is #0066cc. Color #055db9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011101 10111001
Octal 5 135 271
Decimal 5 93 185
Hex 5 5D B9

RGB Percentages of Color #055db9

%1.77
%32.86
%65.37

CMYK Percentages of Color #055db9

%97
%50
%0
%27

Triadic Colors of #055db9

#055db9 #b9055d #5db905

Analogous Colors of #055db9

#055db9 #0705b9 #05b7b9

Monochromatic Colors of #055db9

#055db9

Complementary Color

#055db9 #b96105

#055db9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055db9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055db9 Color CSS Codes

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

#055db9 Text Font Color

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

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


#055db9 Background Color

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

This div background color is #055db9


#055db9 Border Color

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

This div border color is #055db9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,93,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #055db9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #055db9;
  -webkit-box-shadow: 1px 1px 3px 2px #055db9;
  box-shadow:         1px 1px 3px 2px #055db9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055db9


Comments

No comments written yet.

Please login to write comment.