COLOR #5F58A8

HEX: #5F58A8 RGB: (95,88,168)

Color info

#5F58A8 contains mainly blue color. Web safe color of #5F58A8 is #666699 (or #669).

RGB color model

#5F58A8 color RGB value is (95,88,168).

RGB: (95,88,168) (37%, 35%, 66%)

RGB channels and saturation

R 95 of 255 = 37%
G 88 of 255 = 35%
B 168 of 255 = 66%

95
88
168

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

Portions of RGB colors in percentages

R + G + B = 95 + 88 + 168 = 351 (100%)
R 95 of 351 ~ 27.07%
G 88 of 351 ~ 25.07%
B 168 of 351 ~ 47.86'%

%27.07
%25.07
%47.86

CMYK color model

#5F58A8 color CMYK value is (43,48,0,34).

  • cyan value is 43.45%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (43,48,0,34)
C43M48Y0K34 (43%, 48%, 0%, 34%)
(0.43 / 0.48 / 0.00 / 0.34)

CMYK percentages

%43.45
%47.62
%0
%34.12

Codes

Color #5F58A8 in popluar color models

5F 58 A8
RGB 95 88 168
HSL 245° 31.50% 50.20%
HSB/HSV 245° 47.62% 65.88%
CMYK 43.45% 47.62% 0.00%
34.12%

Color #5F58A8 in popluar number systems.

HEX 5F 58 A8
Decimal 95 88 168
Binary 1011111 1011000 10101000
Octal 137 130 250

Shades and tints

Shades of #5F58A8

#5F58A8
(95,88,168)
#575099
(87,80,153)
#4F488A
(79,72,138)
#47407B
(71,64,123)
#3F386C
(63,56,108)
#37305D
(55,48,93)
#2F284E
(47,40,78)
#27203F
(39,32,63)
#1F1830
(31,24,48)
#171021
(23,16,33)
#0F0812
(15,8,18)
#000000
(0,0,0)

Tints of #5F58A8

#5F58A8
(95,88,168)
#6D67AF
(109,103,175)
#7B76B6
(123,118,182)
#8985BD
(137,133,189)
#9794C4
(151,148,196)
#A5A3CB
(165,163,203)
#B3B2D2
(179,178,210)
#C1C1D9
(193,193,217)
#CFD0E0
(207,208,224)
#DDDFE7
(221,223,231)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F58A8 color. Also use rgb(95,88,168) instead hex code.

Text Font Color

.myTextColor { color: #5F58A8; }

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

This text font color is #5F58A8.

Background Color

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

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

This div background color is #5F58A8.

Border color

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

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

This div border color is #5F58A8.

Opacity

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

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

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

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

This text has shadow with #5F58A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F58A8.

Preview

Color preview on black background

This text has color #5F58A8 on black background.


Color preview on white background

This text has color #5F58A8 on white background.


Black color preview on #5F58A8 background

This text has black color on #5F58A8 background.


White color preview on #5F58A8 background

This text has white color on #5F58A8 background.


Related colors

Complementary color

Complementary color for #hex is #A0A757.


I love getcolorcode.com

Triadic colors

1 #A85F58 and #58A85F with #5F58A8 are triadic colors.

2 #A8585F and #585FA8 with #5F58A8 are triadic colors.