Color Hex Logo

#0557be Color Hex

#0557BE
(5,87,190)
0 Favorites   0 Comments

Color spaces of #0557be

RGB 587190
HSL0.590.950.38
HSV213°97°75°
CMYK 0.970.540.00   0.25
XYZ12.765010.566450.0819
Yxy10.56640.17390.1439
Hunter Lab32.506013.2109-68.5937
CIE-Lab38.840419.6727-59.8321

#0557be color RGB value is (5,87,190).

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

The process color (four color CMYK) of #0557be color hex is 0.97, 0.54, 0.00, 0.25. Web safe color of #0557be is #0066cc. Color #0557be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010111 10111110
Octal 5 127 276
Decimal 5 87 190
Hex 5 57 BE

RGB Percentages of Color #0557be

%1.77
%30.85
%67.38

CMYK Percentages of Color #0557be

%97
%54
%0
%25

Triadic Colors of #0557be

#0557be #be0557 #57be05

Analogous Colors of #0557be

#0557be #1005be #05b4be

Monochromatic Colors of #0557be

#0557be

Complementary Color

#0557be #be6c05

#0557be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0557be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0557be Color CSS Codes

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

#0557be Text Font Color

<p style="color:#0557be">Text here</p>

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


#0557be Background Color

<div style="background-color:#0557be">
Div content here</div>

This div background color is #0557be


#0557be Border Color

<div style="border:3px solid #0557be">
Div here</div>

This div border color is #0557be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,87,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0557be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0557be;
  -webkit-box-shadow: 1px 1px 3px 2px #0557be;
  box-shadow:         1px 1px 3px 2px #0557be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0557be


Comments

No comments written yet.

Please login to write comment.