Color Hex Logo

#555e94 Color Hex

#555E94
(85,94,148)
0 Favorites   0 Comments

Color spaces of #555e94

RGB 8594148
HSL0.640.270.46
HSV231°43°58°
CMYK 0.430.360.00   0.42
XYZ13.094312.074829.6575
Yxy12.07480.23880.2202
Hunter Lab34.74886.4532-26.2788
CIE-Lab41.334811.1041-30.7917

#555e94 color RGB value is (85,94,148).

#555e94 hex color red value is 85, green value is 94 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #555e94 hue: 0.64 , saturation: 0.27 and the lightness value of 555e94 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011110 10010100
Octal 125 136 224
Decimal 85 94 148
Hex 55 5E 94

RGB Percentages of Color #555e94

%25.99
%28.75
%45.26

CMYK Percentages of Color #555e94

%43
%36
%0
%42

Triadic Colors of #555e94

#555e94 #94555e #5e9455

Analogous Colors of #555e94

#555e94 #6c5594 #557e94

Monochromatic Colors of #555e94

#555e94

Complementary Color

#555e94 #948b55

#555e94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555e94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555e94 Color CSS Codes

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

#555e94 Text Font Color

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

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


#555e94 Background Color

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

This div background color is #555e94


#555e94 Border Color

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

This div border color is #555e94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555e94


Comments

No comments written yet.

Please login to write comment.