COLOR #5F5A83

HEX: #5F5A83 RGB: (95,90,131)

Color info

#5F5A83 contains red, green and blue colors in about the same proportion. Web safe color of #5F5A83 is #666699 (or #669).

RGB color model

#5F5A83 color RGB value is (95,90,131).

RGB: (95,90,131) (37%, 35%, 51%)

RGB channels and saturation

R 95 of 255 = 37%
G 90 of 255 = 35%
B 131 of 255 = 51%

95
90
131

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

Portions of RGB colors in percentages

R + G + B = 95 + 90 + 131 = 316 (100%)
R 95 of 316 ~ 30.06%
G 90 of 316 ~ 28.48%
B 131 of 316 ~ 41.46'%

%30.06
%28.48
%41.46

CMYK color model

#5F5A83 color CMYK value is (27,31,0,49).

  • cyan value is 27.48%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (27,31,0,49)
C27M31Y0K49 (27%, 31%, 0%, 49%)
(0.27 / 0.31 / 0.00 / 0.49)

CMYK percentages

%27.48
%31.3
%0
%48.63

Codes

Color #5F5A83 in popluar color models

5F 5A 83
RGB 95 90 131
HSL 247° 18.55% 43.33%
HSB/HSV 247° 31.30% 51.37%
CMYK 27.48% 31.30% 0.00%
48.63%

Color #5F5A83 in popluar number systems.

HEX 5F 5A 83
Decimal 95 90 131
Binary 1011111 1011010 10000011
Octal 137 132 203

Shades and tints

Shades of #5F5A83

#5F5A83
(95,90,131)
#575278
(87,82,120)
#4F4A6D
(79,74,109)
#474262
(71,66,98)
#3F3A57
(63,58,87)
#37324C
(55,50,76)
#2F2A41
(47,42,65)
#272236
(39,34,54)
#1F1A2B
(31,26,43)
#171220
(23,18,32)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #5F5A83

#5F5A83
(95,90,131)
#6D698E
(109,105,142)
#7B7899
(123,120,153)
#8987A4
(137,135,164)
#9796AF
(151,150,175)
#A5A5BA
(165,165,186)
#B3B4C5
(179,180,197)
#C1C3D0
(193,195,208)
#CFD2DB
(207,210,219)
#DDE1E6
(221,225,230)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5A83; }

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

This text font color is #5F5A83.

Background Color

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

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

This div background color is #5F5A83.

Border color

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

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

This div border color is #5F5A83.

Opacity

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

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

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

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

This text has shadow with #5F5A83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5A83.

Preview

Color preview on black background

This text has color #5F5A83 on black background.


Color preview on white background

This text has color #5F5A83 on white background.


Black color preview on #5F5A83 background

This text has black color on #5F5A83 background.


White color preview on #5F5A83 background

This text has white color on #5F5A83 background.


Related colors

Complementary color

Complementary color for #hex is #A0A57C.


I love getcolorcode.com

Triadic colors

1 #835F5A and #5A835F with #5F5A83 are triadic colors.

2 #835A5F and #5A5F83 with #5F5A83 are triadic colors.