COLOR #5595DD

HEX: #5595DD
RGB: (85,149,221)

Renk bilgisi

#5595DD contains mainly blue color. #5595DD ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#5595DD color RGB value is (85,149,221).

  • kırmız ton 85;
  • yeşil ton 149;
  • mavi ton 221.
RGB:
(85,149,221)
(33%,58%,87%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 149 of 255 = 58%
B 221 of 255 = 87%

85
149
221

R + G + B ~ 59%. #5595DD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 149 + 221 = 455 (100%)
R 85 of 455 ~ 18.68%
G 149 of 455 ~ 32.75%
B 221 of 455 ~ 48.57%

%18.68
%32.75
%48.57

CMYK RENK MODELİ

#5595DD rengi CMYK tonu (62,33,0,13).

  • camgöbeği tonu 61.54%
  • eflatun tonu 32.58%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(62,33,0,13)
C62M33Y0K13 
(62%,33%,0%,13%)
(0.62/0.33/0.00/0.13)	

CMYK yüzdeleri

%61.54
%32.58
%0
%13.33

Codes

Color #5595DD in popluar color models

5595DD
RGB85149221
HSL212°66.67%60.00%
HSB/HSV212°61.54%86.67%
CMYK61.54%32.58%0.00%
13.33%

Color #5595DD in popluar number systems.

HEX5595DD
Decimal85149221
Binary10101011001010111011101
Octal125225335

Shades and tints

Shades of #5595DD

#5595DD
(85,149,221)
#4E88C9
(78,136,201)
#477BB5
(71,123,181)
#406EA1
(64,110,161)
#39618D
(57,97,141)
#325479
(50,84,121)
#2B4765
(43,71,101)
#243A51
(36,58,81)
#1D2D3D
(29,45,61)
#162029
(22,32,41)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #5595DD

#5595DD
(85,149,221)
#649EE0
(100,158,224)
#73A7E3
(115,167,227)
#82B0E6
(130,176,230)
#91B9E9
(145,185,233)
#A0C2EC
(160,194,236)
#AFCBEF
(175,203,239)
#BED4F2
(190,212,242)
#CDDDF5
(205,221,245)
#DCE6F8
(220,230,248)
#EBEFFB
(235,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5595DD color. Also use rgb(85,149,221) instead hex code.

Text Font Color

.myTextColor { color: #5595DD; }

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

This text font color is #5595DD.


Background Color

.myBgColor { background-color: #5595DD; }

<div style="background-color:#5595DD">Inner text</div>

This div background color is #5595DD.


Border color

.myBorderColor { border: 1px solid #5595DD; }

<div style="border:3px solid #5595DD">Div</div>

This div border color is #5595DD.


Opacity

.myOpacity80 { color: #5595DD; opacity: 0.8; }

<p style="color:#5595DD;opacity:0.8;">80%</p>

Text with #5595DD 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 #5595DD;}

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

This text has shadow with #5595DD color.

.textShadow {text-shadow: 3px 3px 1px #5595DD, 3px 3px 1px red;}

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

This text has shadow with #5595DD primary color and red secondary color.


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

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

This text has shadow with #5595DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5595DD on black background.


Color preview on white background

This text has color #5595DD on white background.



Black color preview on #5595DD background

This text has black color on #5595DD background.


White color preview on #5595DD background

This text has white color on #5595DD background.