Color Hex Logo

#585562 Color Hex

#585562
(88,85,98)
0 Favorites   0 Comments

Color spaces of #585562

RGB 888598
HSL0.710.070.36
HSV254°13°38°
CMYK 0.100.130.00   0.62
XYZ9.47769.453512.8805
Yxy9.45350.29790.2972
Hunter Lab30.74651.2160-3.3155
CIE-Lab36.84324.0864-7.0706

#585562 color RGB value is (88,85,98).

#585562 hex color red value is 88, green value is 85 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #585562 hue: 0.71 , saturation: 0.07 and the lightness value of 585562 is 0.36.

The process color (four color CMYK) of #585562 color hex is 0.10, 0.13, 0.00, 0.62. Web safe color of #585562 is #666666. Color #585562 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010101 01100010
Octal 130 125 142
Decimal 88 85 98
Hex 58 55 62

RGB Percentages of Color #585562

%32.47
%31.37
%36.16

CMYK Percentages of Color #585562

%10
%13
%0
%62

Triadic Colors of #585562

#585562 #625855 #556258

Analogous Colors of #585562

#585562 #5f5562 #555962

Monochromatic Colors of #585562

#585562

Complementary Color

#585562 #5f6255

#585562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585562 Color CSS Codes

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

#585562 Text Font Color

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

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


#585562 Background Color

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

This div background color is #585562


#585562 Border Color

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

This div border color is #585562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585562


Comments

No comments written yet.

Please login to write comment.