Color Hex Logo

#5b9190 Color Hex

#5B9190
(91,145,144)
0 Favorites   0 Comments

Color spaces of #5b9190

RGB 91145144
HSL0.500.230.46
HSV179°37°57°
CMYK 0.370.000.01   0.43
XYZ19.473824.488630.0859
Yxy24.48860.26300.3307
Hunter Lab49.4860-16.3568-1.4063
CIE-Lab56.5737-18.0539-5.1389

#5b9190 color RGB value is (91,145,144).

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

The process color (four color CMYK) of #5b9190 color hex is 0.37, 0.00, 0.01, 0.43. Web safe color of #5b9190 is #669999. Color #5b9190 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10010001 10010000
Octal 133 221 220
Decimal 91 145 144
Hex 5B 91 90

RGB Percentages of Color #5b9190

%23.95
%38.16
%37.89

CMYK Percentages of Color #5b9190

%37
%0
%1
%43

Triadic Colors of #5b9190

#5b9190 #905b91 #91905b

Analogous Colors of #5b9190

#5b9190 #5b7791 #5b9175

Monochromatic Colors of #5b9190

#5b9190

Complementary Color

#5b9190 #915b5c

#5b9190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b9190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b9190 Color CSS Codes

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

#5b9190 Text Font Color

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

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


#5b9190 Background Color

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

This div background color is #5b9190


#5b9190 Border Color

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

This div border color is #5b9190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b9190


Comments

No comments written yet.

Please login to write comment.