Color Hex Logo

#5755af Color Hex

#5755AF
(87,85,175)
0 Favorites   0 Comments

Color spaces of #5755af

RGB 8785175
HSL0.670.360.51
HSV241°51°69°
CMYK 0.500.510.00   0.31
XYZ14.916811.618442.0138
Yxy11.61840.21760.1695
Hunter Lab34.085818.4660-49.2202
CIE-Lab40.603125.7221-48.0127

#5755af color RGB value is (87,85,175).

#5755af hex color red value is 87, green value is 85 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5755af hue: 0.67 , saturation: 0.36 and the lightness value of 5755af is 0.51.

The process color (four color CMYK) of #5755af color hex is 0.50, 0.51, 0.00, 0.31. Web safe color of #5755af is #666699. Color #5755af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010101 10101111
Octal 127 125 257
Decimal 87 85 175
Hex 57 55 AF

RGB Percentages of Color #5755af

%25.07
%24.50
%50.43

CMYK Percentages of Color #5755af

%50
%51
%0
%31

Triadic Colors of #5755af

#5755af #af5755 #55af57

Analogous Colors of #5755af

#5755af #8455af #5580af

Monochromatic Colors of #5755af

#5755af

Complementary Color

#5755af #adaf55

#5755af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5755af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5755af Color CSS Codes

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

#5755af Text Font Color

<p style="color:#5755af">Text here</p>

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


#5755af Background Color

<div style="background-color:#5755af">
Div content here</div>

This div background color is #5755af


#5755af Border Color

<div style="border:3px solid #5755af">
Div here</div>

This div border color is #5755af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,85,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5755af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5755af;
  -webkit-box-shadow: 1px 1px 3px 2px #5755af;
  box-shadow:         1px 1px 3px 2px #5755af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,85,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5755af


Comments

No comments written yet.

Please login to write comment.