Color Hex Logo

#51585f Color Hex

#51585F
(81,88,95)
0 Favorites   0 Comments

Color spaces of #51585f

RGB 818895
HSL0.580.080.35
HSV210°15°37°
CMYK 0.150.070.00   0.63
XYZ8.94869.555012.1991
Yxy9.55500.29150.3112
Hunter Lab30.9112-2.4198-1.7610
CIE-Lab37.0316-1.1225-4.9829

#51585f color RGB value is (81,88,95).

#51585f hex color red value is 81, green value is 88 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #51585f hue: 0.58 , saturation: 0.08 and the lightness value of 51585f is 0.35.

The process color (four color CMYK) of #51585f color hex is 0.15, 0.07, 0.00, 0.63. Web safe color of #51585f is #666666. Color #51585f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011000 01011111
Octal 121 130 137
Decimal 81 88 95
Hex 51 58 5F

RGB Percentages of Color #51585f

%30.68
%33.33
%35.98

CMYK Percentages of Color #51585f

%15
%7
%0
%63

Triadic Colors of #51585f

#51585f #5f5158 #585f51

Analogous Colors of #51585f

#51585f #51515f #515f5f

Monochromatic Colors of #51585f

#51585f

Complementary Color

#51585f #5f5851

#51585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51585f Color CSS Codes

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

#51585f Text Font Color

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

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


#51585f Background Color

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

This div background color is #51585f


#51585f Border Color

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

This div border color is #51585f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51585f

#51585f Color Palettes


Comments

No comments written yet.

Please login to write comment.