COLOR #090533

HEX: #090533 RGB: (9,5,51)

Color info

#090533 contains red, green and blue colors in about the same proportion. Web safe color of #090533 is #000033 (or #003).

RGB color model

#090533 color RGB value is (9,5,51).

RGB: (9,5,51) (4%, 2%, 20%)

RGB channels and saturation

R 9 of 255 = 4%
G 5 of 255 = 2%
B 51 of 255 = 20%

9
5
51

R + G + B ~ 9%. #090533 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 5 + 51 = 65 (100%)
R 9 of 65 ~ 13.85%
G 5 of 65 ~ 7.69%
B 51 of 65 ~ 78.46'%

%13.85
%78.46

CMYK color model

#090533 color CMYK value is (82,90,0,80).

  • cyan value is 82.35%
  • magenta value is 90.20%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (82,90,0,80)
C82M90Y0K80 (82%, 90%, 0%, 80%)
(0.82 / 0.90 / 0.00 / 0.80)

CMYK percentages

%82.35
%90.2
%0
%80

Codes

Color #090533 in popluar color models

09 05 33
RGB 9 5 51
HSL 245° 82.14% 10.98%
HSB/HSV 245° 90.20% 20.00%
CMYK 82.35% 90.20% 0.00%
80.00%

Color #090533 in popluar number systems.

HEX 09 05 33
Decimal 9 5 51
Binary 1001 101 110011
Octal 11 5 63

Shades and tints

Shades of #090533

#090533
(9,5,51)
#09052F
(9,5,47)
#09052B
(9,5,43)
#090527
(9,5,39)
#090523
(9,5,35)
#09051F
(9,5,31)
#09051B
(9,5,27)
#090517
(9,5,23)
#090513
(9,5,19)
#09050F
(9,5,15)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #090533

#090533
(9,5,51)
#1F1B45
(31,27,69)
#353157
(53,49,87)
#4B4769
(75,71,105)
#615D7B
(97,93,123)
#77738D
(119,115,141)
#8D899F
(141,137,159)
#A39FB1
(163,159,177)
#B9B5C3
(185,181,195)
#CFCBD5
(207,203,213)
#E5E1E7
(229,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090533; }

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

This text font color is #090533.

Background Color

.myBgColor { background-color: #090533; }

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

This div background color is #090533.

Border color

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

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

This div border color is #090533.

Opacity

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

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

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

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

This text has shadow with #090533 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090533.

Preview

Color preview on black background

This text has color #090533 on black background.


Color preview on white background

This text has color #090533 on white background.


Black color preview on #090533 background

This text has black color on #090533 background.


White color preview on #090533 background

This text has white color on #090533 background.


Related colors

Complementary color

Complementary color for #hex is #F6FACC.


I love getcolorcode.com

Triadic colors

1 #330905 and #053309 with #090533 are triadic colors.

2 #330509 and #050933 with #090533 are triadic colors.