Color Hex Logo

#5b727c Color Hex

#5B727C
(91,114,124)
0 Favorites   0 Comments

Color spaces of #5b727c

RGB 91114124
HSL0.550.150.42
HSV198°27°49°
CMYK 0.270.080.00   0.51
XYZ13.969815.714021.3656
Yxy15.71400.27370.3078
Hunter Lab39.6409-6.4666-4.2074
CIE-Lab46.5970-5.9464-8.2943

#5b727c color RGB value is (91,114,124).

#5b727c hex color red value is 91, green value is 114 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #5b727c hue: 0.55 , saturation: 0.15 and the lightness value of 5b727c is 0.42.

The process color (four color CMYK) of #5b727c color hex is 0.27, 0.08, 0.00, 0.51. Web safe color of #5b727c is #666666. Color #5b727c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01110010 01111100
Octal 133 162 174
Decimal 91 114 124
Hex 5B 72 7C

RGB Percentages of Color #5b727c

%27.66
%34.65
%37.69

CMYK Percentages of Color #5b727c

%27
%8
%0
%51

Triadic Colors of #5b727c

#5b727c #7c5b72 #727c5b

Analogous Colors of #5b727c

#5b727c #5b627c #5b7c76

Monochromatic Colors of #5b727c

#5b727c

Complementary Color

#5b727c #7c655b

#5b727c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b727c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b727c Color CSS Codes

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

#5b727c Text Font Color

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

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


#5b727c Background Color

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

This div background color is #5b727c


#5b727c Border Color

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

This div border color is #5b727c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b727c


Comments

No comments written yet.

Please login to write comment.