Color Hex Logo

#586472 Color Hex

#586472
(88,100,114)
0 Favorites   0 Comments

Color spaces of #586472

RGB 88100114
HSL0.590.130.40
HSV212°23°45°
CMYK 0.230.120.00   0.55
XYZ11.618912.404017.7014
Yxy12.40400.27850.2973
Hunter Lab35.2193-2.7464-5.1459
CIE-Lab41.8511-1.2095-9.4122

#586472 color RGB value is (88,100,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100100 01110010
Octal 130 144 162
Decimal 88 100 114
Hex 58 64 72

RGB Percentages of Color #586472

%29.14
%33.11
%37.75

CMYK Percentages of Color #586472

%23
%12
%0
%55

Triadic Colors of #586472

#586472 #725864 #647258

Analogous Colors of #586472

#586472 #595872 #587172

Monochromatic Colors of #586472

#586472

Complementary Color

#586472 #726658

#586472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586472 Color CSS Codes

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

#586472 Text Font Color

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

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


#586472 Background Color

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

This div background color is #586472


#586472 Border Color

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

This div border color is #586472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586472


Comments

No comments written yet.

Please login to write comment.