Color Hex Logo

#5f589e Color Hex

#5F589E
(95,88,158)
0 Favorites   0 Comments

Color spaces of #5f589e

RGB 9588158
HSL0.680.280.48
HSV246°44°62°
CMYK 0.400.440.00   0.38
XYZ14.380611.881033.8831
Yxy11.88100.23910.1975
Hunter Lab34.468814.1508-34.1543
CIE-Lab41.026420.6266-37.2094

#5f589e color RGB value is (95,88,158).

#5f589e hex color red value is 95, green value is 88 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #5f589e hue: 0.68 , saturation: 0.28 and the lightness value of 5f589e is 0.48.

The process color (four color CMYK) of #5f589e color hex is 0.40, 0.44, 0.00, 0.38. Web safe color of #5f589e is #666699. Color #5f589e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01011000 10011110
Octal 137 130 236
Decimal 95 88 158
Hex 5F 58 9E

RGB Percentages of Color #5f589e

%27.86
%25.81
%46.33

CMYK Percentages of Color #5f589e

%40
%44
%0
%38

Triadic Colors of #5f589e

#5f589e #9e5f58 #589e5f

Analogous Colors of #5f589e

#5f589e #82589e #58749e

Monochromatic Colors of #5f589e

#5f589e

Complementary Color

#5f589e #979e58

#5f589e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f589e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f589e Color CSS Codes

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

#5f589e Text Font Color

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

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


#5f589e Background Color

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

This div background color is #5f589e


#5f589e Border Color

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

This div border color is #5f589e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,88,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f589e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f589e;
  -webkit-box-shadow: 1px 1px 3px 2px #5f589e;
  box-shadow:         1px 1px 3px 2px #5f589e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f589e


Comments

No comments written yet.

Please login to write comment.