Color Hex Logo

#5b404f Color Hex

#5B404F
(91,64,79)
0 Favorites   0 Comments

Color spaces of #5b404f

RGB 916479
HSL0.910.170.30
HSV327°30°36°
CMYK 0.000.300.13   0.64
XYZ7.55916.45558.2448
Yxy6.45550.33960.2900
Hunter Lab25.40778.6425-1.4543
CIE-Lab30.533714.4444-4.3823

#5b404f color RGB value is (91,64,79).

#5b404f hex color red value is 91, green value is 64 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #5b404f hue: 0.91 , saturation: 0.17 and the lightness value of 5b404f is 0.30.

The process color (four color CMYK) of #5b404f color hex is 0.00, 0.30, 0.13, 0.64. Web safe color of #5b404f is #663366. Color #5b404f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01000000 01001111
Octal 133 100 117
Decimal 91 64 79
Hex 5B 40 4F

RGB Percentages of Color #5b404f

%38.89
%27.35
%33.76

CMYK Percentages of Color #5b404f

%0
%30
%13
%64

Triadic Colors of #5b404f

#5b404f #4f5b40 #404f5b

Analogous Colors of #5b404f

#5b404f #5b4042 #5a405b

Monochromatic Colors of #5b404f

#5b404f

Complementary Color

#5b404f #405b4c

#5b404f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b404f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b404f Color CSS Codes

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

#5b404f Text Font Color

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

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


#5b404f Background Color

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

This div background color is #5b404f


#5b404f Border Color

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

This div border color is #5b404f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b404f

#5b404f Color Palettes


Comments

No comments written yet.

Please login to write comment.