Color Hex Logo

#546bab Color Hex

#546BAB
(84,107,171)
1 Favorites   0 Comments

Color spaces of #546bab

RGB 84107171
HSL0.620.340.50
HSV224°51°67°
CMYK 0.510.370.00   0.33
XYZ16.264515.340540.6319
Yxy15.34050.22520.2124
Hunter Lab39.16705.5819-34.0907
CIE-Lab46.09719.9304-36.9261

#546bab color RGB value is (84,107,171).

#546bab hex color red value is 84, green value is 107 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #546bab hue: 0.62 , saturation: 0.34 and the lightness value of 546bab is 0.50.

The process color (four color CMYK) of #546bab color hex is 0.51, 0.37, 0.00, 0.33. Web safe color of #546bab is #666699. Color #546bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101011 10101011
Octal 124 153 253
Decimal 84 107 171
Hex 54 6B AB

RGB Percentages of Color #546bab

%23.20
%29.56
%47.24

CMYK Percentages of Color #546bab

%51
%37
%0
%33

Triadic Colors of #546bab

#546bab #ab546b #6bab54

Analogous Colors of #546bab

#546bab #6954ab #5497ab

Monochromatic Colors of #546bab

#546bab

Complementary Color

#546bab #ab9454

#546bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#546bab Color CSS Codes

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

#546bab Text Font Color

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

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


#546bab Background Color

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

This div background color is #546bab


#546bab Border Color

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

This div border color is #546bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546bab

#546bab Color Palettes


Comments

No comments written yet.

Please login to write comment.