Color Hex Logo

#555cae Color Hex

#555CAE
(85,92,174)
0 Favorites   0 Comments

Color spaces of #555cae

RGB 8592174
HSL0.650.350.51
HSV235°51°68°
CMYK 0.510.470.00   0.32
XYZ15.213412.641641.6826
Yxy12.64160.21880.1818
Hunter Lab35.555014.1559-44.6196
CIE-Lab42.218220.5363-44.8444

#555cae color RGB value is (85,92,174).

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

The process color (four color CMYK) of #555cae color hex is 0.51, 0.47, 0.00, 0.32. Web safe color of #555cae is #666699. Color #555cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011100 10101110
Octal 125 134 256
Decimal 85 92 174
Hex 55 5C AE

RGB Percentages of Color #555cae

%24.22
%26.21
%49.57

CMYK Percentages of Color #555cae

%51
%47
%0
%32

Triadic Colors of #555cae

#555cae #ae555c #5cae55

Analogous Colors of #555cae

#555cae #7b55ae #5589ae

Monochromatic Colors of #555cae

#555cae

Complementary Color

#555cae #aea755

#555cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#555cae Color CSS Codes

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

#555cae Text Font Color

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

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


#555cae Background Color

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

This div background color is #555cae


#555cae Border Color

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

This div border color is #555cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555cae


Comments

No comments written yet.

Please login to write comment.