COLOR #55B3C8

HEX: #55B3C8
RGB: (85,179,200)

Color info

#55B3C8 contains mainly green and blue colors. Web safe color of #55B3C8 is #6699CC (or #69C).

RGB color model

#55B3C8 color RGB value is (85,179,200).

  • red value is 85;
  • green value is 179;
  • blue value is 200.
RGB:
(85,179,200)
(33%,70%,78%)

RGB channels and saturation

R 85 of 255 = 33%
G 179 of 255 = 70%
B 200 of 255 = 78%

85
179
200

R + G + B ~ 60%. #55B3C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 179 + 200 = 464 (100%)
R 85 of 464 ~ 18.32%
G 179 of 464 ~ 38.58%
B 200 of 464 ~ 43.1%

%18.32
%38.58
%43.1

CMYK color model

#55B3C8 color CMYK value is (58,11,0,22).

  • cyan value is 57.50%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(58,11,0,22)
C58M11Y0K22 
(58%,11%,0%,22%)
(0.58/0.11/0.00/0.22)	

CMYK percentages

%57.5
%10.5
%0
%21.57

Codes

Color #55B3C8 in popluar color models

55B3C8
RGB85179200
HSL191°51.11%55.88%
HSB/HSV191°57.50%78.43%
CMYK57.50%10.50%0.00%
21.57%

Color #55B3C8 in popluar number systems.

HEX55B3C8
Decimal85179200
Binary10101011011001111001000
Octal125263310

Shades and tints

Shades of #55B3C8

#55B3C8
(85,179,200)
#4EA3B6
(78,163,182)
#4793A4
(71,147,164)
#408392
(64,131,146)
#397380
(57,115,128)
#32636E
(50,99,110)
#2B535C
(43,83,92)
#24434A
(36,67,74)
#1D3338
(29,51,56)
#162326
(22,35,38)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #55B3C8

#55B3C8
(85,179,200)
#64B9CD
(100,185,205)
#73BFD2
(115,191,210)
#82C5D7
(130,197,215)
#91CBDC
(145,203,220)
#A0D1E1
(160,209,225)
#AFD7E6
(175,215,230)
#BEDDEB
(190,221,235)
#CDE3F0
(205,227,240)
#DCE9F5
(220,233,245)
#EBEFFA
(235,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B3C8 color. Also use rgb(85,179,200) instead hex code.

Text Font Color

.myTextColor { color: #55B3C8; }

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

This text font color is #55B3C8.


Background Color

.myBgColor { background-color: #55B3C8; }

<div style="background-color:#55B3C8">Inner text</div>

This div background color is #55B3C8.


Border color

.myBorderColor { border: 1px solid #55B3C8; }

<div style="border:3px solid #55B3C8">Div</div>

This div border color is #55B3C8.


Opacity

.myOpacity80 { color: #55B3C8; opacity: 0.8; }

<p style="color:#55B3C8;opacity:0.8;">80%</p>

Text with #55B3C8 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 #55B3C8;}

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

This text has shadow with #55B3C8 color.

.textShadow {text-shadow: 3px 3px 1px #55B3C8, 3px 3px 1px red;}

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

This text has shadow with #55B3C8 primary color and red secondary color.


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

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

This text has shadow with #55B3C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B3C8 on black background.


Color preview on white background

This text has color #55B3C8 on white background.



Black color preview on #55B3C8 background

This text has black color on #55B3C8 background.


White color preview on #55B3C8 background

This text has white color on #55B3C8 background.