Color Hex Logo

#575865 Color Hex

#575865
(87,88,101)
0 Favorites   0 Comments

Color spaces of #575865

RGB 8788101
HSL0.650.070.37
HSV236°14°40°
CMYK 0.140.130.00   0.60
XYZ9.76929.945313.7167
Yxy9.94530.29220.2975
Hunter Lab31.53620.1070-3.7129
CIE-Lab37.74412.5571-7.5975

#575865 color RGB value is (87,88,101).

#575865 hex color red value is 87, green value is 88 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #575865 hue: 0.65 , saturation: 0.07 and the lightness value of 575865 is 0.37.

The process color (four color CMYK) of #575865 color hex is 0.14, 0.13, 0.00, 0.60. Web safe color of #575865 is #666666. Color #575865 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011000 01100101
Octal 127 130 145
Decimal 87 88 101
Hex 57 58 65

RGB Percentages of Color #575865

%31.52
%31.88
%36.59

CMYK Percentages of Color #575865

%14
%13
%0
%60

Triadic Colors of #575865

#575865 #655758 #586557

Analogous Colors of #575865

#575865 #5d5765 #575f65

Monochromatic Colors of #575865

#575865

Complementary Color

#575865 #656457

#575865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575865 Color CSS Codes

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

#575865 Text Font Color

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

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


#575865 Background Color

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

This div background color is #575865


#575865 Border Color

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

This div border color is #575865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575865


Comments

No comments written yet.

Please login to write comment.