Color Hex Logo

#5795ac Color Hex

#5795AC
(87,149,172)
0 Favorites   0 Comments

Color spaces of #5795ac

RGB 87149172
HSL0.550.340.51
HSV196°49°67°
CMYK 0.490.130.00   0.33
XYZ22.124326.499742.9786
Yxy26.49970.24150.2893
Hunter Lab51.4779-13.3700-13.4664
CIE-Lab58.5084-13.5845-18.2477

#5795ac color RGB value is (87,149,172).

#5795ac hex color red value is 87, green value is 149 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5795ac hue: 0.55 , saturation: 0.34 and the lightness value of 5795ac is 0.51.

The process color (four color CMYK) of #5795ac color hex is 0.49, 0.13, 0.00, 0.33. Web safe color of #5795ac is #669999. Color #5795ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010101 10101100
Octal 127 225 254
Decimal 87 149 172
Hex 57 95 AC

RGB Percentages of Color #5795ac

%21.32
%36.52
%42.16

CMYK Percentages of Color #5795ac

%49
%13
%0
%33

Triadic Colors of #5795ac

#5795ac #ac5795 #95ac57

Analogous Colors of #5795ac

#5795ac #576bac #57ac99

Monochromatic Colors of #5795ac

#5795ac

Complementary Color

#5795ac #ac6e57

#5795ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5795ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5795ac Color CSS Codes

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

#5795ac Text Font Color

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

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


#5795ac Background Color

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

This div background color is #5795ac


#5795ac Border Color

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

This div border color is #5795ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5795ac


Comments

No comments written yet.

Please login to write comment.