Color Hex Logo

#586473 Color Hex

#586473
(88,100,115)
1 Favorites   0 Comments

Color spaces of #586473

RGB 88100115
HSL0.590.130.40
HSV213°23°45°
CMYK 0.230.130.00   0.55
XYZ11.676212.426918.0029
Yxy12.42690.27730.2951
Hunter Lab35.2518-2.5674-5.6028
CIE-Lab41.8867-0.9556-9.9671

#586473 color RGB value is (88,100,115).

#586473 hex color red value is 88, green value is 100 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #586473 hue: 0.59 , saturation: 0.13 and the lightness value of 586473 is 0.40.

The process color (four color CMYK) of #586473 color hex is 0.23, 0.13, 0.00, 0.55. Web safe color of #586473 is #666666. Color #586473 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100100 01110011
Octal 130 144 163
Decimal 88 100 115
Hex 58 64 73

RGB Percentages of Color #586473

%29.04
%33.00
%37.95

CMYK Percentages of Color #586473

%23
%13
%0
%55

Triadic Colors of #586473

#586473 #735864 #647358

Analogous Colors of #586473

#586473 #5a5873 #587273

Monochromatic Colors of #586473

#586473

Complementary Color

#586473 #736758

#586473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586473 Color CSS Codes

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

#586473 Text Font Color

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

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


#586473 Background Color

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

This div background color is #586473


#586473 Border Color

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

This div border color is #586473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586473


Comments

No comments written yet.

Please login to write comment.