Color Hex Logo

#585455 Color Hex

#585455
(88,84,85)
0 Favorites   0 Comments

Color spaces of #585455

RGB 888485
HSL0.960.020.34
HSV345°35°
CMYK 0.000.050.03   0.65
XYZ8.83459.07129.8796
Yxy9.07120.31800.3265
Hunter Lab30.1184-0.34871.6343
CIE-Lab36.12101.8316-0.0079

#585455 color RGB value is (88,84,85).

#585455 hex color red value is 88, green value is 84 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #585455 hue: 0.96 , saturation: 0.02 and the lightness value of 585455 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010100 01010101
Octal 130 124 125
Decimal 88 84 85
Hex 58 54 55

RGB Percentages of Color #585455

%34.24
%32.68
%33.07

CMYK Percentages of Color #585455

%0
%5
%3
%65

Triadic Colors of #585455

#585455 #555854 #545558

Analogous Colors of #585455

#585455 #585554 #585457

Monochromatic Colors of #585455

#585455

Complementary Color

#585455 #545857

#585455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585455 Color CSS Codes

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

#585455 Text Font Color

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

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


#585455 Background Color

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

This div background color is #585455


#585455 Border Color

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

This div border color is #585455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585455


Comments

No comments written yet.

Please login to write comment.