Color Hex Logo

#586699 Color Hex

#586699
(88,102,153)
0 Favorites   0 Comments

Color spaces of #586699

RGB 88102153
HSL0.630.270.47
HSV227°42°60°
CMYK 0.420.330.00   0.40
XYZ14.525613.877432.0500
Yxy13.87740.24030.2296
Hunter Lab37.25244.4098-24.9333
CIE-Lab44.05668.4577-29.4953

#586699 color RGB value is (88,102,153).

#586699 hex color red value is 88, green value is 102 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #586699 hue: 0.63 , saturation: 0.27 and the lightness value of 586699 is 0.47.

The process color (four color CMYK) of #586699 color hex is 0.42, 0.33, 0.00, 0.40. Web safe color of #586699 is #666699. Color #586699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100110 10011001
Octal 130 146 231
Decimal 88 102 153
Hex 58 66 99

RGB Percentages of Color #586699

%25.66
%29.74
%44.61

CMYK Percentages of Color #586699

%42
%33
%0
%40

Triadic Colors of #586699

#586699 #995866 #669958

Analogous Colors of #586699

#586699 #6b5899 #588799

Monochromatic Colors of #586699

#586699

Complementary Color

#586699 #998b58

#586699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586699 Color CSS Codes

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

#586699 Text Font Color

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

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


#586699 Background Color

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

This div background color is #586699


#586699 Border Color

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

This div border color is #586699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586699


Comments

No comments written yet.

Please login to write comment.