Color Hex Logo

#585351 Color Hex

#585351
(88,83,81)
0 Favorites   0 Comments

Color spaces of #585351

RGB 888381
HSL0.050.040.33
HSV17°35°
CMYK 0.000.060.08   0.65
XYZ8.60308.85539.0404
Yxy8.85530.32470.3342
Hunter Lab29.7579-0.47192.8183
CIE-Lab35.70421.63241.8937

#585351 color RGB value is (88,83,81).

#585351 hex color red value is 88, green value is 83 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #585351 hue: 0.05 , saturation: 0.04 and the lightness value of 585351 is 0.33.

The process color (four color CMYK) of #585351 color hex is 0.00, 0.06, 0.08, 0.65. Web safe color of #585351 is #666666. Color #585351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010011 01010001
Octal 130 123 121
Decimal 88 83 81
Hex 58 53 51

RGB Percentages of Color #585351

%34.92
%32.94
%32.14

CMYK Percentages of Color #585351

%0
%6
%8
%65

Triadic Colors of #585351

#585351 #515853 #535158

Analogous Colors of #585351

#585351 #585751 #585153

Monochromatic Colors of #585351

#585351

Complementary Color

#585351 #515658

#585351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585351 Color CSS Codes

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

#585351 Text Font Color

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

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


#585351 Background Color

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

This div background color is #585351


#585351 Border Color

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

This div border color is #585351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585351


Comments

No comments written yet.

Please login to write comment.