COLOR #165559

HEX: #165559
RGB: (22,85,89)

Color info

#165559 contains mainly green and blue colors. Web safe color of #165559 is #006666 (or #066).

RGB color model

#165559 color RGB value is (22,85,89).

  • red value is 22;
  • green value is 85;
  • blue value is 89.
RGB:
(22,85,89)
(9%,33%,35%)

RGB channels and saturation

R 22 of 255 = 9%
G 85 of 255 = 33%
B 89 of 255 = 35%

22
85
89

R + G + B ~ 26%. #165559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 85 + 89 = 196 (100%)
R 22 of 196 ~ 11.22%
G 85 of 196 ~ 43.37%
B 89 of 196 ~ 45.41%

%11.22
%43.37
%45.41

CMYK color model

#165559 color CMYK value is (75,4,0,65).

  • cyan value is 75.28%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(75,4,0,65)
C75M4Y0K65 
(75%,4%,0%,65%)
(0.75/0.04/0.00/0.65)	

CMYK percentages

%75.28
%4.49
%0
%65.1

Codes

Color #165559 in popluar color models

165559
RGB228589
HSL184°60.36%21.76%
HSB/HSV184°75.28%34.90%
CMYK75.28%4.49%0.00%
65.10%

Color #165559 in popluar number systems.

HEX165559
Decimal228589
Binary1011010101011011001
Octal26125131

Shades and tints

Shades of #165559

#165559
(22,85,89)
#144E51
(20,78,81)
#124749
(18,71,73)
#104041
(16,64,65)
#0E3939
(14,57,57)
#0C3231
(12,50,49)
#0A2B29
(10,43,41)
#082421
(8,36,33)
#061D19
(6,29,25)
#041611
(4,22,17)
#020F09
(2,15,9)
#000000
(0,0,0)

Tints of #165559

#165559
(22,85,89)
#2B6468
(43,100,104)
#407377
(64,115,119)
#558286
(85,130,134)
#6A9195
(106,145,149)
#7FA0A4
(127,160,164)
#94AFB3
(148,175,179)
#A9BEC2
(169,190,194)
#BECDD1
(190,205,209)
#D3DCE0
(211,220,224)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #165559 color. Also use rgb(22,85,89) instead hex code.

Text Font Color

.myTextColor { color: #165559; }

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

This text font color is #165559.


Background Color

.myBgColor { background-color: #165559; }

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

This div background color is #165559.


Border color

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

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

This div border color is #165559.


Opacity

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

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

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

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

This text has shadow with #165559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #165559 on black background.


Color preview on white background

This text has color #165559 on white background.



Black color preview on #165559 background

This text has black color on #165559 background.


White color preview on #165559 background

This text has white color on #165559 background.