Color Hex Logo

#555cbe Color Hex

#555CBE
(85,92,190)
0 Favorites   0 Comments

Color spaces of #555cbe

RGB 8592190
HSL0.660.450.54
HSV236°55°75°
CMYK 0.550.520.00   0.25
XYZ16.867713.303350.3940
Yxy13.30330.20940.1651
Hunter Lab36.473718.7205-56.3867
CIE-Lab43.216725.7357-52.6067

#555cbe color RGB value is (85,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011100 10111110
Octal 125 134 276
Decimal 85 92 190
Hex 55 5C BE

RGB Percentages of Color #555cbe

%23.16
%25.07
%51.77

CMYK Percentages of Color #555cbe

%55
%52
%0
%25

Triadic Colors of #555cbe

#555cbe #be555c #5cbe55

Analogous Colors of #555cbe

#555cbe #8355be #5591be

Monochromatic Colors of #555cbe

#555cbe

Complementary Color

#555cbe #beb755

#555cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#555cbe Color CSS Codes

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

#555cbe Text Font Color

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

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


#555cbe Background Color

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

This div background color is #555cbe


#555cbe Border Color

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

This div border color is #555cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555cbe


Comments

No comments written yet.

Please login to write comment.