Color Hex Logo

#5b935a Color Hex

#5B935A
(91,147,90)
0 Favorites   0 Comments

Color spaces of #5b935a

RGB 9114790
HSL0.330.240.46
HSV119°39°58°
CMYK 0.380.000.39   0.42
XYZ16.593623.829813.3979
Yxy23.82980.30830.4428
Hunter Lab48.8158-24.751417.8984
CIE-Lab55.9170-30.537024.5179

#5b935a color RGB value is (91,147,90).

#5b935a hex color red value is 91, green value is 147 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #5b935a hue: 0.33 , saturation: 0.24 and the lightness value of 5b935a is 0.46.

The process color (four color CMYK) of #5b935a color hex is 0.38, 0.00, 0.39, 0.42. Web safe color of #5b935a is #669966. Color #5b935a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10010011 01011010
Octal 133 223 132
Decimal 91 147 90
Hex 5B 93 5A

RGB Percentages of Color #5b935a

%27.74
%44.82
%27.44

CMYK Percentages of Color #5b935a

%38
%0
%39
%42

Triadic Colors of #5b935a

#5b935a #5a5b93 #935a5b

Analogous Colors of #5b935a

#5b935a #5a9376 #78935a

Monochromatic Colors of #5b935a

#5b935a

Complementary Color

#5b935a #925a93

#5b935a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b935a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b935a Color CSS Codes

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

#5b935a Text Font Color

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

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


#5b935a Background Color

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

This div background color is #5b935a


#5b935a Border Color

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

This div border color is #5b935a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b935a


Comments

No comments written yet.

Please login to write comment.