Color Hex Logo

#058096 Color Hex

#058096
(5,128,150)
0 Favorites   0 Comments

Color spaces of #058096

RGB 5128150
HSL0.530.940.30
HSV189°97°59°
CMYK 0.970.150.00   0.41
XYZ13.286817.672631.5650
Yxy17.67260.21250.2827
Hunter Lab42.0388-17.1511-15.0910
CIE-Lab49.0966-21.0927-20.1312

#058096 color RGB value is (5,128,150).

#058096 hex color red value is 5, green value is 128 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #058096 hue: 0.53 , saturation: 0.94 and the lightness value of 058096 is 0.30.

The process color (four color CMYK) of #058096 color hex is 0.97, 0.15, 0.00, 0.41. Web safe color of #058096 is #009999. Color #058096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000000 10010110
Octal 5 200 226
Decimal 5 128 150
Hex 5 80 96

RGB Percentages of Color #058096

%1.77
%45.23
%53.00

CMYK Percentages of Color #058096

%97
%15
%0
%41

Triadic Colors of #058096

#058096 #960580 #809605

Analogous Colors of #058096

#058096 #053896 #059664

Monochromatic Colors of #058096

#058096

Complementary Color

#058096 #961b05

#058096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058096 Color CSS Codes

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

#058096 Text Font Color

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

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


#058096 Background Color

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

This div background color is #058096


#058096 Border Color

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

This div border color is #058096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058096


Comments

No comments written yet.

Please login to write comment.