Color Hex Logo

#586a88 Color Hex

#586A88
(88,106,136)
0 Favorites   0 Comments

Color spaces of #586a88

RGB 88106136
HSL0.600.210.44
HSV218°35°53°
CMYK 0.350.220.00   0.47
XYZ13.622514.160325.3078
Yxy14.16030.25660.2667
Hunter Lab37.6302-1.2340-13.5338
CIE-Lab44.46191.0514-18.7240

#586a88 color RGB value is (88,106,136).

#586a88 hex color red value is 88, green value is 106 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #586a88 hue: 0.60 , saturation: 0.21 and the lightness value of 586a88 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101010 10001000
Octal 130 152 210
Decimal 88 106 136
Hex 58 6A 88

RGB Percentages of Color #586a88

%26.67
%32.12
%41.21

CMYK Percentages of Color #586a88

%35
%22
%0
%47

Triadic Colors of #586a88

#586a88 #88586a #6a8858

Analogous Colors of #586a88

#586a88 #5e5888 #588288

Monochromatic Colors of #586a88

#586a88

Complementary Color

#586a88 #887658

#586a88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586a88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586a88 Color CSS Codes

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

#586a88 Text Font Color

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

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


#586a88 Background Color

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

This div background color is #586a88


#586a88 Border Color

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

This div border color is #586a88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586a88


Comments

No comments written yet.

Please login to write comment.