COLOR #548599

HEX: #548599
RGB: (84,133,153)

Color info

#548599 contains mainly green and blue colors. Web safe color of #548599 is #669999 (or #699).

RGB color model

#548599 color RGB value is (84,133,153).

  • red value is 84;
  • green value is 133;
  • blue value is 153.
RGB:
(84,133,153)
(33%,52%,60%)

RGB channels and saturation

R 84 of 255 = 33%
G 133 of 255 = 52%
B 153 of 255 = 60%

84
133
153

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

Portions of RGB colors in percentages

R + G + B =
84 + 133 + 153 = 370 (100%)
R 84 of 370 ~ 22.7%
G 133 of 370 ~ 35.95%
B 153 of 370 ~ 41.35%

%22.7
%35.95
%41.35

CMYK color model

#548599 color CMYK value is (45,13,0,40).

  • cyan value is 45.10%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(45,13,0,40)
C45M13Y0K40 
(45%,13%,0%,40%)
(0.45/0.13/0.00/0.40)	

CMYK percentages

%45.1
%13.07
%0
%40

Codes

Color #548599 in popluar color models

548599
RGB84133153
HSL197°29.11%46.47%
HSB/HSV197°45.10%60.00%
CMYK45.10%13.07%0.00%
40.00%

Color #548599 in popluar number systems.

HEX548599
Decimal84133153
Binary10101001000010110011001
Octal124205231

Shades and tints

Shades of #548599

#548599
(84,133,153)
#4D798C
(77,121,140)
#466D7F
(70,109,127)
#3F6172
(63,97,114)
#385565
(56,85,101)
#314958
(49,73,88)
#2A3D4B
(42,61,75)
#23313E
(35,49,62)
#1C2531
(28,37,49)
#151924
(21,25,36)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #548599

#548599
(84,133,153)
#6390A2
(99,144,162)
#729BAB
(114,155,171)
#81A6B4
(129,166,180)
#90B1BD
(144,177,189)
#9FBCC6
(159,188,198)
#AEC7CF
(174,199,207)
#BDD2D8
(189,210,216)
#CCDDE1
(204,221,225)
#DBE8EA
(219,232,234)
#EAF3F3
(234,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #548599 color. Also use rgb(84,133,153) instead hex code.

Text Font Color

.myTextColor { color: #548599; }

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

This text font color is #548599.


Background Color

.myBgColor { background-color: #548599; }

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

This div background color is #548599.


Border color

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

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

This div border color is #548599.


Opacity

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

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

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

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

This text has shadow with #548599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548599 on black background.


Color preview on white background

This text has color #548599 on white background.



Black color preview on #548599 background

This text has black color on #548599 background.


White color preview on #548599 background

This text has white color on #548599 background.