Color Hex Logo

#5b949d Color Hex

#5B949D
(91,148,157)
0 Favorites   0 Comments

Color spaces of #5b949d

RGB 91148157
HSL0.520.270.49
HSV188°42°62°
CMYK 0.420.060.00   0.38
XYZ20.990125.838335.7793
Yxy25.83830.25410.3128
Hunter Lab50.8314-15.2459-6.1512
CIE-Lab57.8832-16.2384-10.6283

#5b949d color RGB value is (91,148,157).

#5b949d hex color red value is 91, green value is 148 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #5b949d hue: 0.52 , saturation: 0.27 and the lightness value of 5b949d is 0.49.

The process color (four color CMYK) of #5b949d color hex is 0.42, 0.06, 0.00, 0.38. Web safe color of #5b949d is #669999. Color #5b949d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10010100 10011101
Octal 133 224 235
Decimal 91 148 157
Hex 5B 94 9D

RGB Percentages of Color #5b949d

%22.98
%37.37
%39.65

CMYK Percentages of Color #5b949d

%42
%6
%0
%38

Triadic Colors of #5b949d

#5b949d #9d5b94 #949d5b

Analogous Colors of #5b949d

#5b949d #5b739d #5b9d85

Monochromatic Colors of #5b949d

#5b949d

Complementary Color

#5b949d #9d645b

#5b949d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b949d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b949d Color CSS Codes

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

#5b949d Text Font Color

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

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


#5b949d Background Color

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

This div background color is #5b949d


#5b949d Border Color

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

This div border color is #5b949d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b949d


Comments

No comments written yet.

Please login to write comment.