Color Hex Logo

#5b858a Color Hex

#5B858A
(91,133,138)
0 Favorites   0 Comments

Color spaces of #5b858a

RGB 91133138
HSL0.520.210.45
HSV186°34°54°
CMYK 0.340.040.00   0.46
XYZ17.289420.834227.1549
Yxy20.83420.26490.3192
Hunter Lab45.6445-12.2649-3.3218
CIE-Lab52.7676-13.1093-7.3257

#5b858a color RGB value is (91,133,138).

#5b858a hex color red value is 91, green value is 133 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #5b858a hue: 0.52 , saturation: 0.21 and the lightness value of 5b858a is 0.45.

The process color (four color CMYK) of #5b858a color hex is 0.34, 0.04, 0.00, 0.46. Web safe color of #5b858a is #669999. Color #5b858a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10000101 10001010
Octal 133 205 212
Decimal 91 133 138
Hex 5B 85 8A

RGB Percentages of Color #5b858a

%25.14
%36.74
%38.12

CMYK Percentages of Color #5b858a

%34
%4
%0
%46

Triadic Colors of #5b858a

#5b858a #8a5b85 #858a5b

Analogous Colors of #5b858a

#5b858a #5b6e8a #5b8a78

Monochromatic Colors of #5b858a

#5b858a

Complementary Color

#5b858a #8a605b

#5b858a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b858a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b858a Color CSS Codes

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

#5b858a Text Font Color

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

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


#5b858a Background Color

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

This div background color is #5b858a


#5b858a Border Color

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

This div border color is #5b858a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b858a


Comments

No comments written yet.

Please login to write comment.