Color Hex Logo

#585e6d Color Hex

#585E6D
(88,94,109)
0 Favorites   0 Comments

Color spaces of #585e6d

RGB 8894109
HSL0.620.110.39
HSV223°19°43°
CMYK 0.190.140.00   0.57
XYZ10.787511.184216.0582
Yxy11.18420.28370.2941
Hunter Lab33.4428-0.9469-5.0593
CIE-Lab39.88901.1821-9.3074

#585e6d color RGB value is (88,94,109).

#585e6d hex color red value is 88, green value is 94 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #585e6d hue: 0.62 , saturation: 0.11 and the lightness value of 585e6d is 0.39.

The process color (four color CMYK) of #585e6d color hex is 0.19, 0.14, 0.00, 0.57. Web safe color of #585e6d is #666666. Color #585e6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011110 01101101
Octal 130 136 155
Decimal 88 94 109
Hex 58 5E 6D

RGB Percentages of Color #585e6d

%30.24
%32.30
%37.46

CMYK Percentages of Color #585e6d

%19
%14
%0
%57

Triadic Colors of #585e6d

#585e6d #6d585e #5e6d58

Analogous Colors of #585e6d

#585e6d #5d586d #58696d

Monochromatic Colors of #585e6d

#585e6d

Complementary Color

#585e6d #6d6758

#585e6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585e6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#585e6d Color CSS Codes

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

#585e6d Text Font Color

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

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


#585e6d Background Color

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

This div background color is #585e6d


#585e6d Border Color

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

This div border color is #585e6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,94,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #585e6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #585e6d;
  -webkit-box-shadow: 1px 1px 3px 2px #585e6d;
  box-shadow:         1px 1px 3px 2px #585e6d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585e6d

#585e6d Color Palettes


Comments

No comments written yet.

Please login to write comment.