Color Hex Logo

#5570bb Color Hex

#5570BB
(85,112,187)
0 Favorites   0 Comments

Color spaces of #5570bb

RGB 85112187
HSL0.620.430.53
HSV224°55°73°
CMYK 0.550.400.00   0.27
XYZ18.510117.107549.3402
Yxy17.10750.21790.2014
Hunter Lab41.36127.5008-41.7748
CIE-Lab48.395212.2534-42.5923

#5570bb color RGB value is (85,112,187).

#5570bb hex color red value is 85, green value is 112 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5570bb hue: 0.62 , saturation: 0.43 and the lightness value of 5570bb is 0.53.

The process color (four color CMYK) of #5570bb color hex is 0.55, 0.40, 0.00, 0.27. Web safe color of #5570bb is #6666cc. Color #5570bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110000 10111011
Octal 125 160 273
Decimal 85 112 187
Hex 55 70 BB

RGB Percentages of Color #5570bb

%22.14
%29.17
%48.70

CMYK Percentages of Color #5570bb

%55
%40
%0
%27

Triadic Colors of #5570bb

#5570bb #bb5570 #70bb55

Analogous Colors of #5570bb

#5570bb #6d55bb #55a3bb

Monochromatic Colors of #5570bb

#5570bb

Complementary Color

#5570bb #bba055

#5570bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5570bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5570bb Color CSS Codes

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

#5570bb Text Font Color

<p style="color:#5570bb">Text here</p>

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


#5570bb Background Color

<div style="background-color:#5570bb">
Div content here</div>

This div background color is #5570bb


#5570bb Border Color

<div style="border:3px solid #5570bb">
Div here</div>

This div border color is #5570bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,112,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5570bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5570bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5570bb;
  box-shadow:         1px 1px 3px 2px #5570bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,112,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 #5570bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5570bb


Comments

No comments written yet.

Please login to write comment.