COLOR #055B33

HEX: #055B33 RGB: (5,91,51)

Color info

#055B33 contains mainly green and blue colors. Web safe color of #055B33 is #006633 (or #063).

RGB color model

#055B33 color RGB value is (5,91,51).

RGB: (5,91,51) (2%, 36%, 20%)

RGB channels and saturation

R 5 of 255 = 2%
G 91 of 255 = 36%
B 51 of 255 = 20%

5
91
51

R + G + B ~ 19%. #055B33 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 91 + 51 = 147 (100%)
R 5 of 147 ~ 3.4%
G 91 of 147 ~ 61.9%
B 51 of 147 ~ 34.69'%

%61.9
%34.69

CMYK color model

#055B33 color CMYK value is (95,0,44,64).

  • cyan value is 94.51%
  • magenta value is 0.00%
  • yellow value is 43.96%
  • key color value is 64.31%
CMYK: (95,0,44,64) C95M0Y44K64 (95%,0%,44%,64%) (0.95/0.00/0.44/0.64) 

CMYK percentages

%94.51
%0
%43.96
%64.31

Codes

Color #055B33 in popluar color models

05 5B 33
RGB 5 91 51
HSL 152° 89.58% 18.82%
HSB/HSV 152° 94.51% 35.69%
CMYK 94.51% 0.00% 43.96%
64.31%

Color #055B33 in popluar number systems.

HEX 05 5B 33
Decimal 5 91 51
Binary 101 1011011 110011
Octal 5 133 63

Shades and tints

Shades of #055B33

#055B33
(5,91,51)
#05532F
(5,83,47)
#054B2B
(5,75,43)
#054327
(5,67,39)
#053B23
(5,59,35)
#05331F
(5,51,31)
#052B1B
(5,43,27)
#052317
(5,35,23)
#051B13
(5,27,19)
#05130F
(5,19,15)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #055B33

#055B33
(5,91,51)
#1B6945
(27,105,69)
#317757
(49,119,87)
#478569
(71,133,105)
#5D937B
(93,147,123)
#73A18D
(115,161,141)
#89AF9F
(137,175,159)
#9FBDB1
(159,189,177)
#B5CBC3
(181,203,195)
#CBD9D5
(203,217,213)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055B33 color. Also use rgb(5,91,51) instead hex code.

Text Font Color

.myTextColor { color: #055B33; }

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

This text font color is #055B33.

Background Color

.myBgColor { background-color: #055B33; }

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

This div background color is #055B33.

Border color

.myBorderColor { border: 1px solid #055B33; }

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

This div border color is #055B33.

Opacity

.myOpacity80 { color: #055B33; opacity: 0.8; }

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

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

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

This text has shadow with #055B33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #055B33.

Preview

Color preview on black background

This text has color #055B33 on black background.


Color preview on white background

This text has color #055B33 on white background.


Black color preview on #055B33 background

This text has black color on #055B33 background.


White color preview on #055B33 background

This text has white color on #055B33 background.


Related colors

Complementary color

Complementary color for #hex is #FAA4CC.


I love getcolorcode.com

Triadic colors

1 #33055B and #5B3305 with #055B33 are triadic colors.

2 #335B05 and #5B0533 with #055B33 are triadic colors.