Color Hex Logo

#5b5279 Color Hex

#5B5279
(91,82,121)
0 Favorites   0 Comments

Color spaces of #5b5279

RGB 9182121
HSL0.710.190.40
HSV254°32°47°
CMYK 0.250.320.00   0.53
XYZ10.78299.639219.3814
Yxy9.63920.27090.2422
Hunter Lab31.04717.6622-15.2794
CIE-Lab37.186912.7945-20.8033

#5b5279 color RGB value is (91,82,121).

#5b5279 hex color red value is 91, green value is 82 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #5b5279 hue: 0.71 , saturation: 0.19 and the lightness value of 5b5279 is 0.40.

The process color (four color CMYK) of #5b5279 color hex is 0.25, 0.32, 0.00, 0.53. Web safe color of #5b5279 is #666666. Color #5b5279 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01010010 01111001
Octal 133 122 171
Decimal 91 82 121
Hex 5B 52 79

RGB Percentages of Color #5b5279

%30.95
%27.89
%41.16

CMYK Percentages of Color #5b5279

%25
%32
%0
%53

Triadic Colors of #5b5279

#5b5279 #795b52 #52795b

Analogous Colors of #5b5279

#5b5279 #6f5279 #525d79

Monochromatic Colors of #5b5279

#5b5279

Complementary Color

#5b5279 #707952

#5b5279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b5279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b5279 Color CSS Codes

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

#5b5279 Text Font Color

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

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


#5b5279 Background Color

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

This div background color is #5b5279


#5b5279 Border Color

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

This div border color is #5b5279


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,82,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 #5b5279">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b5279


Comments

No comments written yet.

Please login to write comment.