Color Hex Logo

#57628a Color Hex

#57628A
(87,98,138)
0 Favorites   0 Comments

Color spaces of #57628a

RGB 8798138
HSL0.630.230.44
HSV227°37°54°
CMYK 0.370.290.00   0.46
XYZ12.885612.596625.7970
Yxy12.59660.25130.2456
Hunter Lab35.49172.6957-18.2505
CIE-Lab42.14906.2151-23.4991

#57628a color RGB value is (87,98,138).

#57628a hex color red value is 87, green value is 98 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #57628a hue: 0.63 , saturation: 0.23 and the lightness value of 57628a is 0.44.

The process color (four color CMYK) of #57628a color hex is 0.37, 0.29, 0.00, 0.46. Web safe color of #57628a is #666699. Color #57628a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100010 10001010
Octal 127 142 212
Decimal 87 98 138
Hex 57 62 8A

RGB Percentages of Color #57628a

%26.93
%30.34
%42.72

CMYK Percentages of Color #57628a

%37
%29
%0
%46

Triadic Colors of #57628a

#57628a #8a5762 #628a57

Analogous Colors of #57628a

#57628a #66578a #577c8a

Monochromatic Colors of #57628a

#57628a

Complementary Color

#57628a #8a7f57

#57628a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57628a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57628a Color CSS Codes

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

#57628a Text Font Color

<p style="color:#57628a">Text here</p>

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


#57628a Background Color

<div style="background-color:#57628a">
Div content here</div>

This div background color is #57628a


#57628a Border Color

<div style="border:3px solid #57628a">
Div here</div>

This div border color is #57628a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,98,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57628a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57628a;
  -webkit-box-shadow: 1px 1px 3px 2px #57628a;
  box-shadow:         1px 1px 3px 2px #57628a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57628a


Comments

No comments written yet.

Please login to write comment.