Color Hex Logo

#586279 Color Hex

#586279
(88,98,121)
0 Favorites   0 Comments

Color spaces of #586279

RGB 8898121
HSL0.620.160.41
HSV222°27°47°
CMYK 0.270.190.00   0.53
XYZ11.843412.190519.8180
Yxy12.19050.27010.2780
Hunter Lab34.9149-0.5525-9.2131
CIE-Lab41.51731.8175-14.1757

#586279 color RGB value is (88,98,121).

#586279 hex color red value is 88, green value is 98 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #586279 hue: 0.62 , saturation: 0.16 and the lightness value of 586279 is 0.41.

The process color (four color CMYK) of #586279 color hex is 0.27, 0.19, 0.00, 0.53. Web safe color of #586279 is #666666. Color #586279 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100010 01111001
Octal 130 142 171
Decimal 88 98 121
Hex 58 62 79

RGB Percentages of Color #586279

%28.66
%31.92
%39.41

CMYK Percentages of Color #586279

%27
%19
%0
%53

Triadic Colors of #586279

#586279 #795862 #627958

Analogous Colors of #586279

#586279 #5f5879 #587379

Monochromatic Colors of #586279

#586279

Complementary Color

#586279 #796f58

#586279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586279 Color CSS Codes

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

#586279 Text Font Color

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

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


#586279 Background Color

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

This div background color is #586279


#586279 Border Color

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

This div border color is #586279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586279


Comments

No comments written yet.

Please login to write comment.