Color Hex Logo

#555892 Color Hex

#555892
(85,88,146)
0 Favorites   0 Comments

Color spaces of #555892

RGB 8588146
HSL0.660.260.45
HSV237°42°57°
CMYK 0.420.400.00   0.43
XYZ12.424310.986128.6598
Yxy10.98610.23860.2110
Hunter Lab33.14538.9053-28.0647
CIE-Lab39.557014.2849-32.3863

#555892 color RGB value is (85,88,146).

#555892 hex color red value is 85, green value is 88 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #555892 hue: 0.66 , saturation: 0.26 and the lightness value of 555892 is 0.45.

The process color (four color CMYK) of #555892 color hex is 0.42, 0.40, 0.00, 0.43. Web safe color of #555892 is #666699. Color #555892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011000 10010010
Octal 125 130 222
Decimal 85 88 146
Hex 55 58 92

RGB Percentages of Color #555892

%26.65
%27.59
%45.77

CMYK Percentages of Color #555892

%42
%40
%0
%43

Triadic Colors of #555892

#555892 #925558 #589255

Analogous Colors of #555892

#555892 #715592 #557792

Monochromatic Colors of #555892

#555892

Complementary Color

#555892 #928f55

#555892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555892 Color CSS Codes

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

#555892 Text Font Color

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

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


#555892 Background Color

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

This div background color is #555892


#555892 Border Color

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

This div border color is #555892


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,88,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555892; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555892;
  -webkit-box-shadow: 1px 1px 3px 2px #555892;
  box-shadow:         1px 1px 3px 2px #555892; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555892


Comments

No comments written yet.

Please login to write comment.