Color Hex Logo

#575262 Color Hex

#575262
(87,82,98)
0 Favorites   0 Comments

Color spaces of #575262

RGB 878298
HSL0.720.090.35
HSV259°16°38°
CMYK 0.110.160.00   0.62
XYZ9.15248.942712.7990
Yxy8.94270.29630.2895
Hunter Lab29.90432.2984-4.4430
CIE-Lab35.87375.5822-8.5345

#575262 color RGB value is (87,82,98).

#575262 hex color red value is 87, green value is 82 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #575262 hue: 0.72 , saturation: 0.09 and the lightness value of 575262 is 0.35.

The process color (four color CMYK) of #575262 color hex is 0.11, 0.16, 0.00, 0.62. Web safe color of #575262 is #666666. Color #575262 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 01100010
Octal 127 122 142
Decimal 87 82 98
Hex 57 52 62

RGB Percentages of Color #575262

%32.58
%30.71
%36.70

CMYK Percentages of Color #575262

%11
%16
%0
%62

Triadic Colors of #575262

#575262 #625752 #526257

Analogous Colors of #575262

#575262 #5f5262 #525562

Monochromatic Colors of #575262

#575262

Complementary Color

#575262 #5d6252

#575262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575262 Color CSS Codes

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

#575262 Text Font Color

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

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


#575262 Background Color

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

This div background color is #575262


#575262 Border Color

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

This div border color is #575262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575262


Comments

No comments written yet.

Please login to write comment.