COLOR #053A5B

HEX: #053A5B
RGB: (5,58,91)

Color info

#053A5B contains mainly green and blue colors. Web safe color of #053A5B is #003366 (or #036).

RGB color model

#053A5B color RGB value is (5,58,91).

  • red value is 5;
  • green value is 58;
  • blue value is 91.
RGB:
(5,58,91)
(2%,23%,36%)

RGB channels and saturation

R 5 of 255 = 2%
G 58 of 255 = 23%
B 91 of 255 = 36%

5
58
91

R + G + B ~ 20%. #053A5B is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 58 + 91 = 154 (100%)
R 5 of 154 ~ 3.25%
G 58 of 154 ~ 37.66%
B 91 of 154 ~ 59.09%

%37.66
%59.09

CMYK color model

#053A5B color CMYK value is (95,36,0,64).

  • cyan value is 94.51%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(95,36,0,64)
C95M36Y0K64 
(95%,36%,0%,64%)
(0.95/0.36/0.00/0.64)	

CMYK percentages

%94.51
%36.26
%0
%64.31

Codes

Color #053A5B in popluar color models

053A5B
RGB55891
HSL203°89.58%18.82%
HSB/HSV203°94.51%35.69%
CMYK94.51%36.26%0.00%
64.31%

Color #053A5B in popluar number systems.

HEX053A5B
Decimal55891
Binary1011110101011011
Octal572133

Shades and tints

Shades of #053A5B

#053A5B
(5,58,91)
#053553
(5,53,83)
#05304B
(5,48,75)
#052B43
(5,43,67)
#05263B
(5,38,59)
#052133
(5,33,51)
#051C2B
(5,28,43)
#051723
(5,23,35)
#05121B
(5,18,27)
#050D13
(5,13,19)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #053A5B

#053A5B
(5,58,91)
#1B4B69
(27,75,105)
#315C77
(49,92,119)
#476D85
(71,109,133)
#5D7E93
(93,126,147)
#738FA1
(115,143,161)
#89A0AF
(137,160,175)
#9FB1BD
(159,177,189)
#B5C2CB
(181,194,203)
#CBD3D9
(203,211,217)
#E1E4E7
(225,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053A5B color. Also use rgb(5,58,91) instead hex code.

Text Font Color

.myTextColor { color: #053A5B; }

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

This text font color is #053A5B.


Background Color

.myBgColor { background-color: #053A5B; }

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

This div background color is #053A5B.


Border color

.myBorderColor { border: 1px solid #053A5B; }

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

This div border color is #053A5B.


Opacity

.myOpacity80 { color: #053A5B; opacity: 0.8; }

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

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

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

This text has shadow with #053A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053A5B on black background.


Color preview on white background

This text has color #053A5B on white background.



Black color preview on #053A5B background

This text has black color on #053A5B background.


White color preview on #053A5B background

This text has white color on #053A5B background.