Color Hex Logo

#555cab Color Hex

#555CAB
(85,92,171)
0 Favorites   0 Comments

Color spaces of #555cab

RGB 8592171
HSL0.650.340.50
HSV235°50°67°
CMYK 0.500.460.00   0.33
XYZ14.924112.525940.1592
Yxy12.52590.22070.1853
Hunter Lab35.391913.3341-42.5019
CIE-Lab42.040019.5724-43.3604

#555cab color RGB value is (85,92,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011100 10101011
Octal 125 134 253
Decimal 85 92 171
Hex 55 5C AB

RGB Percentages of Color #555cab

%24.43
%26.44
%49.14

CMYK Percentages of Color #555cab

%50
%46
%0
%33

Triadic Colors of #555cab

#555cab #ab555c #5cab55

Analogous Colors of #555cab

#555cab #7955ab #5587ab

Monochromatic Colors of #555cab

#555cab

Complementary Color

#555cab #aba455

#555cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#555cab Color CSS Codes

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

#555cab Text Font Color

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

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


#555cab Background Color

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

This div background color is #555cab


#555cab Border Color

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

This div border color is #555cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555cab


Comments

No comments written yet.

Please login to write comment.