Color Hex Logo

#584c6b Color Hex

#584C6B
(88,76,107)
0 Favorites   0 Comments

Color spaces of #584c6b

RGB 8876107
HSL0.730.170.36
HSV263°29°42°
CMYK 0.180.290.00   0.58
XYZ9.26288.305115.0248
Yxy8.30510.28420.2548
Hunter Lab28.81866.9406-10.7383
CIE-Lab34.610411.9455-16.0913

#584c6b color RGB value is (88,76,107).

#584c6b hex color red value is 88, green value is 76 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #584c6b hue: 0.73 , saturation: 0.17 and the lightness value of 584c6b is 0.36.

The process color (four color CMYK) of #584c6b color hex is 0.18, 0.29, 0.00, 0.58. Web safe color of #584c6b is #663366. Color #584c6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001100 01101011
Octal 130 114 153
Decimal 88 76 107
Hex 58 4C 6B

RGB Percentages of Color #584c6b

%32.47
%28.04
%39.48

CMYK Percentages of Color #584c6b

%18
%29
%0
%58

Triadic Colors of #584c6b

#584c6b #6b584c #4c6b58

Analogous Colors of #584c6b

#584c6b #684c6b #4c506b

Monochromatic Colors of #584c6b

#584c6b

Complementary Color

#584c6b #5f6b4c

#584c6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584c6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#584c6b Color CSS Codes

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

#584c6b Text Font Color

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

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


#584c6b Background Color

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

This div background color is #584c6b


#584c6b Border Color

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

This div border color is #584c6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,76,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #584c6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #584c6b;
  -webkit-box-shadow: 1px 1px 3px 2px #584c6b;
  box-shadow:         1px 1px 3px 2px #584c6b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584c6b


Comments

No comments written yet.

Please login to write comment.