Color Hex Logo

#5b6500 Color Hex

#5B6500
(91,101,0)
0 Favorites   0 Comments

Color spaces of #5b6500

RGB 911010
HSL0.181.000.20
HSV66°100°40°
CMYK 0.100.001.00   0.60
XYZ8.968111.53151.7531
Yxy11.53150.40300.5182
Hunter Lab33.9581-12.285920.7098
CIE-Lab40.4616-15.741946.8452

#5b6500 color RGB value is (91,101,0).

#5b6500 hex color red value is 91, green value is 101 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #5b6500 hue: 0.18 , saturation: 1.00 and the lightness value of 5b6500 is 0.20.

The process color (four color CMYK) of #5b6500 color hex is 0.10, 0.00, 1.00, 0.60. Web safe color of #5b6500 is #666600. Color #5b6500 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01100101 00000000
Octal 133 145 0
Decimal 91 101 0
Hex 5B 65 0

RGB Percentages of Color #5b6500

%47.40
%52.60
%0.00

CMYK Percentages of Color #5b6500

%10
%0
%100
%60

Triadic Colors of #5b6500

#5b6500 #005b65 #65005b

Analogous Colors of #5b6500

#5b6500 #296500 #653d00

Monochromatic Colors of #5b6500

#5b6500

Complementary Color

#5b6500 #0a0065

#5b6500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b6500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b6500 Color CSS Codes

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

#5b6500 Text Font Color

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

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


#5b6500 Background Color

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

This div background color is #5b6500


#5b6500 Border Color

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

This div border color is #5b6500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b6500


Comments

No comments written yet.

Please login to write comment.