Color Hex Logo

#5b798d Color Hex

#5B798D
(91,121,141)
0 Favorites   0 Comments

Color spaces of #5b798d

RGB 91121141
HSL0.570.220.45
HSV204°35°55°
CMYK 0.350.140.00   0.45
XYZ15.959517.822027.7981
Yxy17.82200.25920.2894
Hunter Lab42.2161-6.3975-9.4895
CIE-Lab49.2795-5.5331-14.3258

#5b798d color RGB value is (91,121,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 01111001 10001101
Octal 133 171 215
Decimal 91 121 141
Hex 5B 79 8D

RGB Percentages of Color #5b798d

%25.78
%34.28
%39.94

CMYK Percentages of Color #5b798d

%35
%14
%0
%45

Triadic Colors of #5b798d

#5b798d #8d5b79 #798d5b

Analogous Colors of #5b798d

#5b798d #5b608d #5b8d88

Monochromatic Colors of #5b798d

#5b798d

Complementary Color

#5b798d #8d6f5b

#5b798d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b798d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b798d Color CSS Codes

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

#5b798d Text Font Color

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

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


#5b798d Background Color

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

This div background color is #5b798d


#5b798d Border Color

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

This div border color is #5b798d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b798d


Comments

No comments written yet.

Please login to write comment.