Color Hex Logo

#546dbb Color Hex

#546DBB
(84,109,187)
0 Favorites   0 Comments

Color spaces of #546dbb

RGB 84109187
HSL0.630.430.53
HSV225°55°73°
CMYK 0.550.420.00   0.27
XYZ18.094416.410049.2275
Yxy16.41000.21610.1960
Hunter Lab40.50938.8400-43.6937
CIE-Lab47.507913.8921-44.0052

#546dbb color RGB value is (84,109,187).

#546dbb hex color red value is 84, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #546dbb hue: 0.63 , saturation: 0.43 and the lightness value of 546dbb is 0.53.

The process color (four color CMYK) of #546dbb color hex is 0.55, 0.42, 0.00, 0.27. Web safe color of #546dbb is #6666cc. Color #546dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101101 10111011
Octal 124 155 273
Decimal 84 109 187
Hex 54 6D BB

RGB Percentages of Color #546dbb

%22.11
%28.68
%49.21

CMYK Percentages of Color #546dbb

%55
%42
%0
%27

Triadic Colors of #546dbb

#546dbb #bb546d #6dbb54

Analogous Colors of #546dbb

#546dbb #6f54bb #54a1bb

Monochromatic Colors of #546dbb

#546dbb

Complementary Color

#546dbb #bba254

#546dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#546dbb Color CSS Codes

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

#546dbb Text Font Color

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

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


#546dbb Background Color

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

This div background color is #546dbb


#546dbb Border Color

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

This div border color is #546dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,109,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #546dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #546dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #546dbb;
  box-shadow:         1px 1px 3px 2px #546dbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546dbb


Comments

No comments written yet.

Please login to write comment.