Color Hex Logo

#5b977d Color Hex

#5B977D
(91,151,125)
0 Favorites   0 Comments

Color spaces of #5b977d

RGB 91151125
HSL0.430.250.47
HSV154°40°59°
CMYK 0.400.000.17   0.41
XYZ19.082725.838023.3835
Yxy25.83800.27940.3783
Hunter Lab50.8311-21.94308.3070
CIE-Lab57.8830-25.68397.6148

#5b977d color RGB value is (91,151,125).

#5b977d hex color red value is 91, green value is 151 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #5b977d hue: 0.43 , saturation: 0.25 and the lightness value of 5b977d is 0.47.

The process color (four color CMYK) of #5b977d color hex is 0.40, 0.00, 0.17, 0.41. Web safe color of #5b977d is #669966. Color #5b977d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10010111 01111101
Octal 133 227 175
Decimal 91 151 125
Hex 5B 97 7D

RGB Percentages of Color #5b977d

%24.80
%41.14
%34.06

CMYK Percentages of Color #5b977d

%40
%0
%17
%41

Triadic Colors of #5b977d

#5b977d #7d5b97 #977d5b

Analogous Colors of #5b977d

#5b977d #5b9397 #5b975f

Monochromatic Colors of #5b977d

#5b977d

Complementary Color

#5b977d #975b75

#5b977d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b977d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b977d Color CSS Codes

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

#5b977d Text Font Color

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

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


#5b977d Background Color

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

This div background color is #5b977d


#5b977d Border Color

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

This div border color is #5b977d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b977d


Comments

No comments written yet.

Please login to write comment.