Color Hex Logo

#555abc Color Hex

#555ABC
(85,90,188)
0 Favorites   0 Comments

Color spaces of #555abc

RGB 8590188
HSL0.660.430.54
HSV237°55°74°
CMYK 0.550.520.00   0.26
XYZ16.479612.874549.1934
Yxy12.87450.20980.1639
Hunter Lab35.881119.1904-56.1706
CIE-Lab42.573526.3364-52.4772

#555abc color RGB value is (85,90,188).

#555abc hex color red value is 85, green value is 90 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #555abc hue: 0.66 , saturation: 0.43 and the lightness value of 555abc is 0.54.

The process color (four color CMYK) of #555abc color hex is 0.55, 0.52, 0.00, 0.26. Web safe color of #555abc is #6666cc. Color #555abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011010 10111100
Octal 125 132 274
Decimal 85 90 188
Hex 55 5A BC

RGB Percentages of Color #555abc

%23.42
%24.79
%51.79

CMYK Percentages of Color #555abc

%55
%52
%0
%26

Triadic Colors of #555abc

#555abc #bc555a #5abc55

Analogous Colors of #555abc

#555abc #8455bc #558ebc

Monochromatic Colors of #555abc

#555abc

Complementary Color

#555abc #bcb755

#555abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#555abc Color CSS Codes

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

#555abc Text Font Color

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

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


#555abc Background Color

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

This div background color is #555abc


#555abc Border Color

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

This div border color is #555abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555abc


Comments

No comments written yet.

Please login to write comment.