COLOR #5A5F98

HEX: #5A5F98
RGB: (90,95,152)

Color info

#5A5F98 contains mainly green and blue colors. Web safe color of #5A5F98 is #666699 (or #669).

RGB color model

#5A5F98 color RGB value is (90,95,152).

  • red value is 90;
  • green value is 95;
  • blue value is 152.
RGB:
(90,95,152)
(35%,37%,60%)

RGB channels and saturation

R 90 of 255 = 35%
G 95 of 255 = 37%
B 152 of 255 = 60%

90
95
152

R + G + B ~ 44%. #5A5F98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 95 + 152 = 337 (100%)
R 90 of 337 ~ 26.71%
G 95 of 337 ~ 28.19%
B 152 of 337 ~ 45.1%

%26.71
%28.19
%45.1

CMYK color model

#5A5F98 color CMYK value is (41,38,0,40).

  • cyan value is 40.79%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(41,38,0,40)
C41M38Y0K40 
(41%,38%,0%,40%)
(0.41/0.38/0.00/0.40)	

CMYK percentages

%40.79
%37.5
%0
%40.39

Codes

Color #5A5F98 in popluar color models

5A5F98
RGB9095152
HSL235°25.62%47.45%
HSB/HSV235°40.79%59.61%
CMYK40.79%37.50%0.00%
40.39%

Color #5A5F98 in popluar number systems.

HEX5A5F98
Decimal9095152
Binary1011010101111110011000
Octal132137230

Shades and tints

Shades of #5A5F98

#5A5F98
(90,95,152)
#52578B
(82,87,139)
#4A4F7E
(74,79,126)
#424771
(66,71,113)
#3A3F64
(58,63,100)
#323757
(50,55,87)
#2A2F4A
(42,47,74)
#22273D
(34,39,61)
#1A1F30
(26,31,48)
#121723
(18,23,35)
#0A0F16
(10,15,22)
#000000
(0,0,0)

Tints of #5A5F98

#5A5F98
(90,95,152)
#696DA1
(105,109,161)
#787BAA
(120,123,170)
#8789B3
(135,137,179)
#9697BC
(150,151,188)
#A5A5C5
(165,165,197)
#B4B3CE
(180,179,206)
#C3C1D7
(195,193,215)
#D2CFE0
(210,207,224)
#E1DDE9
(225,221,233)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5F98 color. Also use rgb(90,95,152) instead hex code.

Text Font Color

.myTextColor { color: #5A5F98; }

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

This text font color is #5A5F98.


Background Color

.myBgColor { background-color: #5A5F98; }

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

This div background color is #5A5F98.


Border color

.myBorderColor { border: 1px solid #5A5F98; }

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

This div border color is #5A5F98.


Opacity

.myOpacity80 { color: #5A5F98; opacity: 0.8; }

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

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

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

This text has shadow with #5A5F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5F98 on black background.


Color preview on white background

This text has color #5A5F98 on white background.



Black color preview on #5A5F98 background

This text has black color on #5A5F98 background.


White color preview on #5A5F98 background

This text has white color on #5A5F98 background.