Color Hex Logo

#586364 Color Hex

#586364
(88,99,100)
0 Favorites   0 Comments

Color spaces of #586364

RGB 8899100
HSL0.510.060.37
HSV185°12°39°
CMYK 0.120.010.00   0.61
XYZ10.786611.918513.7886
Yxy11.91850.29560.3266
Hunter Lab34.5232-4.64410.4857
CIE-Lab41.0863-3.9854-2.0100

#586364 color RGB value is (88,99,100).

#586364 hex color red value is 88, green value is 99 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #586364 hue: 0.51 , saturation: 0.06 and the lightness value of 586364 is 0.37.

The process color (four color CMYK) of #586364 color hex is 0.12, 0.01, 0.00, 0.61. Web safe color of #586364 is #666666. Color #586364 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100011 01100100
Octal 130 143 144
Decimal 88 99 100
Hex 58 63 64

RGB Percentages of Color #586364

%30.66
%34.49
%34.84

CMYK Percentages of Color #586364

%12
%1
%0
%61

Triadic Colors of #586364

#586364 #645863 #636458

Analogous Colors of #586364

#586364 #585d64 #58645f

Monochromatic Colors of #586364

#586364

Complementary Color

#586364 #645958

#586364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586364 Color CSS Codes

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

#586364 Text Font Color

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

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


#586364 Background Color

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

This div background color is #586364


#586364 Border Color

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

This div border color is #586364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586364


Comments

No comments written yet.

Please login to write comment.