Color Hex Logo

#546590 Color Hex

#546590
(84,101,144)
0 Favorites   0 Comments

Color spaces of #546590

RGB 84101144
HSL0.620.260.45
HSV223°42°56°
CMYK 0.420.300.00   0.44
XYZ13.343913.205828.2312
Yxy13.20580.24360.2411
Hunter Lab36.33981.9502-20.6226
CIE-Lab43.07175.2477-25.6844

#546590 color RGB value is (84,101,144).

#546590 hex color red value is 84, green value is 101 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #546590 hue: 0.62 , saturation: 0.26 and the lightness value of 546590 is 0.45.

The process color (four color CMYK) of #546590 color hex is 0.42, 0.30, 0.00, 0.44. Web safe color of #546590 is #666699. Color #546590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100101 10010000
Octal 124 145 220
Decimal 84 101 144
Hex 54 65 90

RGB Percentages of Color #546590

%25.53
%30.70
%43.77

CMYK Percentages of Color #546590

%42
%30
%0
%44

Triadic Colors of #546590

#546590 #905465 #659054

Analogous Colors of #546590

#546590 #615490 #548390

Monochromatic Colors of #546590

#546590

Complementary Color

#546590 #907f54

#546590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#546590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#546590 Color CSS Codes

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

#546590 Text Font Color

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

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


#546590 Background Color

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

This div background color is #546590


#546590 Border Color

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

This div border color is #546590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #546590


Comments

No comments written yet.

Please login to write comment.