Color Hex Logo

#5b599f Color Hex

#5B599F
(91,89,159)
0 Favorites   0 Comments

Color spaces of #5b599f

RGB 9189159
HSL0.670.280.49
HSV242°44°62°
CMYK 0.430.440.00   0.38
XYZ14.144811.872134.3469
Yxy11.87210.23430.1967
Hunter Lab34.455912.9798-34.9833
CIE-Lab41.012119.2237-37.8495

#5b599f color RGB value is (91,89,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 01011001 10011111
Octal 133 131 237
Decimal 91 89 159
Hex 5B 59 9F

RGB Percentages of Color #5b599f

%26.84
%26.25
%46.90

CMYK Percentages of Color #5b599f

%43
%44
%0
%38

Triadic Colors of #5b599f

#5b599f #9f5b59 #599f5b

Analogous Colors of #5b599f

#5b599f #7e599f #597a9f

Monochromatic Colors of #5b599f

#5b599f

Complementary Color

#5b599f #9d9f59

#5b599f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b599f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b599f Color CSS Codes

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

#5b599f Text Font Color

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

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


#5b599f Background Color

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

This div background color is #5b599f


#5b599f Border Color

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

This div border color is #5b599f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b599f

#5b599f Color Palettes


Comments

No comments written yet.

Please login to write comment.