Color Hex Logo

#5b958e Color Hex

#5B958E
(91,149,142)
0 Favorites   0 Comments

Color spaces of #5b958e

RGB 91149142
HSL0.480.240.47
HSV173°39°58°
CMYK 0.390.000.05   0.42
XYZ19.944325.672029.4952
Yxy25.67200.26550.3418
Hunter Lab50.6675-18.40510.9527
CIE-Lab57.7244-20.6588-2.2968

#5b958e color RGB value is (91,149,142).

#5b958e hex color red value is 91, green value is 149 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #5b958e hue: 0.48 , saturation: 0.24 and the lightness value of 5b958e is 0.47.

The process color (four color CMYK) of #5b958e color hex is 0.39, 0.00, 0.05, 0.42. Web safe color of #5b958e is #669999. Color #5b958e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10010101 10001110
Octal 133 225 216
Decimal 91 149 142
Hex 5B 95 8E

RGB Percentages of Color #5b958e

%23.82
%39.01
%37.17

CMYK Percentages of Color #5b958e

%39
%0
%5
%42

Triadic Colors of #5b958e

#5b958e #8e5b95 #958e5b

Analogous Colors of #5b958e

#5b958e #5b7f95 #5b9571

Monochromatic Colors of #5b958e

#5b958e

Complementary Color

#5b958e #955b62

#5b958e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b958e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b958e Color CSS Codes

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

#5b958e Text Font Color

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

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


#5b958e Background Color

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

This div background color is #5b958e


#5b958e Border Color

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

This div border color is #5b958e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b958e


Comments

No comments written yet.

Please login to write comment.