Color Hex Logo

#586876 Color Hex

#586876
(88,104,118)
0 Favorites   0 Comments

Color spaces of #586876

RGB 88104118
HSL0.580.150.40
HSV208°25°46°
CMYK 0.250.120.00   0.54
XYZ12.244813.283319.0581
Yxy13.28330.27460.2979
Hunter Lab36.4463-3.8106-5.4909
CIE-Lab43.1870-2.5896-9.8293

#586876 color RGB value is (88,104,118).

#586876 hex color red value is 88, green value is 104 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #586876 hue: 0.58 , saturation: 0.15 and the lightness value of 586876 is 0.40.

The process color (four color CMYK) of #586876 color hex is 0.25, 0.12, 0.00, 0.54. Web safe color of #586876 is #666666. Color #586876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101000 01110110
Octal 130 150 166
Decimal 88 104 118
Hex 58 68 76

RGB Percentages of Color #586876

%28.39
%33.55
%38.06

CMYK Percentages of Color #586876

%25
%12
%0
%54

Triadic Colors of #586876

#586876 #765868 #687658

Analogous Colors of #586876

#586876 #585976 #587675

Monochromatic Colors of #586876

#586876

Complementary Color

#586876 #766658

#586876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586876 Color CSS Codes

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

#586876 Text Font Color

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

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


#586876 Background Color

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

This div background color is #586876


#586876 Border Color

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

This div border color is #586876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586876


Comments

No comments written yet.

Please login to write comment.