Color Hex Logo

#57819e Color Hex

#57819E
(87,129,158)
0 Favorites   0 Comments

Color spaces of #57819e

RGB 87129158
HSL0.570.290.48
HSV205°45°62°
CMYK 0.450.180.00   0.38
XYZ17.952320.195435.2997
Yxy20.19540.24440.2750
Hunter Lab44.9393-7.3368-15.1146
CIE-Lab52.0574-6.4730-20.0534

#57819e color RGB value is (87,129,158).

#57819e hex color red value is 87, green value is 129 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #57819e hue: 0.57 , saturation: 0.29 and the lightness value of 57819e is 0.48.

The process color (four color CMYK) of #57819e color hex is 0.45, 0.18, 0.00, 0.38. Web safe color of #57819e is #669999. Color #57819e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000001 10011110
Octal 127 201 236
Decimal 87 129 158
Hex 57 81 9E

RGB Percentages of Color #57819e

%23.26
%34.49
%42.25

CMYK Percentages of Color #57819e

%45
%18
%0
%38

Triadic Colors of #57819e

#57819e #9e5781 #819e57

Analogous Colors of #57819e

#57819e #575e9e #579e98

Monochromatic Colors of #57819e

#57819e

Complementary Color

#57819e #9e7457

#57819e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57819e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57819e Color CSS Codes

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

#57819e Text Font Color

<p style="color:#57819e">Text here</p>

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


#57819e Background Color

<div style="background-color:#57819e">
Div content here</div>

This div background color is #57819e


#57819e Border Color

<div style="border:3px solid #57819e">
Div here</div>

This div border color is #57819e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,129,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57819e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57819e;
  -webkit-box-shadow: 1px 1px 3px 2px #57819e;
  box-shadow:         1px 1px 3px 2px #57819e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57819e


Comments

No comments written yet.

Please login to write comment.