Color Hex Logo

#05582e Color Hex

#05582E
(5,88,46)
0 Favorites   0 Comments

Color spaces of #05582e

RGB 58846
HSL0.420.890.18
HSV150°94°35°
CMYK 0.940.000.48   0.65
XYZ4.04557.20903.7630
Yxy7.20900.26940.4800
Hunter Lab26.8496-20.091710.4851
CIE-Lab32.2780-33.520318.0920

#05582e color RGB value is (5,88,46).

#05582e hex color red value is 5, green value is 88 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #05582e hue: 0.42 , saturation: 0.89 and the lightness value of 05582e is 0.18.

The process color (four color CMYK) of #05582e color hex is 0.94, 0.00, 0.48, 0.65. Web safe color of #05582e is #006633. Color #05582e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011000 00101110
Octal 5 130 56
Decimal 5 88 46
Hex 5 58 2E

RGB Percentages of Color #05582e

%3.60
%63.31
%33.09

CMYK Percentages of Color #05582e

%94
%0
%48
%65

Triadic Colors of #05582e

#05582e #2e0558 #582e05

Analogous Colors of #05582e

#05582e #055858 #055805

Monochromatic Colors of #05582e

#05582e

Complementary Color

#05582e #58052f

#05582e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05582e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05582e Color CSS Codes

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

#05582e Text Font Color

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

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


#05582e Background Color

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

This div background color is #05582e


#05582e Border Color

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

This div border color is #05582e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,88,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05582e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05582e;
  -webkit-box-shadow: 1px 1px 3px 2px #05582e;
  box-shadow:         1px 1px 3px 2px #05582e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05582e


Comments

No comments written yet.

Please login to write comment.