Color Hex Logo

#586096 Color Hex

#586096
(88,96,150)
0 Favorites   0 Comments

Color spaces of #586096

RGB 8896150
HSL0.650.260.47
HSV232°41°59°
CMYK 0.410.360.00   0.41
XYZ13.712412.642530.5717
Yxy12.64250.24090.2221
Hunter Lab35.55636.6156-26.0888
CIE-Lab42.219611.2912-30.5848

#586096 color RGB value is (88,96,150).

#586096 hex color red value is 88, green value is 96 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #586096 hue: 0.65 , saturation: 0.26 and the lightness value of 586096 is 0.47.

The process color (four color CMYK) of #586096 color hex is 0.41, 0.36, 0.00, 0.41. Web safe color of #586096 is #666699. Color #586096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100000 10010110
Octal 130 140 226
Decimal 88 96 150
Hex 58 60 96

RGB Percentages of Color #586096

%26.35
%28.74
%44.91

CMYK Percentages of Color #586096

%41
%36
%0
%41

Triadic Colors of #586096

#586096 #965860 #609658

Analogous Colors of #586096

#586096 #6f5896 #587f96

Monochromatic Colors of #586096

#586096

Complementary Color

#586096 #968e58

#586096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586096 Color CSS Codes

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

#586096 Text Font Color

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

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


#586096 Background Color

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

This div background color is #586096


#586096 Border Color

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

This div border color is #586096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586096


Comments

No comments written yet.

Please login to write comment.