Color Hex Logo

#555474 Color Hex

#555474
(85,84,116)
0 Favorites   0 Comments

Color spaces of #555474

RGB 8584116
HSL0.670.160.39
HSV242°28°45°
CMYK 0.270.280.00   0.55
XYZ10.06909.532917.8323
Yxy9.53290.26900.2547
Hunter Lab30.87544.1800-12.6306
CIE-Lab36.99078.1761-18.0607

#555474 color RGB value is (85,84,116).

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

The process color (four color CMYK) of #555474 color hex is 0.27, 0.28, 0.00, 0.55. Web safe color of #555474 is #666666. Color #555474 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010100 01110100
Octal 125 124 164
Decimal 85 84 116
Hex 55 54 74

RGB Percentages of Color #555474

%29.82
%29.47
%40.70

CMYK Percentages of Color #555474

%27
%28
%0
%55

Triadic Colors of #555474

#555474 #745554 #547455

Analogous Colors of #555474

#555474 #655474 #546374

Monochromatic Colors of #555474

#555474

Complementary Color

#555474 #737454

#555474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555474 Color CSS Codes

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

#555474 Text Font Color

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

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


#555474 Background Color

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

This div background color is #555474


#555474 Border Color

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

This div border color is #555474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555474


Comments

No comments written yet.

Please login to write comment.