Color Hex Logo

#555caa Color Hex

#555CAA
(85,92,170)
0 Favorites   0 Comments

Color spaces of #555caa

RGB 8592170
HSL0.650.330.50
HSV235°50°67°
CMYK 0.500.460.00   0.33
XYZ14.829212.487939.6590
Yxy12.48790.22140.1865
Hunter Lab35.338213.0632-41.8026
CIE-Lab41.981319.2526-42.8637

#555caa color RGB value is (85,92,170).

#555caa hex color red value is 85, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #555caa hue: 0.65 , saturation: 0.33 and the lightness value of 555caa is 0.50.

The process color (four color CMYK) of #555caa color hex is 0.50, 0.46, 0.00, 0.33. Web safe color of #555caa is #666699. Color #555caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011100 10101010
Octal 125 134 252
Decimal 85 92 170
Hex 55 5C AA

RGB Percentages of Color #555caa

%24.50
%26.51
%48.99

CMYK Percentages of Color #555caa

%50
%46
%0
%33

Triadic Colors of #555caa

#555caa #aa555c #5caa55

Analogous Colors of #555caa

#555caa #7955aa #5587aa

Monochromatic Colors of #555caa

#555caa

Complementary Color

#555caa #aaa355

#555caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#555caa Color CSS Codes

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

#555caa Text Font Color

<p style="color:#555caa">Text here</p>

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


#555caa Background Color

<div style="background-color:#555caa">
Div content here</div>

This div background color is #555caa


#555caa Border Color

<div style="border:3px solid #555caa">
Div here</div>

This div border color is #555caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,92,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555caa;
  -webkit-box-shadow: 1px 1px 3px 2px #555caa;
  box-shadow:         1px 1px 3px 2px #555caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555caa


Comments

No comments written yet.

Please login to write comment.