Color Hex Logo

#546088 Color Hex

#546088
(84,96,136)
0 Favorites   0 Comments

Color spaces of #546088

RGB 8496136
HSL0.630.240.43
HSV226°38°53°
CMYK 0.380.290.00   0.47
XYZ12.283012.028124.9668
Yxy12.02810.24930.2441
Hunter Lab34.68162.5258-18.4050
CIE-Lab41.26075.9757-23.6885

#546088 color RGB value is (84,96,136).

#546088 hex color red value is 84, green value is 96 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #546088 hue: 0.63 , saturation: 0.24 and the lightness value of 546088 is 0.43.

The process color (four color CMYK) of #546088 color hex is 0.38, 0.29, 0.00, 0.47. Web safe color of #546088 is #666699. Color #546088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100000 10001000
Octal 124 140 210
Decimal 84 96 136
Hex 54 60 88

RGB Percentages of Color #546088

%26.58
%30.38
%43.04

CMYK Percentages of Color #546088

%38
%29
%0
%47

Triadic Colors of #546088

#546088 #885460 #608854

Analogous Colors of #546088

#546088 #625488 #547a88

Monochromatic Colors of #546088

#546088

Complementary Color

#546088 #887c54

#546088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#546088 Color CSS Codes

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

#546088 Text Font Color

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

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


#546088 Background Color

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

This div background color is #546088


#546088 Border Color

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

This div border color is #546088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546088


Comments

No comments written yet.

Please login to write comment.