Color Hex Logo

#546386 Color Hex

#546386
(84,99,134)
0 Favorites   0 Comments

Color spaces of #546386

RGB 8499134
HSL0.620.230.43
HSV222°37°53°
CMYK 0.370.260.00   0.47
XYZ12.421112.529724.3181
Yxy12.52970.25210.2543
Hunter Lab35.39730.6913-15.9543
CIE-Lab42.04593.5353-21.2653

#546386 color RGB value is (84,99,134).

#546386 hex color red value is 84, green value is 99 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #546386 hue: 0.62 , saturation: 0.23 and the lightness value of 546386 is 0.43.

The process color (four color CMYK) of #546386 color hex is 0.37, 0.26, 0.00, 0.47. Web safe color of #546386 is #666699. Color #546386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100011 10000110
Octal 124 143 206
Decimal 84 99 134
Hex 54 63 86

RGB Percentages of Color #546386

%26.50
%31.23
%42.27

CMYK Percentages of Color #546386

%37
%26
%0
%47

Triadic Colors of #546386

#546386 #865463 #638654

Analogous Colors of #546386

#546386 #5e5486 #547c86

Monochromatic Colors of #546386

#546386

Complementary Color

#546386 #867754

#546386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#546386 Color CSS Codes

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

#546386 Text Font Color

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

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


#546386 Background Color

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

This div background color is #546386


#546386 Border Color

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

This div border color is #546386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546386


Comments

No comments written yet.

Please login to write comment.