COLOR #539498

HEX: #539498
RGB: (83,148,152)

Color info

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

RGB color model

#539498 color RGB value is (83,148,152).

  • red value is 83;
  • green value is 148;
  • blue value is 152.
RGB:
(83,148,152)
(33%,58%,60%)

RGB channels and saturation

R 83 of 255 = 33%
G 148 of 255 = 58%
B 152 of 255 = 60%

83
148
152

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

Portions of RGB colors in percentages

R + G + B =
83 + 148 + 152 = 383 (100%)
R 83 of 383 ~ 21.67%
G 148 of 383 ~ 38.64%
B 152 of 383 ~ 39.69%

%21.67
%38.64
%39.69

CMYK color model

#539498 color CMYK value is (45,3,0,40).

  • cyan value is 45.39%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(45,3,0,40)
C45M3Y0K40 
(45%,3%,0%,40%)
(0.45/0.03/0.00/0.40)	

CMYK percentages

%45.39
%2.63
%0
%40.39

Codes

Color #539498 in popluar color models

539498
RGB83148152
HSL183°29.36%46.08%
HSB/HSV183°45.39%59.61%
CMYK45.39%2.63%0.00%
40.39%

Color #539498 in popluar number systems.

HEX539498
Decimal83148152
Binary10100111001010010011000
Octal123224230

Shades and tints

Shades of #539498

#539498
(83,148,152)
#4C878B
(76,135,139)
#457A7E
(69,122,126)
#3E6D71
(62,109,113)
#376064
(55,96,100)
#305357
(48,83,87)
#29464A
(41,70,74)
#22393D
(34,57,61)
#1B2C30
(27,44,48)
#141F23
(20,31,35)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #539498

#539498
(83,148,152)
#629DA1
(98,157,161)
#71A6AA
(113,166,170)
#80AFB3
(128,175,179)
#8FB8BC
(143,184,188)
#9EC1C5
(158,193,197)
#ADCACE
(173,202,206)
#BCD3D7
(188,211,215)
#CBDCE0
(203,220,224)
#DAE5E9
(218,229,233)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539498 color. Also use rgb(83,148,152) instead hex code.

Text Font Color

.myTextColor { color: #539498; }

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

This text font color is #539498.


Background Color

.myBgColor { background-color: #539498; }

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

This div background color is #539498.


Border color

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

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

This div border color is #539498.


Opacity

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

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

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

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

This text has shadow with #539498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539498 on black background.


Color preview on white background

This text has color #539498 on white background.



Black color preview on #539498 background

This text has black color on #539498 background.


White color preview on #539498 background

This text has white color on #539498 background.