Color Hex Logo

#5b8592 Color Hex

#5B8592
(91,133,146)
0 Favorites   0 Comments

Color spaces of #5b8592

RGB 91133146
HSL0.540.230.46
HSV194°38°57°
CMYK 0.380.090.00   0.43
XYZ17.890221.074530.3190
Yxy21.07450.25820.3042
Hunter Lab45.9070-10.7748-7.0229
CIE-Lab53.0309-11.0003-11.5827

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

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

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

Base Numbers

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

RGB Percentages of Color #5b8592

%24.59
%35.95
%39.46

CMYK Percentages of Color #5b8592

%38
%9
%0
%43

Triadic Colors of #5b8592

#5b8592 #925b85 #85925b

Analogous Colors of #5b8592

#5b8592 #5b6a92 #5b9284

Monochromatic Colors of #5b8592

#5b8592

Complementary Color

#5b8592 #92685b

#5b8592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b8592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b8592 Color CSS Codes

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

#5b8592 Text Font Color

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

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


#5b8592 Background Color

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

This div background color is #5b8592


#5b8592 Border Color

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

This div border color is #5b8592


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,133,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 #5b8592">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b8592


Comments

No comments written yet.

Please login to write comment.