COLOR #050953

HEX: #050953
RGB: (5,9,83)

Color info

#050953 contains mainly blue color. Web safe color of #050953 is #000066 (or #006).

RGB color model

#050953 color RGB value is (5,9,83).

  • red value is 5;
  • green value is 9;
  • blue value is 83.
RGB:
(5,9,83)
(2%,4%,33%)

RGB channels and saturation

R 5 of 255 = 2%
G 9 of 255 = 4%
B 83 of 255 = 33%

5
9
83

R + G + B ~ 13%. #050953 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 9 + 83 = 97 (100%)
R 5 of 97 ~ 5.15%
G 9 of 97 ~ 9.28%
B 83 of 97 ~ 85.57%

%85.57

CMYK color model

#050953 color CMYK value is (94,89,0,67).

  • cyan value is 93.98%
  • magenta value is 89.16%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(94,89,0,67)
C94M89Y0K67 
(94%,89%,0%,67%)
(0.94/0.89/0.00/0.67)	

CMYK percentages

%93.98
%89.16
%0
%67.45

Codes

Color #050953 in popluar color models

050953
RGB5983
HSL237°88.64%17.25%
HSB/HSV237°93.98%32.55%
CMYK93.98%89.16%0.00%
67.45%

Color #050953 in popluar number systems.

HEX050953
Decimal5983
Binary10110011010011
Octal511123

Shades and tints

Shades of #050953

#050953
(5,9,83)
#05094C
(5,9,76)
#050945
(5,9,69)
#05093E
(5,9,62)
#050937
(5,9,55)
#050930
(5,9,48)
#050929
(5,9,41)
#050922
(5,9,34)
#05091B
(5,9,27)
#050914
(5,9,20)
#05090D
(5,9,13)
#000000
(0,0,0)

Tints of #050953

#050953
(5,9,83)
#1B1F62
(27,31,98)
#313571
(49,53,113)
#474B80
(71,75,128)
#5D618F
(93,97,143)
#73779E
(115,119,158)
#898DAD
(137,141,173)
#9FA3BC
(159,163,188)
#B5B9CB
(181,185,203)
#CBCFDA
(203,207,218)
#E1E5E9
(225,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050953 color. Also use rgb(5,9,83) instead hex code.

Text Font Color

.myTextColor { color: #050953; }

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

This text font color is #050953.


Background Color

.myBgColor { background-color: #050953; }

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

This div background color is #050953.


Border color

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

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

This div border color is #050953.


Opacity

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

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

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

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

This text has shadow with #050953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050953 on black background.


Color preview on white background

This text has color #050953 on white background.



Black color preview on #050953 background

This text has black color on #050953 background.


White color preview on #050953 background

This text has white color on #050953 background.