Color Hex Logo

#546392 Color Hex

#546392
(84,99,146)
0 Favorites   0 Comments

Color spaces of #546392

RGB 8499146
HSL0.630.270.45
HSV225°42°57°
CMYK 0.420.320.00   0.43
XYZ13.306312.883828.9796
Yxy12.88380.24120.2335
Hunter Lab35.89403.3574-22.7429
CIE-Lab42.58767.0900-27.6361

#546392 color RGB value is (84,99,146).

#546392 hex color red value is 84, green value is 99 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #546392 hue: 0.63 , saturation: 0.27 and the lightness value of 546392 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100011 10010010
Octal 124 143 222
Decimal 84 99 146
Hex 54 63 92

RGB Percentages of Color #546392

%25.53
%30.09
%44.38

CMYK Percentages of Color #546392

%42
%32
%0
%43

Triadic Colors of #546392

#546392 #925463 #639254

Analogous Colors of #546392

#546392 #645492 #548292

Monochromatic Colors of #546392

#546392

Complementary Color

#546392 #928354

#546392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#546392 Color CSS Codes

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

#546392 Text Font Color

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

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


#546392 Background Color

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

This div background color is #546392


#546392 Border Color

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

This div border color is #546392


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,99,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 #546392">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546392


Comments

No comments written yet.

Please login to write comment.