Color Hex Logo

#058526 Color Hex

#058526
(5,133,38)
0 Favorites   0 Comments

Color spaces of #058526

RGB 513338
HSL0.380.930.27
HSV135°96°52°
CMYK 0.960.000.71   0.48
XYZ8.800016.94734.6411
Yxy16.94730.28960.5577
Hunter Lab41.1671-33.885722.1327
CIE-Lab48.1936-50.500540.8151

#058526 color RGB value is (5,133,38).

#058526 hex color red value is 5, green value is 133 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #058526 hue: 0.38 , saturation: 0.93 and the lightness value of 058526 is 0.27.

The process color (four color CMYK) of #058526 color hex is 0.96, 0.00, 0.71, 0.48. Web safe color of #058526 is #009933. Color #058526 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000101 00100110
Octal 5 205 46
Decimal 5 133 38
Hex 5 85 26

RGB Percentages of Color #058526

%2.84
%75.57
%21.59

CMYK Percentages of Color #058526

%96
%0
%71
%48

Triadic Colors of #058526

#058526 #260585 #852605

Analogous Colors of #058526

#058526 #058566 #248505

Monochromatic Colors of #058526

#058526

Complementary Color

#058526 #850564

#058526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058526 Color CSS Codes

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

#058526 Text Font Color

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

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


#058526 Background Color

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

This div background color is #058526


#058526 Border Color

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

This div border color is #058526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058526


Comments

No comments written yet.

Please login to write comment.