COLOR #557DC0

HEX: #557DC0
RGB: (85,125,192)

Color info

#557DC0 contains mainly blue color. Web safe color of #557DC0 is #6666CC (or #66C).

RGB color model

#557DC0 color RGB value is (85,125,192).

  • red value is 85;
  • green value is 125;
  • blue value is 192.
RGB:
(85,125,192)
(33%,49%,75%)

RGB channels and saturation

R 85 of 255 = 33%
G 125 of 255 = 49%
B 192 of 255 = 75%

85
125
192

R + G + B ~ 52%. #557DC0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 125 + 192 = 402 (100%)
R 85 of 402 ~ 21.14%
G 125 of 402 ~ 31.09%
B 192 of 402 ~ 47.76%

%21.14
%31.09
%47.76

CMYK color model

#557DC0 color CMYK value is (56,35,0,25).

  • cyan value is 55.73%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(56,35,0,25)
C56M35Y0K25 
(56%,35%,0%,25%)
(0.56/0.35/0.00/0.25)	

CMYK percentages

%55.73
%34.9
%0
%24.71

Codes

Color #557DC0 in popluar color models

557DC0
RGB85125192
HSL218°45.92%54.31%
HSB/HSV218°55.73%75.29%
CMYK55.73%34.90%0.00%
24.71%

Color #557DC0 in popluar number systems.

HEX557DC0
Decimal85125192
Binary1010101111110111000000
Octal125175300

Shades and tints

Shades of #557DC0

#557DC0
(85,125,192)
#4E72AF
(78,114,175)
#47679E
(71,103,158)
#405C8D
(64,92,141)
#39517C
(57,81,124)
#32466B
(50,70,107)
#2B3B5A
(43,59,90)
#243049
(36,48,73)
#1D2538
(29,37,56)
#161A27
(22,26,39)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #557DC0

#557DC0
(85,125,192)
#6488C5
(100,136,197)
#7393CA
(115,147,202)
#829ECF
(130,158,207)
#91A9D4
(145,169,212)
#A0B4D9
(160,180,217)
#AFBFDE
(175,191,222)
#BECAE3
(190,202,227)
#CDD5E8
(205,213,232)
#DCE0ED
(220,224,237)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557DC0 color. Also use rgb(85,125,192) instead hex code.

Text Font Color

.myTextColor { color: #557DC0; }

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

This text font color is #557DC0.


Background Color

.myBgColor { background-color: #557DC0; }

<div style="background-color:#557DC0">Inner text</div>

This div background color is #557DC0.


Border color

.myBorderColor { border: 1px solid #557DC0; }

<div style="border:3px solid #557DC0">Div</div>

This div border color is #557DC0.


Opacity

.myOpacity80 { color: #557DC0; opacity: 0.8; }

<p style="color:#557DC0;opacity:0.8;">80%</p>

Text with #557DC0 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 #557DC0;}

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

This text has shadow with #557DC0 color.

.textShadow {text-shadow: 3px 3px 1px #557DC0, 3px 3px 1px red;}

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

This text has shadow with #557DC0 primary color and red secondary color.


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

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

This text has shadow with #557DC0 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #557DC0;
-webkit-box-shadow: 1px 1px 3px 2px #557DC0;
box-shadow:1px 1px 3px 2px #557DC0;">
Div content here</div>
This div box has shadow with color #557DC0.

Preview

Color preview on black background

This text has color #557DC0 on black background.


Color preview on white background

This text has color #557DC0 on white background.



Black color preview on #557DC0 background

This text has black color on #557DC0 background.


White color preview on #557DC0 background

This text has white color on #557DC0 background.