Color Hex Logo

#5b907d Color Hex

#5B907D
(91,144,125)
0 Favorites   0 Comments

Color spaces of #5b907d

RGB 91144125
HSL0.440.230.46
HSV158°37°56°
CMYK 0.370.000.13   0.44
XYZ17.989323.651323.0191
Yxy23.65130.27820.3658
Hunter Lab48.6326-19.07955.9793
CIE-Lab55.7370-22.13614.5403

#5b907d color RGB value is (91,144,125).

#5b907d hex color red value is 91, green value is 144 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #5b907d hue: 0.44 , saturation: 0.23 and the lightness value of 5b907d is 0.46.

The process color (four color CMYK) of #5b907d color hex is 0.37, 0.00, 0.13, 0.44. Web safe color of #5b907d is #669966. Color #5b907d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10010000 01111101
Octal 133 220 175
Decimal 91 144 125
Hex 5B 90 7D

RGB Percentages of Color #5b907d

%25.28
%40.00
%34.72

CMYK Percentages of Color #5b907d

%37
%0
%13
%44

Triadic Colors of #5b907d

#5b907d #7d5b90 #907d5b

Analogous Colors of #5b907d

#5b907d #5b8990 #5b9063

Monochromatic Colors of #5b907d

#5b907d

Complementary Color

#5b907d #905b6e

#5b907d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b907d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b907d Color CSS Codes

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

#5b907d Text Font Color

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

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


#5b907d Background Color

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

This div background color is #5b907d


#5b907d Border Color

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

This div border color is #5b907d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b907d


Comments

No comments written yet.

Please login to write comment.