COLOR #546590

HEX: #546590
RGB: (84,101,144)

Color info

#546590 contains mainly green and blue colors. Web safe color of #546590 is #666699 (or #669).

RGB color model

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

  • red value is 84;
  • green value is 101;
  • blue value is 144.
RGB:
(84,101,144)
(33%,40%,56%)

RGB channels and saturation

R 84 of 255 = 33%
G 101 of 255 = 40%
B 144 of 255 = 56%

84
101
144

R + G + B ~ 43%. #546590 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 101 + 144 = 329 (100%)
R 84 of 329 ~ 25.53%
G 101 of 329 ~ 30.7%
B 144 of 329 ~ 43.77%

%25.53
%30.7
%43.77

CMYK color model

#546590 color CMYK value is (42,30,0,44).

  • cyan value is 41.67%
  • magenta value is 29.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(42,30,0,44)
C42M30Y0K44 
(42%,30%,0%,44%)
(0.42/0.30/0.00/0.44)	

CMYK percentages

%41.67
%29.86
%0
%43.53

Codes

Color #546590 in popluar color models

546590
RGB84101144
HSL223°26.32%44.71%
HSB/HSV223°41.67%56.47%
CMYK41.67%29.86%0.00%
43.53%

Color #546590 in popluar number systems.

HEX546590
Decimal84101144
Binary1010100110010110010000
Octal124145220

Shades and tints

Shades of #546590

#546590
(84,101,144)
#4D5C83
(77,92,131)
#465376
(70,83,118)
#3F4A69
(63,74,105)
#38415C
(56,65,92)
#31384F
(49,56,79)
#2A2F42
(42,47,66)
#232635
(35,38,53)
#1C1D28
(28,29,40)
#15141B
(21,20,27)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #546590

#546590
(84,101,144)
#63739A
(99,115,154)
#7281A4
(114,129,164)
#818FAE
(129,143,174)
#909DB8
(144,157,184)
#9FABC2
(159,171,194)
#AEB9CC
(174,185,204)
#BDC7D6
(189,199,214)
#CCD5E0
(204,213,224)
#DBE3EA
(219,227,234)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546590 color. Also use rgb(84,101,144) instead hex code.

Text Font Color

.myTextColor { color: #546590; }

<p style="color:#546590">This sample text font color is #546590.</p>

This text font color is #546590.


Background Color

.myBgColor { background-color: #546590; }

<div style="background-color:#546590">Inner text</div>

This div background color is #546590.


Border color

.myBorderColor { border: 1px solid #546590; }

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

This div border color is #546590.


Opacity

.myOpacity80 { color: #546590; opacity: 0.8; }

<p style="color:#546590;opacity:0.8;">80%</p>

Text with #546590 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #546590;}

<p style="text-shadow: 3px 3px 1px #546590">Text here.</p>

This text has shadow with #546590 color.

.textShadow {text-shadow: 3px 3px 1px #546590, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #546590, 5px 5px 20px red">Text here.</p>

This text has shadow with #546590 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#546590, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#546590, Direction=45, Strength=4)">Text</p>

This text has shadow with #546590 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #546590;
  -webkit-box-shadow:	1px 1px 3px 2px #546590;
  box-shadow:		1px 1px 3px 2px #546590;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #546590 on black background.


Color preview on white background

This text has color #546590 on white background.



Black color preview on #546590 background

This text has black color on #546590 background.


White color preview on #546590 background

This text has white color on #546590 background.