Color Hex Logo

#058879 Color Hex

#058879
(5,136,121)
0 Favorites   0 Comments

Color spaces of #058879

RGB 5136121
HSL0.480.930.28
HSV173°96°53°
CMYK 0.960.000.11   0.47
XYZ12.317919.021121.1114
Yxy19.02110.23480.3626
Hunter Lab43.6132-25.90841.8293
CIE-Lab50.7119-34.5227-0.7370

#058879 color RGB value is (5,136,121).

#058879 hex color red value is 5, green value is 136 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #058879 hue: 0.48 , saturation: 0.93 and the lightness value of 058879 is 0.28.

The process color (four color CMYK) of #058879 color hex is 0.96, 0.00, 0.11, 0.47. Web safe color of #058879 is #009966. Color #058879 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001000 01111001
Octal 5 210 171
Decimal 5 136 121
Hex 5 88 79

RGB Percentages of Color #058879

%1.91
%51.91
%46.18

CMYK Percentages of Color #058879

%96
%0
%11
%47

Triadic Colors of #058879

#058879 #790588 #887905

Analogous Colors of #058879

#058879 #055688 #058838

Monochromatic Colors of #058879

#058879

Complementary Color

#058879 #880514

#058879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058879 Color CSS Codes

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

#058879 Text Font Color

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

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


#058879 Background Color

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

This div background color is #058879


#058879 Border Color

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

This div border color is #058879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058879


Comments

No comments written yet.

Please login to write comment.