Color Hex Logo

#577bbb Color Hex

#577BBB
(87,123,187)
0 Favorites   0 Comments

Color spaces of #577bbb

RGB 87123187
HSL0.610.420.54
HSV218°53°73°
CMYK 0.530.340.00   0.27
XYZ19.983119.780049.7784
Yxy19.78000.22320.2209
Hunter Lab44.47472.3718-35.2281
CIE-Lab51.58765.9857-37.5417

#577bbb color RGB value is (87,123,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111011 10111011
Octal 127 173 273
Decimal 87 123 187
Hex 57 7B BB

RGB Percentages of Color #577bbb

%21.91
%30.98
%47.10

CMYK Percentages of Color #577bbb

%53
%34
%0
%27

Triadic Colors of #577bbb

#577bbb #bb577b #7bbb57

Analogous Colors of #577bbb

#577bbb #6557bb #57adbb

Monochromatic Colors of #577bbb

#577bbb

Complementary Color

#577bbb #bb9757

#577bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#577bbb Color CSS Codes

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

#577bbb Text Font Color

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

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


#577bbb Background Color

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

This div background color is #577bbb


#577bbb Border Color

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

This div border color is #577bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577bbb


Comments

No comments written yet.

Please login to write comment.