Color Hex Logo

#055dbc Color Hex

#055DBC
(5,93,188)
0 Favorites   0 Comments

Color spaces of #055dbc

RGB 593188
HSL0.590.950.38
HSV211°97°74°
CMYK 0.970.510.00   0.26
XYZ13.054011.491849.1071
Yxy11.49180.17720.1560
Hunter Lab33.89969.4123-62.1582
CIE-Lab40.396714.8821-56.1405

#055dbc color RGB value is (5,93,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011101 10111100
Octal 5 135 274
Decimal 5 93 188
Hex 5 5D BC

RGB Percentages of Color #055dbc

%1.75
%32.52
%65.73

CMYK Percentages of Color #055dbc

%97
%51
%0
%26

Triadic Colors of #055dbc

#055dbc #bc055d #5dbc05

Analogous Colors of #055dbc

#055dbc #0805bc #05b9bc

Monochromatic Colors of #055dbc

#055dbc

Complementary Color

#055dbc #bc6405

#055dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#055dbc Color CSS Codes

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

#055dbc Text Font Color

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

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


#055dbc Background Color

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

This div background color is #055dbc


#055dbc Border Color

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

This div border color is #055dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055dbc


Comments

No comments written yet.

Please login to write comment.