Color Hex Logo

#5a858d Color Hex

#5A858D
(90,133,141)
0 Favorites   0 Comments

Color spaces of #5a858d

RGB 90133141
HSL0.530.220.45
HSV189°36°55°
CMYK 0.360.060.00   0.45
XYZ17.411720.871828.3103
Yxy20.87180.26150.3134
Hunter Lab45.6857-11.9201-4.7606
CIE-Lab52.8089-12.6211-9.0151

#5a858d color RGB value is (90,133,141).

#5a858d hex color red value is 90, green value is 133 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5a858d hue: 0.53 , saturation: 0.22 and the lightness value of 5a858d is 0.45.

The process color (four color CMYK) of #5a858d color hex is 0.36, 0.06, 0.00, 0.45. Web safe color of #5a858d is #669999. Color #5a858d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10000101 10001101
Octal 132 205 215
Decimal 90 133 141
Hex 5A 85 8D

RGB Percentages of Color #5a858d

%24.73
%36.54
%38.74

CMYK Percentages of Color #5a858d

%36
%6
%0
%45

Triadic Colors of #5a858d

#5a858d #8d5a85 #858d5a

Analogous Colors of #5a858d

#5a858d #5a6c8d #5a8d7c

Monochromatic Colors of #5a858d

#5a858d

Complementary Color

#5a858d #8d625a

#5a858d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a858d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a858d Color CSS Codes

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

#5a858d Text Font Color

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

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


#5a858d Background Color

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

This div background color is #5a858d


#5a858d Border Color

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

This div border color is #5a858d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a858d


Comments

No comments written yet.

Please login to write comment.