Color Hex Logo

#055dbb Color Hex

#055DBB
(5,93,187)
0 Favorites   0 Comments

Color spaces of #055dbb

RGB 593187
HSL0.590.950.38
HSV211°97°73°
CMYK 0.970.500.00   0.27
XYZ12.946611.448848.5412
Yxy11.44880.17750.1570
Hunter Lab33.83619.0858-61.3721
CIE-Lab40.326314.4763-55.6705

#055dbb color RGB value is (5,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011101 10111011
Octal 5 135 273
Decimal 5 93 187
Hex 5 5D BB

RGB Percentages of Color #055dbb

%1.75
%32.63
%65.61

CMYK Percentages of Color #055dbb

%97
%50
%0
%27

Triadic Colors of #055dbb

#055dbb #bb055d #5dbb05

Analogous Colors of #055dbb

#055dbb #0805bb #05b8bb

Monochromatic Colors of #055dbb

#055dbb

Complementary Color

#055dbb #bb6305

#055dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#055dbb Color CSS Codes

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

#055dbb Text Font Color

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

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


#055dbb Background Color

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

This div background color is #055dbb


#055dbb Border Color

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

This div border color is #055dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055dbb


Comments

No comments written yet.

Please login to write comment.