COLOR #5599C8

HEX: #5599C8
RGB: (85,153,200)

Renk bilgisi

#5599C8 contains mainly green and blue colors. #5599C8 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#5599C8 color RGB value is (85,153,200).

  • kırmız ton 85;
  • yeşil ton 153;
  • mavi ton 200.
RGB:
(85,153,200)
(33%,60%,78%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 153 of 255 = 60%
B 200 of 255 = 78%

85
153
200

R + G + B ~ 57%. #5599C8 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 153 + 200 = 438 (100%)
R 85 of 438 ~ 19.41%
G 153 of 438 ~ 34.93%
B 200 of 438 ~ 45.66%

%19.41
%34.93
%45.66

CMYK RENK MODELİ

#5599C8 rengi CMYK tonu (58,24,0,22).

  • camgöbeği tonu 57.50%
  • eflatun tonu 23.50%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(58,24,0,22)
C58M24Y0K22 
(58%,24%,0%,22%)
(0.58/0.24/0.00/0.22)	

CMYK yüzdeleri

%57.5
%23.5
%0
%21.57

Codes

Color #5599C8 in popluar color models

5599C8
RGB85153200
HSL205°51.11%55.88%
HSB/HSV205°57.50%78.43%
CMYK57.50%23.50%0.00%
21.57%

Color #5599C8 in popluar number systems.

HEX5599C8
Decimal85153200
Binary10101011001100111001000
Octal125231310

Shades and tints

Shades of #5599C8

#5599C8
(85,153,200)
#4E8CB6
(78,140,182)
#477FA4
(71,127,164)
#407292
(64,114,146)
#396580
(57,101,128)
#32586E
(50,88,110)
#2B4B5C
(43,75,92)
#243E4A
(36,62,74)
#1D3138
(29,49,56)
#162426
(22,36,38)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #5599C8

#5599C8
(85,153,200)
#64A2CD
(100,162,205)
#73ABD2
(115,171,210)
#82B4D7
(130,180,215)
#91BDDC
(145,189,220)
#A0C6E1
(160,198,225)
#AFCFE6
(175,207,230)
#BED8EB
(190,216,235)
#CDE1F0
(205,225,240)
#DCEAF5
(220,234,245)
#EBF3FA
(235,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5599C8 color. Also use rgb(85,153,200) instead hex code.

Text Font Color

.myTextColor { color: #5599C8; }

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

This text font color is #5599C8.


Background Color

.myBgColor { background-color: #5599C8; }

<div style="background-color:#5599C8">Inner text</div>

This div background color is #5599C8.


Border color

.myBorderColor { border: 1px solid #5599C8; }

<div style="border:3px solid #5599C8">Div</div>

This div border color is #5599C8.


Opacity

.myOpacity80 { color: #5599C8; opacity: 0.8; }

<p style="color:#5599C8;opacity:0.8;">80%</p>

Text with #5599C8 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 #5599C8;}

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

This text has shadow with #5599C8 color.

.textShadow {text-shadow: 3px 3px 1px #5599C8, 3px 3px 1px red;}

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

This text has shadow with #5599C8 primary color and red secondary color.


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

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

This text has shadow with #5599C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5599C8 on black background.


Color preview on white background

This text has color #5599C8 on white background.



Black color preview on #5599C8 background

This text has black color on #5599C8 background.


White color preview on #5599C8 background

This text has white color on #5599C8 background.