Color Hex Logo

#555498 Color Hex

#555498
(85,84,152)
0 Favorites   0 Comments

Color spaces of #555498

RGB 8584152
HSL0.670.290.46
HSV241°45°60°
CMYK 0.440.450.00   0.40
XYZ12.584110.538931.0767
Yxy10.53890.23220.1944
Hunter Lab32.463712.3817-34.0323
CIE-Lab38.792718.6626-37.2103

#555498 color RGB value is (85,84,152).

#555498 hex color red value is 85, green value is 84 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #555498 hue: 0.67 , saturation: 0.29 and the lightness value of 555498 is 0.46.

The process color (four color CMYK) of #555498 color hex is 0.44, 0.45, 0.00, 0.40. Web safe color of #555498 is #666699. Color #555498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010100 10011000
Octal 125 124 230
Decimal 85 84 152
Hex 55 54 98

RGB Percentages of Color #555498

%26.48
%26.17
%47.35

CMYK Percentages of Color #555498

%44
%45
%0
%40

Triadic Colors of #555498

#555498 #985554 #549855

Analogous Colors of #555498

#555498 #775498 #547598

Monochromatic Colors of #555498

#555498

Complementary Color

#555498 #979854

#555498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555498 Color CSS Codes

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

#555498 Text Font Color

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

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


#555498 Background Color

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

This div background color is #555498


#555498 Border Color

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

This div border color is #555498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555498


Comments

No comments written yet.

Please login to write comment.