Color Hex Logo

#555cbc Color Hex

#555CBC
(85,92,188)
0 Favorites   0 Comments

Color spaces of #555cbc

RGB 8592188
HSL0.660.430.54
HSV236°55°74°
CMYK 0.550.510.00   0.26
XYZ16.650613.216449.2504
Yxy13.21640.21050.1670
Hunter Lab36.354418.1343-54.8740
CIE-Lab43.087525.0820-51.6503

#555cbc color RGB value is (85,92,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011100 10111100
Octal 125 134 274
Decimal 85 92 188
Hex 55 5C BC

RGB Percentages of Color #555cbc

%23.29
%25.21
%51.51

CMYK Percentages of Color #555cbc

%55
%51
%0
%26

Triadic Colors of #555cbc

#555cbc #bc555c #5cbc55

Analogous Colors of #555cbc

#555cbc #8255bc #5590bc

Monochromatic Colors of #555cbc

#555cbc

Complementary Color

#555cbc #bcb555

#555cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#555cbc Color CSS Codes

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

#555cbc Text Font Color

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

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


#555cbc Background Color

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

This div background color is #555cbc


#555cbc Border Color

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

This div border color is #555cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,92,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 #555cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555cbc


Comments

No comments written yet.

Please login to write comment.