Color Hex Logo

#577cbe Color Hex

#577CBE
(87,124,190)
0 Favorites   0 Comments

Color spaces of #577cbe

RGB 87124190
HSL0.610.440.54
HSV218°54°75°
CMYK 0.540.350.00   0.25
XYZ20.432420.159251.5294
Yxy20.15920.22180.2188
Hunter Lab44.89902.6576-36.6163
CIE-Lab52.01676.3475-38.5875

#577cbe color RGB value is (87,124,190).

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

The process color (four color CMYK) of #577cbe color hex is 0.54, 0.35, 0.00, 0.25. Web safe color of #577cbe is #6666cc. Color #577cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111100 10111110
Octal 127 174 276
Decimal 87 124 190
Hex 57 7C BE

RGB Percentages of Color #577cbe

%21.70
%30.92
%47.38

CMYK Percentages of Color #577cbe

%54
%35
%0
%25

Triadic Colors of #577cbe

#577cbe #be577c #7cbe57

Analogous Colors of #577cbe

#577cbe #6657be #57b0be

Monochromatic Colors of #577cbe

#577cbe

Complementary Color

#577cbe #be9957

#577cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#577cbe Color CSS Codes

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

#577cbe Text Font Color

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

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


#577cbe Background Color

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

This div background color is #577cbe


#577cbe Border Color

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

This div border color is #577cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577cbe


Comments

No comments written yet.

Please login to write comment.