COLOR #5D8ACA

HEX: #5D8ACA RGB: (93,138,202)

Color info

#5D8ACA contains mainly blue color. Web safe color of #5D8ACA is #6699CC (or #69C).

RGB color model

#5D8ACA color RGB value is (93,138,202).

RGB: (93,138,202) (36%, 54%, 79%)

RGB channels and saturation

R 93 of 255 = 36%
G 138 of 255 = 54%
B 202 of 255 = 79%

93
138
202

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

Portions of RGB colors in percentages

R + G + B = 93 + 138 + 202 = 433 (100%)
R 93 of 433 ~ 21.48%
G 138 of 433 ~ 31.87%
B 202 of 433 ~ 46.65'%

%21.48
%31.87
%46.65

CMYK color model

#5D8ACA color CMYK value is (54,32,0,21).

  • cyan value is 53.96%
  • magenta value is 31.68%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (54,32,0,21)
C54M32Y0K21 (54%, 32%, 0%, 21%)
(0.54 / 0.32 / 0.00 / 0.21)

CMYK percentages

%53.96
%31.68
%0
%20.78

Codes

Color #5D8ACA in popluar color models

5D 8A CA
RGB 93 138 202
HSL 215° 50.70% 57.84%
HSB/HSV 215° 53.96% 79.22%
CMYK 53.96% 31.68% 0.00%
20.78%

Color #5D8ACA in popluar number systems.

HEX 5D 8A CA
Decimal 93 138 202
Binary 1011101 10001010 11001010
Octal 135 212 312

Shades and tints

Shades of #5D8ACA

#5D8ACA
(93,138,202)
#557EB8
(85,126,184)
#4D72A6
(77,114,166)
#456694
(69,102,148)
#3D5A82
(61,90,130)
#354E70
(53,78,112)
#2D425E
(45,66,94)
#25364C
(37,54,76)
#1D2A3A
(29,42,58)
#151E28
(21,30,40)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #5D8ACA

#5D8ACA
(93,138,202)
#6B94CE
(107,148,206)
#799ED2
(121,158,210)
#87A8D6
(135,168,214)
#95B2DA
(149,178,218)
#A3BCDE
(163,188,222)
#B1C6E2
(177,198,226)
#BFD0E6
(191,208,230)
#CDDAEA
(205,218,234)
#DBE4EE
(219,228,238)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8ACA color. Also use rgb(93,138,202) instead hex code.

Text Font Color

.myTextColor { color: #5D8ACA; }

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

This text font color is #5D8ACA.

Background Color

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

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

This div background color is #5D8ACA.

Border color

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

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

This div border color is #5D8ACA.

Opacity

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

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

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

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

This text has shadow with #5D8ACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D8ACA.

Preview

Color preview on black background

This text has color #5D8ACA on black background.


Color preview on white background

This text has color #5D8ACA on white background.


Black color preview on #5D8ACA background

This text has black color on #5D8ACA background.


White color preview on #5D8ACA background

This text has white color on #5D8ACA background.


Related colors

Complementary color

Complementary color for #hex is #A27535.


I love getcolorcode.com

Triadic colors

1 #CA5D8A and #8ACA5D with #5D8ACA are triadic colors.

2 #CA8A5D and #8A5DCA with #5D8ACA are triadic colors.