Color Hex Logo

#585265 Color Hex

#585265
(88,82,101)
0 Favorites   0 Comments

Color spaces of #585265

RGB 8882101
HSL0.720.100.36
HSV259°19°40°
CMYK 0.130.190.00   0.60
XYZ9.39089.048913.5636
Yxy9.04890.29340.2827
Hunter Lab30.08143.0816-5.6767
CIE-Lab36.07836.6733-10.0952

#585265 color RGB value is (88,82,101).

#585265 hex color red value is 88, green value is 82 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #585265 hue: 0.72 , saturation: 0.10 and the lightness value of 585265 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010010 01100101
Octal 130 122 145
Decimal 88 82 101
Hex 58 52 65

RGB Percentages of Color #585265

%32.47
%30.26
%37.27

CMYK Percentages of Color #585265

%13
%19
%0
%60

Triadic Colors of #585265

#585265 #655852 #526558

Analogous Colors of #585265

#585265 #625265 #525665

Monochromatic Colors of #585265

#585265

Complementary Color

#585265 #5f6552

#585265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585265 Color CSS Codes

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

#585265 Text Font Color

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

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


#585265 Background Color

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

This div background color is #585265


#585265 Border Color

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

This div border color is #585265


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,82,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 #585265">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585265


Comments

No comments written yet.

Please login to write comment.