Color Hex Logo

#05553a Color Hex

#05553A
(5,85,58)
0 Favorites   0 Comments

Color spaces of #05553a

RGB 58558
HSL0.440.890.18
HSV160°94°33°
CMYK 0.940.000.32   0.67
XYZ4.07486.83485.1075
Yxy6.83480.25440.4267
Hunter Lab26.1435-17.92956.7173
CIE-Lab31.4278-29.43529.6426

#05553a color RGB value is (5,85,58).

#05553a hex color red value is 5, green value is 85 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #05553a hue: 0.44 , saturation: 0.89 and the lightness value of 05553a is 0.18.

The process color (four color CMYK) of #05553a color hex is 0.94, 0.00, 0.32, 0.67. Web safe color of #05553a is #006633. Color #05553a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010101 00111010
Octal 5 125 72
Decimal 5 85 58
Hex 5 55 3A

RGB Percentages of Color #05553a

%3.38
%57.43
%39.19

CMYK Percentages of Color #05553a

%94
%0
%32
%67

Triadic Colors of #05553a

#05553a #3a0555 #553a05

Analogous Colors of #05553a

#05553a #054855 #055512

Monochromatic Colors of #05553a

#05553a

Complementary Color

#05553a #550520

#05553a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05553a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05553a Color CSS Codes

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

#05553a Text Font Color

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

This sample text font color is #05553a
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.


#05553a Background Color

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

This div background color is #05553a


#05553a Border Color

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

This div border color is #05553a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,85,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05553a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05553a;
  -webkit-box-shadow: 1px 1px 3px 2px #05553a;
  box-shadow:         1px 1px 3px 2px #05553a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05553a


Comments

No comments written yet.

Please login to write comment.