Color Hex Logo

#577cbb Color Hex

#577CBB
(87,124,187)
0 Favorites   0 Comments

Color spaces of #577cbb

RGB 87124187
HSL0.610.420.54
HSV218°53°73°
CMYK 0.530.340.00   0.27
XYZ20.107820.029449.8200
Yxy20.02940.22350.2227
Hunter Lab44.75421.8791-34.6732
CIE-Lab51.87045.3835-37.0969

#577cbb color RGB value is (87,124,187).

#577cbb hex color red value is 87, green value is 124 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #577cbb hue: 0.61 , saturation: 0.42 and the lightness value of 577cbb is 0.54.

The process color (four color CMYK) of #577cbb color hex is 0.53, 0.34, 0.00, 0.27. Web safe color of #577cbb is #6666cc. Color #577cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111100 10111011
Octal 127 174 273
Decimal 87 124 187
Hex 57 7C BB

RGB Percentages of Color #577cbb

%21.86
%31.16
%46.98

CMYK Percentages of Color #577cbb

%53
%34
%0
%27

Triadic Colors of #577cbb

#577cbb #bb577c #7cbb57

Analogous Colors of #577cbb

#577cbb #6457bb #57aebb

Monochromatic Colors of #577cbb

#577cbb

Complementary Color

#577cbb #bb9657

#577cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#577cbb Color CSS Codes

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

#577cbb Text Font Color

<p style="color:#577cbb">Text here</p>

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


#577cbb Background Color

<div style="background-color:#577cbb">
Div content here</div>

This div background color is #577cbb


#577cbb Border Color

<div style="border:3px solid #577cbb">
Div here</div>

This div border color is #577cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,124,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #577cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #577cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #577cbb;
  box-shadow:         1px 1px 3px 2px #577cbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,124,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 #577cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577cbb


Comments

No comments written yet.

Please login to write comment.