COLOR #546588

HEX: #546588
RGB: (84,101,136)

Color info

#546588 contains red, green and blue colors in about the same proportion. Web safe color of #546588 is #666699 (or #669).

RGB color model

#546588 color RGB value is (84,101,136).

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

RGB channels and saturation

R 84 of 255 = 33%
G 101 of 255 = 40%
B 136 of 255 = 53%

84
101
136

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

Portions of RGB colors in percentages

R + G + B =
84 + 101 + 136 = 321 (100%)
R 84 of 321 ~ 26.17%
G 101 of 321 ~ 31.46%
B 136 of 321 ~ 42.37%

%26.17
%31.46
%42.37

CMYK color model

#546588 color CMYK value is (38,26,0,47).

  • cyan value is 38.24%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(38,26,0,47)
C38M26Y0K47 
(38%,26%,0%,47%)
(0.38/0.26/0.00/0.47)	

CMYK percentages

%38.24
%25.74
%0
%46.67

Codes

Color #546588 in popluar color models

546588
RGB84101136
HSL220°23.64%43.14%
HSB/HSV220°38.24%53.33%
CMYK38.24%25.74%0.00%
46.67%

Color #546588 in popluar number systems.

HEX546588
Decimal84101136
Binary1010100110010110001000
Octal124145210

Shades and tints

Shades of #546588

#546588
(84,101,136)
#4D5C7C
(77,92,124)
#465370
(70,83,112)
#3F4A64
(63,74,100)
#384158
(56,65,88)
#31384C
(49,56,76)
#2A2F40
(42,47,64)
#232634
(35,38,52)
#1C1D28
(28,29,40)
#15141C
(21,20,28)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #546588

#546588
(84,101,136)
#637392
(99,115,146)
#72819C
(114,129,156)
#818FA6
(129,143,166)
#909DB0
(144,157,176)
#9FABBA
(159,171,186)
#AEB9C4
(174,185,196)
#BDC7CE
(189,199,206)
#CCD5D8
(204,213,216)
#DBE3E2
(219,227,226)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546588; }

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

This text font color is #546588.


Background Color

.myBgColor { background-color: #546588; }

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

This div background color is #546588.


Border color

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

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

This div border color is #546588.


Opacity

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

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

Text with #546588 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 #546588;}

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

This text has shadow with #546588 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #546588;
-webkit-box-shadow: 1px 1px 3px 2px #546588;
box-shadow:1px 1px 3px 2px #546588;">
Div content here</div>
This div box has shadow with color #546588.

Preview

Color preview on black background

This text has color #546588 on black background.


Color preview on white background

This text has color #546588 on white background.



Black color preview on #546588 background

This text has black color on #546588 background.


White color preview on #546588 background

This text has white color on #546588 background.