COLOR #5F6788

HEX: #5F6788 RGB: (95,103,136)

Color info

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

RGB color model

#5F6788 color RGB value is (95,103,136).

RGB: (95,103,136) (37%, 40%, 53%)

RGB channels and saturation

R 95 of 255 = 37%
G 103 of 255 = 40%
B 136 of 255 = 53%

95
103
136

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

Portions of RGB colors in percentages

R + G + B = 95 + 103 + 136 = 334 (100%)
R 95 of 334 ~ 28.44%
G 103 of 334 ~ 30.84%
B 136 of 334 ~ 40.72'%

%28.44
%30.84
%40.72

CMYK color model

#5F6788 color CMYK value is (30,24,0,47).

  • cyan value is 30.15%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (30,24,0,47)
C30M24Y0K47 (30%, 24%, 0%, 47%)
(0.30 / 0.24 / 0.00 / 0.47)

CMYK percentages

%30.15
%24.26
%0
%46.67

Codes

Color #5F6788 in popluar color models

5F 67 88
RGB 95 103 136
HSL 228° 17.75% 45.29%
HSB/HSV 228° 30.15% 53.33%
CMYK 30.15% 24.26% 0.00%
46.67%

Color #5F6788 in popluar number systems.

HEX 5F 67 88
Decimal 95 103 136
Binary 1011111 1100111 10001000
Octal 137 147 210

Shades and tints

Shades of #5F6788

#5F6788
(95,103,136)
#575E7C
(87,94,124)
#4F5570
(79,85,112)
#474C64
(71,76,100)
#3F4358
(63,67,88)
#373A4C
(55,58,76)
#2F3140
(47,49,64)
#272834
(39,40,52)
#1F1F28
(31,31,40)
#17161C
(23,22,28)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #5F6788

#5F6788
(95,103,136)
#6D7492
(109,116,146)
#7B819C
(123,129,156)
#898EA6
(137,142,166)
#979BB0
(151,155,176)
#A5A8BA
(165,168,186)
#B3B5C4
(179,181,196)
#C1C2CE
(193,194,206)
#CFCFD8
(207,207,216)
#DDDCE2
(221,220,226)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6788 color. Also use rgb(95,103,136) instead hex code.

Text Font Color

.myTextColor { color: #5F6788; }

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

This text font color is #5F6788.

Background Color

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

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

This div background color is #5F6788.

Border color

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

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

This div border color is #5F6788.

Opacity

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

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

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

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

This text has shadow with #5F6788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6788.

Preview

Color preview on black background

This text has color #5F6788 on black background.


Color preview on white background

This text has color #5F6788 on white background.


Black color preview on #5F6788 background

This text has black color on #5F6788 background.


White color preview on #5F6788 background

This text has white color on #5F6788 background.


Related colors

Complementary color

Complementary color for #hex is #A09877.


I love getcolorcode.com

Triadic colors

1 #885F67 and #67885F with #5F6788 are triadic colors.

2 #88675F and #675F88 with #5F6788 are triadic colors.