Color Hex Logo

#586aae Color Hex

#586AAE
(88,106,174)
0 Favorites   0 Comments

Color spaces of #586aae

RGB 88106174
HSL0.630.350.51
HSV227°49°68°
CMYK 0.490.390.00   0.32
XYZ16.818515.438842.1379
Yxy15.43880.22610.2075
Hunter Lab39.29227.6430-36.0794
CIE-Lab46.229412.4765-38.4553

#586aae color RGB value is (88,106,174).

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

The process color (four color CMYK) of #586aae color hex is 0.49, 0.39, 0.00, 0.32. Web safe color of #586aae is #666699. Color #586aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101010 10101110
Octal 130 152 256
Decimal 88 106 174
Hex 58 6A AE

RGB Percentages of Color #586aae

%23.91
%28.80
%47.28

CMYK Percentages of Color #586aae

%49
%39
%0
%32

Triadic Colors of #586aae

#586aae #ae586a #6aae58

Analogous Colors of #586aae

#586aae #7158ae #5895ae

Monochromatic Colors of #586aae

#586aae

Complementary Color

#586aae #ae9c58

#586aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#586aae Color CSS Codes

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

#586aae Text Font Color

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

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


#586aae Background Color

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

This div background color is #586aae


#586aae Border Color

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

This div border color is #586aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586aae


Comments

No comments written yet.

Please login to write comment.