Color Hex Logo

#5383ac Color Hex

#5383AC
(83,131,172)
0 Favorites   0 Comments

Color spaces of #5383ac

RGB 83131172
HSL0.580.350.50
HSV208°52°67°
CMYK 0.520.240.00   0.33
XYZ19.130021.050242.0846
Yxy21.05020.23250.2559
Hunter Lab45.8805-5.8648-22.2683
CIE-Lab53.0044-4.4139-26.7129

#5383ac color RGB value is (83,131,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000011 10101100
Octal 123 203 254
Decimal 83 131 172
Hex 53 83 AC

RGB Percentages of Color #5383ac

%21.50
%33.94
%44.56

CMYK Percentages of Color #5383ac

%52
%24
%0
%33

Triadic Colors of #5383ac

#5383ac #ac5383 #83ac53

Analogous Colors of #5383ac

#5383ac #5357ac #53aca9

Monochromatic Colors of #5383ac

#5383ac

Complementary Color

#5383ac #ac7c53

#5383ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5383ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5383ac Color CSS Codes

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

#5383ac Text Font Color

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

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


#5383ac Background Color

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

This div background color is #5383ac


#5383ac Border Color

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

This div border color is #5383ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5383ac


Comments

No comments written yet.

Please login to write comment.