Color Hex Logo

#586687 Color Hex

#586687
(88,102,135)
0 Favorites   0 Comments

Color spaces of #586687

RGB 88102135
HSL0.620.210.44
HSV222°35°53°
CMYK 0.350.240.00   0.47
XYZ13.149013.326724.8010
Yxy13.32670.25640.2599
Hunter Lab36.50580.4088-14.7260
CIE-Lab43.25143.2017-19.9847

#586687 color RGB value is (88,102,135).

#586687 hex color red value is 88, green value is 102 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #586687 hue: 0.62 , saturation: 0.21 and the lightness value of 586687 is 0.44.

The process color (four color CMYK) of #586687 color hex is 0.35, 0.24, 0.00, 0.47. Web safe color of #586687 is #666699. Color #586687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100110 10000111
Octal 130 146 207
Decimal 88 102 135
Hex 58 66 87

RGB Percentages of Color #586687

%27.08
%31.38
%41.54

CMYK Percentages of Color #586687

%35
%24
%0
%47

Triadic Colors of #586687

#586687 #875866 #668758

Analogous Colors of #586687

#586687 #625887 #587e87

Monochromatic Colors of #586687

#586687

Complementary Color

#586687 #877958

#586687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586687 Color CSS Codes

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

#586687 Text Font Color

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

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


#586687 Background Color

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

This div background color is #586687


#586687 Border Color

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

This div border color is #586687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586687


Comments

No comments written yet.

Please login to write comment.