Color Hex Logo

#5b598d Color Hex

#5B598D
(91,89,141)
0 Favorites   0 Comments

Color spaces of #5b598d

RGB 9189141
HSL0.670.230.45
HSV242°37°55°
CMYK 0.350.370.00   0.45
XYZ12.694511.292026.7098
Yxy11.29200.25040.2227
Hunter Lab33.60368.6261-23.6042
CIE-Lab40.068013.9089-28.5299

#5b598d color RGB value is (91,89,141).

#5b598d hex color red value is 91, green value is 89 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5b598d hue: 0.67 , saturation: 0.23 and the lightness value of 5b598d is 0.45.

The process color (four color CMYK) of #5b598d color hex is 0.35, 0.37, 0.00, 0.45. Web safe color of #5b598d is #666699. Color #5b598d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01011001 10001101
Octal 133 131 215
Decimal 91 89 141
Hex 5B 59 8D

RGB Percentages of Color #5b598d

%28.35
%27.73
%43.93

CMYK Percentages of Color #5b598d

%35
%37
%0
%45

Triadic Colors of #5b598d

#5b598d #8d5b59 #598d5b

Analogous Colors of #5b598d

#5b598d #75598d #59718d

Monochromatic Colors of #5b598d

#5b598d

Complementary Color

#5b598d #8b8d59

#5b598d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b598d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b598d Color CSS Codes

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

#5b598d Text Font Color

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

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


#5b598d Background Color

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

This div background color is #5b598d


#5b598d Border Color

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

This div border color is #5b598d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,89,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b598d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b598d;
  -webkit-box-shadow: 1px 1px 3px 2px #5b598d;
  box-shadow:         1px 1px 3px 2px #5b598d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,89,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b598d


Comments

No comments written yet.

Please login to write comment.