Color Hex Logo

#5555af Color Hex

#5555AF
(85,85,175)
0 Favorites   0 Comments

Color spaces of #5555af

RGB 8585175
HSL0.670.360.51
HSV240°51°69°
CMYK 0.510.510.00   0.31
XYZ14.732711.523442.0052
Yxy11.52340.21580.1688
Hunter Lab33.946118.0637-49.6036
CIE-Lab40.448425.2748-48.2695

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010101 10101111
Octal 125 125 257
Decimal 85 85 175
Hex 55 55 AF

RGB Percentages of Color #5555af

%24.64
%24.64
%50.72

CMYK Percentages of Color #5555af

%51
%51
%0
%31

Triadic Colors of #5555af

#5555af #af5555 #55af55

Analogous Colors of #5555af

#5555af #8255af #5582af

Monochromatic Colors of #5555af

#5555af

Complementary Color

#5555af #afaf55

#5555af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5555af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5555af Color CSS Codes

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

#5555af Text Font Color

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

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


#5555af Background Color

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

This div background color is #5555af


#5555af Border Color

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

This div border color is #5555af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5555af


Comments

No comments written yet.

Please login to write comment.