Color Hex Logo

#5985ac Color Hex

#5985AC
(89,133,172)
0 Favorites   0 Comments

Color spaces of #5985ac

RGB 89133172
HSL0.580.330.51
HSV208°48°67°
CMYK 0.480.230.00   0.33
XYZ19.953721.877542.2008
Yxy21.87750.23750.2603
Hunter Lab46.7734-5.7047-20.7524
CIE-Lab53.8968-4.1138-25.3082

#5985ac color RGB value is (89,133,172).

#5985ac hex color red value is 89, green value is 133 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5985ac hue: 0.58 , saturation: 0.33 and the lightness value of 5985ac is 0.51.

The process color (four color CMYK) of #5985ac color hex is 0.48, 0.23, 0.00, 0.33. Web safe color of #5985ac is #669999. Color #5985ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000101 10101100
Octal 131 205 254
Decimal 89 133 172
Hex 59 85 AC

RGB Percentages of Color #5985ac

%22.59
%33.76
%43.65

CMYK Percentages of Color #5985ac

%48
%23
%0
%33

Triadic Colors of #5985ac

#5985ac #ac5985 #85ac59

Analogous Colors of #5985ac

#5985ac #595bac #59acaa

Monochromatic Colors of #5985ac

#5985ac

Complementary Color

#5985ac #ac8059

#5985ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5985ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5985ac Color CSS Codes

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

#5985ac Text Font Color

<p style="color:#5985ac">Text here</p>

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


#5985ac Background Color

<div style="background-color:#5985ac">
Div content here</div>

This div background color is #5985ac


#5985ac Border Color

<div style="border:3px solid #5985ac">
Div here</div>

This div border color is #5985ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,133,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5985ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5985ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5985ac;
  box-shadow:         1px 1px 3px 2px #5985ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5985ac


Comments

No comments written yet.

Please login to write comment.