Color Hex Logo

#5b9292 Color Hex

#5B9292
(91,146,146)
0 Favorites   0 Comments

Color spaces of #5b9292

RGB 91146146
HSL0.500.230.46
HSV180°38°57°
CMYK 0.380.000.00   0.43
XYZ19.781624.857230.9495
Yxy24.85720.26170.3288
Hunter Lab49.8570-16.4269-1.9053
CIE-Lab56.9360-18.0707-5.7489

#5b9292 color RGB value is (91,146,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10010010 10010010
Octal 133 222 222
Decimal 91 146 146
Hex 5B 92 92

RGB Percentages of Color #5b9292

%23.76
%38.12
%38.12

CMYK Percentages of Color #5b9292

%38
%0
%0
%43

Triadic Colors of #5b9292

#5b9292 #925b92 #92925b

Analogous Colors of #5b9292

#5b9292 #5b7792 #5b9277

Monochromatic Colors of #5b9292

#5b9292

Complementary Color

#5b9292 #925b5b

#5b9292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b9292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b9292 Color CSS Codes

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

#5b9292 Text Font Color

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

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


#5b9292 Background Color

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

This div background color is #5b9292


#5b9292 Border Color

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

This div border color is #5b9292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b9292


Comments

No comments written yet.

Please login to write comment.