Color Hex Logo

#586caa Color Hex

#586CAA
(88,108,170)
0 Favorites   0 Comments

Color spaces of #586caa

RGB 88108170
HSL0.630.330.51
HSV225°48°67°
CMYK 0.480.360.00   0.33
XYZ16.642815.702140.1839
Yxy15.70210.22950.2165
Hunter Lab39.62595.6244-32.3868
CIE-Lab46.58129.9793-35.5602

#586caa color RGB value is (88,108,170).

#586caa hex color red value is 88, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #586caa hue: 0.63 , saturation: 0.33 and the lightness value of 586caa is 0.51.

The process color (four color CMYK) of #586caa color hex is 0.48, 0.36, 0.00, 0.33. Web safe color of #586caa is #666699. Color #586caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101100 10101010
Octal 130 154 252
Decimal 88 108 170
Hex 58 6C AA

RGB Percentages of Color #586caa

%24.04
%29.51
%46.45

CMYK Percentages of Color #586caa

%48
%36
%0
%33

Triadic Colors of #586caa

#586caa #aa586c #6caa58

Analogous Colors of #586caa

#586caa #6d58aa #5895aa

Monochromatic Colors of #586caa

#586caa

Complementary Color

#586caa #aa9658

#586caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#586caa Color CSS Codes

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

#586caa Text Font Color

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

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


#586caa Background Color

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

This div background color is #586caa


#586caa Border Color

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

This div border color is #586caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,108,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #586caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #586caa;
  -webkit-box-shadow: 1px 1px 3px 2px #586caa;
  box-shadow:         1px 1px 3px 2px #586caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586caa


Comments

No comments written yet.

Please login to write comment.