Color Hex Logo

#57659d Color Hex

#57659D
(87,101,157)
0 Favorites   0 Comments

Color spaces of #57659d

RGB 87101157
HSL0.630.290.48
HSV228°45°62°
CMYK 0.450.360.00   0.38
XYZ14.670013.767933.7826
Yxy13.76790.23580.2213
Hunter Lab37.10515.6384-28.0074
CIE-Lab43.898210.0233-32.1238

#57659d color RGB value is (87,101,157).

#57659d hex color red value is 87, green value is 101 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #57659d hue: 0.63 , saturation: 0.29 and the lightness value of 57659d is 0.48.

The process color (four color CMYK) of #57659d color hex is 0.45, 0.36, 0.00, 0.38. Web safe color of #57659d is #666699. Color #57659d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100101 10011101
Octal 127 145 235
Decimal 87 101 157
Hex 57 65 9D

RGB Percentages of Color #57659d

%25.22
%29.28
%45.51

CMYK Percentages of Color #57659d

%45
%36
%0
%38

Triadic Colors of #57659d

#57659d #9d5765 #659d57

Analogous Colors of #57659d

#57659d #6c579d #57889d

Monochromatic Colors of #57659d

#57659d

Complementary Color

#57659d #9d8f57

#57659d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57659d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57659d Color CSS Codes

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

#57659d Text Font Color

<p style="color:#57659d">Text here</p>

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


#57659d Background Color

<div style="background-color:#57659d">
Div content here</div>

This div background color is #57659d


#57659d Border Color

<div style="border:3px solid #57659d">
Div here</div>

This div border color is #57659d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,101,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57659d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57659d;
  -webkit-box-shadow: 1px 1px 3px 2px #57659d;
  box-shadow:         1px 1px 3px 2px #57659d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57659d


Comments

No comments written yet.

Please login to write comment.