Color Hex Logo

#578daa Color Hex

#578DAA
(87,141,170)
0 Favorites   0 Comments

Color spaces of #578daa

RGB 87141170
HSL0.560.330.50
HSV201°49°67°
CMYK 0.490.170.00   0.33
XYZ20.711123.978341.5669
Yxy23.97830.24010.2780
Hunter Lab48.9676-10.1959-16.0518
CIE-Lab56.0661-9.7508-20.8343

#578daa color RGB value is (87,141,170).

#578daa hex color red value is 87, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #578daa hue: 0.56 , saturation: 0.33 and the lightness value of 578daa is 0.50.

The process color (four color CMYK) of #578daa color hex is 0.49, 0.17, 0.00, 0.33. Web safe color of #578daa is #669999. Color #578daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001101 10101010
Octal 127 215 252
Decimal 87 141 170
Hex 57 8D AA

RGB Percentages of Color #578daa

%21.86
%35.43
%42.71

CMYK Percentages of Color #578daa

%49
%17
%0
%33

Triadic Colors of #578daa

#578daa #aa578d #8daa57

Analogous Colors of #578daa

#578daa #5764aa #57aa9e

Monochromatic Colors of #578daa

#578daa

Complementary Color

#578daa #aa7457

#578daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#578daa Color CSS Codes

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

#578daa Text Font Color

<p style="color:#578daa">Text here</p>

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


#578daa Background Color

<div style="background-color:#578daa">
Div content here</div>

This div background color is #578daa


#578daa Border Color

<div style="border:3px solid #578daa">
Div here</div>

This div border color is #578daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,141,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #578daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #578daa;
  -webkit-box-shadow: 1px 1px 3px 2px #578daa;
  box-shadow:         1px 1px 3px 2px #578daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578daa


Comments

No comments written yet.

Please login to write comment.