Color Hex Logo

#5983ac Color Hex

#5983AC
(89,131,172)
0 Favorites   0 Comments

Color spaces of #5983ac

RGB 89131172
HSL0.580.330.51
HSV210°48°67°
CMYK 0.480.240.00   0.33
XYZ19.682521.335042.1104
Yxy21.33500.23680.2567
Hunter Lab46.1898-4.7694-21.7207
CIE-Lab53.3142-2.9551-26.2085

#5983ac color RGB value is (89,131,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000011 10101100
Octal 131 203 254
Decimal 89 131 172
Hex 59 83 AC

RGB Percentages of Color #5983ac

%22.70
%33.42
%43.88

CMYK Percentages of Color #5983ac

%48
%24
%0
%33

Triadic Colors of #5983ac

#5983ac #ac5983 #83ac59

Analogous Colors of #5983ac

#5983ac #5959ac #59acac

Monochromatic Colors of #5983ac

#5983ac

Complementary Color

#5983ac #ac8259

#5983ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5983ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5983ac Color CSS Codes

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

#5983ac Text Font Color

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

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


#5983ac Background Color

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

This div background color is #5983ac


#5983ac Border Color

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

This div border color is #5983ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,131,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 #5983ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5983ac


Comments

No comments written yet.

Please login to write comment.