Color Hex Logo

#586daa Color Hex

#586DAA
(88,109,170)
0 Favorites   0 Comments

Color spaces of #586daa

RGB 88109170
HSL0.620.330.51
HSV225°48°67°
CMYK 0.480.360.00   0.33
XYZ16.748815.914340.2192
Yxy15.91430.22980.2184
Hunter Lab39.89275.1302-31.8503
CIE-Lab46.86199.3622-35.1183

#586daa color RGB value is (88,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101101 10101010
Octal 130 155 252
Decimal 88 109 170
Hex 58 6D AA

RGB Percentages of Color #586daa

%23.98
%29.70
%46.32

CMYK Percentages of Color #586daa

%48
%36
%0
%33

Triadic Colors of #586daa

#586daa #aa586d #6daa58

Analogous Colors of #586daa

#586daa #6c58aa #5896aa

Monochromatic Colors of #586daa

#586daa

Complementary Color

#586daa #aa9558

#586daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#586daa Color CSS Codes

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

#586daa Text Font Color

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

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


#586daa Background Color

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

This div background color is #586daa


#586daa Border Color

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

This div border color is #586daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,109,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 #586daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586daa


Comments

No comments written yet.

Please login to write comment.