Color Hex Logo

#586062 Color Hex

#586062
(88,96,98)
0 Favorites   0 Comments

Color spaces of #586062

RGB 889698
HSL0.530.050.36
HSV192°10°38°
CMYK 0.100.020.00   0.62
XYZ10.412011.322313.1919
Yxy11.32230.29810.3242
Hunter Lab33.6486-3.65130.3095
CIE-Lab40.1181-2.6475-2.2091

#586062 color RGB value is (88,96,98).

#586062 hex color red value is 88, green value is 96 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #586062 hue: 0.53 , saturation: 0.05 and the lightness value of 586062 is 0.36.

The process color (four color CMYK) of #586062 color hex is 0.10, 0.02, 0.00, 0.62. Web safe color of #586062 is #666666. Color #586062 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100000 01100010
Octal 130 140 142
Decimal 88 96 98
Hex 58 60 62

RGB Percentages of Color #586062

%31.21
%34.04
%34.75

CMYK Percentages of Color #586062

%10
%2
%0
%62

Triadic Colors of #586062

#586062 #625860 #606258

Analogous Colors of #586062

#586062 #585b62 #58625f

Monochromatic Colors of #586062

#586062

Complementary Color

#586062 #625a58

#586062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586062 Color CSS Codes

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

#586062 Text Font Color

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

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


#586062 Background Color

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

This div background color is #586062


#586062 Border Color

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

This div border color is #586062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586062


Comments

No comments written yet.

Please login to write comment.