Color Hex Logo

#586272 Color Hex

#586272
(88,98,114)
0 Favorites   0 Comments

Color spaces of #586272

RGB 8898114
HSL0.600.130.40
HSV217°23°45°
CMYK 0.230.140.00   0.55
XYZ11.429412.025017.6382
Yxy12.02500.27810.2926
Hunter Lab34.6771-1.8521-5.8834
CIE-Lab41.25580.0000-10.3086

#586272 color RGB value is (88,98,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100010 01110010
Octal 130 142 162
Decimal 88 98 114
Hex 58 62 72

RGB Percentages of Color #586272

%29.33
%32.67
%38.00

CMYK Percentages of Color #586272

%23
%14
%0
%55

Triadic Colors of #586272

#586272 #725862 #627258

Analogous Colors of #586272

#586272 #5b5872 #586f72

Monochromatic Colors of #586272

#586272

Complementary Color

#586272 #726858

#586272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586272 Color CSS Codes

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

#586272 Text Font Color

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

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


#586272 Background Color

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

This div background color is #586272


#586272 Border Color

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

This div border color is #586272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586272


Comments

No comments written yet.

Please login to write comment.