Color Hex Logo

#577bcd Color Hex

#577BCD
(87,123,205)
0 Favorites   0 Comments

Color spaces of #577bcd

RGB 87123205
HSL0.620.540.57
HSV222°58°80°
CMYK 0.580.400.00   0.20
XYZ22.032920.599960.5725
Yxy20.59990.21350.1996
Hunter Lab45.38717.2243-47.3560
CIE-Lab52.508811.8515-46.3697

#577bcd color RGB value is (87,123,205).

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

The process color (four color CMYK) of #577bcd color hex is 0.58, 0.40, 0.00, 0.20. Web safe color of #577bcd is #6666cc. Color #577bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111011 11001101
Octal 127 173 315
Decimal 87 123 205
Hex 57 7B CD

RGB Percentages of Color #577bcd

%20.96
%29.64
%49.40

CMYK Percentages of Color #577bcd

%58
%40
%0
%20

Triadic Colors of #577bcd

#577bcd #cd577b #7bcd57

Analogous Colors of #577bcd

#577bcd #6e57cd #57b6cd

Monochromatic Colors of #577bcd

#577bcd

Complementary Color

#577bcd #cda957

#577bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#577bcd Color CSS Codes

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

#577bcd Text Font Color

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

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


#577bcd Background Color

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

This div background color is #577bcd


#577bcd Border Color

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

This div border color is #577bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577bcd


Comments

No comments written yet.

Please login to write comment.