COLOR #090554

HEX: #090554
RGB: (9,5,84)

Color info

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

RGB color model

#090554 color RGB value is (9,5,84).

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

RGB channels and saturation

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

9
5
84

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

Portions of RGB colors in percentages

R + G + B =
9 + 5 + 84 = 98 (100%)
R 9 of 98 ~ 9.18%
G 5 of 98 ~ 5.1%
B 84 of 98 ~ 85.71%

%85.71

CMYK color model

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

  • cyan value is 89.29%
  • magenta value is 94.05%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(89,94,0,67)
C89M94Y0K67 
(89%,94%,0%,67%)
(0.89/0.94/0.00/0.67)	

CMYK percentages

%89.29
%94.05
%0
%67.06

Codes

Color #090554 in popluar color models

090554
RGB9584
HSL243°88.76%17.45%
HSB/HSV243°94.05%32.94%
CMYK89.29%94.05%0.00%
67.06%

Color #090554 in popluar number systems.

HEX090554
Decimal9584
Binary10011011010100
Octal115124

Shades and tints

Shades of #090554

#090554
(9,5,84)
#09054D
(9,5,77)
#090546
(9,5,70)
#09053F
(9,5,63)
#090538
(9,5,56)
#090531
(9,5,49)
#09052A
(9,5,42)
#090523
(9,5,35)
#09051C
(9,5,28)
#090515
(9,5,21)
#09050E
(9,5,14)
#000000
(0,0,0)

Tints of #090554

#090554
(9,5,84)
#1F1B63
(31,27,99)
#353172
(53,49,114)
#4B4781
(75,71,129)
#615D90
(97,93,144)
#77739F
(119,115,159)
#8D89AE
(141,137,174)
#A39FBD
(163,159,189)
#B9B5CC
(185,181,204)
#CFCBDB
(207,203,219)
#E5E1EA
(229,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090554; }

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

This text font color is #090554.


Background Color

.myBgColor { background-color: #090554; }

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

This div background color is #090554.


Border color

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

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

This div border color is #090554.


Opacity

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

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

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

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

This text has shadow with #090554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090554 on black background.


Color preview on white background

This text has color #090554 on white background.



Black color preview on #090554 background

This text has black color on #090554 background.


White color preview on #090554 background

This text has white color on #090554 background.