Color Hex Logo

#055fbd Color Hex

#055FBD
(5,95,189)
0 Favorites   0 Comments

Color spaces of #055fbd

RGB 595189
HSL0.590.950.38
HSV211°97°74°
CMYK 0.970.500.00   0.26
XYZ13.340111.890849.7362
Yxy11.89080.17790.1586
Hunter Lab34.48308.7091-61.3781
CIE-Lab41.042013.9717-55.6801

#055fbd color RGB value is (5,95,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011111 10111101
Octal 5 137 275
Decimal 5 95 189
Hex 5 5F BD

RGB Percentages of Color #055fbd

%1.73
%32.87
%65.40

CMYK Percentages of Color #055fbd

%97
%50
%0
%26

Triadic Colors of #055fbd

#055fbd #bd055f #5fbd05

Analogous Colors of #055fbd

#055fbd #0705bd #05bbbd

Monochromatic Colors of #055fbd

#055fbd

Complementary Color

#055fbd #bd6305

#055fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#055fbd Color CSS Codes

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

#055fbd Text Font Color

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

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


#055fbd Background Color

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

This div background color is #055fbd


#055fbd Border Color

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

This div border color is #055fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055fbd


Comments

No comments written yet.

Please login to write comment.