Color Hex Logo

#055306 Color Hex

#055306
(5,83,6)
0 Favorites   0 Comments

Color spaces of #055306

RGB 5836
HSL0.340.890.17
HSV121°94°33°
CMYK 0.940.000.93   0.67
XYZ3.18876.23191.2071
Yxy6.23190.30000.5864
Hunter Lab24.9638-20.886214.6077
CIE-Lab29.9901-36.972734.6979

#055306 color RGB value is (5,83,6).

#055306 hex color red value is 5, green value is 83 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #055306 hue: 0.34 , saturation: 0.89 and the lightness value of 055306 is 0.17.

The process color (four color CMYK) of #055306 color hex is 0.94, 0.00, 0.93, 0.67. Web safe color of #055306 is #006600. Color #055306 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010011 00000110
Octal 5 123 6
Decimal 5 83 6
Hex 5 53 6

RGB Percentages of Color #055306

%5.32
%88.30
%6.38

CMYK Percentages of Color #055306

%94
%0
%93
%67

Triadic Colors of #055306

#055306 #060553 #530605

Analogous Colors of #055306

#055306 #05532d #2b5305

Monochromatic Colors of #055306

#055306

Complementary Color

#055306 #530552

#055306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055306 Color CSS Codes

.mybgcolor {background-color:#055306; } 
.myforecolor {color:#055306; }
.mybordercolor {border:3px solid #055306; }

#055306 Text Font Color

<p style="color:#055306">Text here</p>

This sample text font color is #055306
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#055306 Background Color

<div style="background-color:#055306">
Div content here</div>

This div background color is #055306


#055306 Border Color

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

This div border color is #055306


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,83,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #055306; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #055306;
  -webkit-box-shadow: 1px 1px 3px 2px #055306;
  box-shadow:         1px 1px 3px 2px #055306; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,83,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #055306">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #055306;
  -webkit-box-shadow: 1px 1px 3px 2px #055306;
  box-shadow:         1px 1px 3px 2px #055306;">
Div content here</div>

This div box has shadow with color #055306


Comments

No comments written yet.

Please login to write comment.