COLOR #455566

HEX: #455566 RGB: (69,85,102)

Color info

#455566 contains red, green and blue colors in about the same proportion. Web safe color of #455566 is #336666 (or #366).

RGB color model

#455566 color RGB value is (69,85,102).

RGB: (69,85,102) (27%, 33%, 40%)

RGB channels and saturation

R 69 of 255 = 27%
G 85 of 255 = 33%
B 102 of 255 = 40%

69
85
102

R + G + B ~ 33%. #455566 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 85 + 102 = 256 (100%)
R 69 of 256 ~ 26.95%
G 85 of 256 ~ 33.2%
B 102 of 256 ~ 39.84'%

%26.95
%33.2
%39.84

CMYK color model

#455566 color CMYK value is (32,17,0,60).

  • cyan value is 32.35%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK: (32,17,0,60) C32M17Y0K60 (32%,17%,0%,60%) (0.32/0.17/0.00/0.60) 

CMYK percentages

%32.35
%16.67
%0
%60

Codes

Color #455566 in popluar color models

45 55 66
RGB 69 85 102
HSL 211° 19.30% 33.53%
HSB/HSV 211° 32.35% 40.00%
CMYK 32.35% 16.67% 0.00%
60.00%

Color #455566 in popluar number systems.

HEX 45 55 66
Decimal 69 85 102
Binary 1000101 1010101 1100110
Octal 105 125 146

Shades and tints

Shades of #455566

#455566
(69,85,102)
#3F4E5D
(63,78,93)
#394754
(57,71,84)
#33404B
(51,64,75)
#2D3942
(45,57,66)
#273239
(39,50,57)
#212B30
(33,43,48)
#1B2427
(27,36,39)
#151D1E
(21,29,30)
#0F1615
(15,22,21)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #455566

#455566
(69,85,102)
#556473
(85,100,115)
#657380
(101,115,128)
#75828D
(117,130,141)
#85919A
(133,145,154)
#95A0A7
(149,160,167)
#A5AFB4
(165,175,180)
#B5BEC1
(181,190,193)
#C5CDCE
(197,205,206)
#D5DCDB
(213,220,219)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455566 color. Also use rgb(69,85,102) instead hex code.

Text Font Color

.myTextColor { color: #455566; }

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

This text font color is #455566.

Background Color

.myBgColor { background-color: #455566; }

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

This div background color is #455566.

Border color

.myBorderColor { border: 1px solid #455566; }

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

This div border color is #455566.

Opacity

.myOpacity80 { color: #455566; opacity: 0.8; }

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

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

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

This text has shadow with #455566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #455566.

Preview

Color preview on black background

This text has color #455566 on black background.


Color preview on white background

This text has color #455566 on white background.


Black color preview on #455566 background

This text has black color on #455566 background.


White color preview on #455566 background

This text has white color on #455566 background.


Related colors

Complementary color

Complementary color for #hex is #BAAA99.


I love getcolorcode.com

Triadic colors

1 #664555 and #556645 with #455566 are triadic colors.

2 #665545 and #554566 with #455566 are triadic colors.