Color Hex Logo

#585155 Color Hex

#585155
(88,81,85)
0 Favorites   0 Comments

Color spaces of #585155

RGB 888185
HSL0.900.040.33
HSV326°35°
CMYK 0.000.080.03   0.65
XYZ8.60668.61549.8037
Yxy8.61540.31850.3188
Hunter Lab29.35200.97380.7433
CIE-Lab35.23303.6947-1.3082

#585155 color RGB value is (88,81,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010001 01010101
Octal 130 121 125
Decimal 88 81 85
Hex 58 51 55

RGB Percentages of Color #585155

%34.65
%31.89
%33.46

CMYK Percentages of Color #585155

%0
%8
%3
%65

Triadic Colors of #585155

#585155 #555851 #515558

Analogous Colors of #585155

#585155 #585152 #585158

Monochromatic Colors of #585155

#585155

Complementary Color

#585155 #515854

#585155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585155 Color CSS Codes

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

#585155 Text Font Color

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

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


#585155 Background Color

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

This div background color is #585155


#585155 Border Color

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

This div border color is #585155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585155


Comments

No comments written yet.

Please login to write comment.