COLOR #5C88AF

HEX: #5C88AF RGB: (92,136,175)

Color info

#5C88AF contains mainly green and blue colors. Web safe color of #5C88AF is #669999 (or #699).

RGB color model

#5C88AF color RGB value is (92,136,175).

RGB: (92,136,175) (36%, 53%, 69%)

RGB channels and saturation

R 92 of 255 = 36%
G 136 of 255 = 53%
B 175 of 255 = 69%

92
136
175

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

Portions of RGB colors in percentages

R + G + B = 92 + 136 + 175 = 403 (100%)
R 92 of 403 ~ 22.83%
G 136 of 403 ~ 33.75%
B 175 of 403 ~ 43.42'%

%22.83
%33.75
%43.42

CMYK color model

#5C88AF color CMYK value is (47,22,0,31).

  • cyan value is 47.43%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (47,22,0,31) C47M22Y0K31 (47%,22%,0%,31%) (0.47/0.22/0.00/0.31) 

CMYK percentages

%47.43
%22.29
%0
%31.37

Codes

Color #5C88AF in popluar color models

5C 88 AF
RGB 92 136 175
HSL 208° 34.16% 52.35%
HSB/HSV 208° 47.43% 68.63%
CMYK 47.43% 22.29% 0.00%
31.37%

Color #5C88AF in popluar number systems.

HEX 5C 88 AF
Decimal 92 136 175
Binary 1011100 10001000 10101111
Octal 134 210 257

Shades and tints

Shades of #5C88AF

#5C88AF
(92,136,175)
#547CA0
(84,124,160)
#4C7091
(76,112,145)
#446482
(68,100,130)
#3C5873
(60,88,115)
#344C64
(52,76,100)
#2C4055
(44,64,85)
#243446
(36,52,70)
#1C2837
(28,40,55)
#141C28
(20,28,40)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #5C88AF

#5C88AF
(92,136,175)
#6A92B6
(106,146,182)
#789CBD
(120,156,189)
#86A6C4
(134,166,196)
#94B0CB
(148,176,203)
#A2BAD2
(162,186,210)
#B0C4D9
(176,196,217)
#BECEE0
(190,206,224)
#CCD8E7
(204,216,231)
#DAE2EE
(218,226,238)
#E8ECF5
(232,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C88AF color. Also use rgb(92,136,175) instead hex code.

Text Font Color

.myTextColor { color: #5C88AF; }

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

This text font color is #5C88AF.

Background Color

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

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

This div background color is #5C88AF.

Border color

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

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

This div border color is #5C88AF.

Opacity

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

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

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

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

This text has shadow with #5C88AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C88AF.

Preview

Color preview on black background

This text has color #5C88AF on black background.


Color preview on white background

This text has color #5C88AF on white background.


Black color preview on #5C88AF background

This text has black color on #5C88AF background.


White color preview on #5C88AF background

This text has white color on #5C88AF background.


Related colors

Complementary color

Complementary color for #hex is #A37750.


I love getcolorcode.com

Triadic colors

1 #AF5C88 and #88AF5C with #5C88AF are triadic colors.

2 #AF885C and #885CAF with #5C88AF are triadic colors.