Color Hex Logo

#5ba499 Color Hex

#5BA499
(91,164,153)
0 Favorites   0 Comments

Color spaces of #5ba499

RGB 91164153
HSL0.470.290.50
HSV171°45°64°
CMYK 0.450.000.07   0.36
XYZ23.339631.075034.9049
Yxy31.07500.26130.3479
Hunter Lab55.7450-22.81831.8968
CIE-Lab62.5709-25.5639-1.4126

#5ba499 color RGB value is (91,164,153).

#5ba499 hex color red value is 91, green value is 164 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #5ba499 hue: 0.47 , saturation: 0.29 and the lightness value of 5ba499 is 0.50.

The process color (four color CMYK) of #5ba499 color hex is 0.45, 0.00, 0.07, 0.36. Web safe color of #5ba499 is #669999. Color #5ba499 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10100100 10011001
Octal 133 244 231
Decimal 91 164 153
Hex 5B A4 99

RGB Percentages of Color #5ba499

%22.30
%40.20
%37.50

CMYK Percentages of Color #5ba499

%45
%0
%7
%36

Triadic Colors of #5ba499

#5ba499 #995ba4 #a4995b

Analogous Colors of #5ba499

#5ba499 #5b8ba4 #5ba475

Monochromatic Colors of #5ba499

#5ba499

Complementary Color

#5ba499 #a45b66

#5ba499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba499 Color CSS Codes

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

#5ba499 Text Font Color

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

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


#5ba499 Background Color

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

This div background color is #5ba499


#5ba499 Border Color

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

This div border color is #5ba499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba499


Comments

No comments written yet.

Please login to write comment.