Color Hex Logo

#575675 Color Hex

#575675
(87,86,117)
0 Favorites   0 Comments

Color spaces of #575675

RGB 8786117
HSL0.670.150.40
HSV242°26°46°
CMYK 0.260.260.00   0.54
XYZ10.46929.966218.2015
Yxy9.96620.27100.2579
Hunter Lab31.56933.9490-12.0856
CIE-Lab37.78177.8604-17.4469

#575675 color RGB value is (87,86,117).

#575675 hex color red value is 87, green value is 86 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #575675 hue: 0.67 , saturation: 0.15 and the lightness value of 575675 is 0.40.

The process color (four color CMYK) of #575675 color hex is 0.26, 0.26, 0.00, 0.54. Web safe color of #575675 is #666666. Color #575675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010110 01110101
Octal 127 126 165
Decimal 87 86 117
Hex 57 56 75

RGB Percentages of Color #575675

%30.00
%29.66
%40.34

CMYK Percentages of Color #575675

%26
%26
%0
%54

Triadic Colors of #575675

#575675 #755756 #567557

Analogous Colors of #575675

#575675 #675675 #566575

Monochromatic Colors of #575675

#575675

Complementary Color

#575675 #747556

#575675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575675 Color CSS Codes

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

#575675 Text Font Color

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

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


#575675 Background Color

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

This div background color is #575675


#575675 Border Color

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

This div border color is #575675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575675


Comments

No comments written yet.

Please login to write comment.