Color Hex Logo

#058193 Color Hex

#058193
(5,129,147)
0 Favorites   0 Comments

Color spaces of #058193

RGB 5129147
HSL0.520.930.30
HSV188°97°58°
CMYK 0.970.120.00   0.42
XYZ13.179317.839430.3525
Yxy17.83940.21470.2907
Hunter Lab42.2367-18.2161-13.0418
CIE-Lab49.3007-22.6744-18.0621

#058193 color RGB value is (5,129,147).

#058193 hex color red value is 5, green value is 129 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #058193 hue: 0.52 , saturation: 0.93 and the lightness value of 058193 is 0.30.

The process color (four color CMYK) of #058193 color hex is 0.97, 0.12, 0.00, 0.42. Web safe color of #058193 is #009999. Color #058193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000001 10010011
Octal 5 201 223
Decimal 5 129 147
Hex 5 81 93

RGB Percentages of Color #058193

%1.78
%45.91
%52.31

CMYK Percentages of Color #058193

%97
%12
%0
%42

Triadic Colors of #058193

#058193 #930581 #819305

Analogous Colors of #058193

#058193 #053a93 #05935e

Monochromatic Colors of #058193

#058193

Complementary Color

#058193 #931705

#058193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058193 Color CSS Codes

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

#058193 Text Font Color

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

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


#058193 Background Color

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

This div background color is #058193


#058193 Border Color

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

This div border color is #058193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058193


Comments

No comments written yet.

Please login to write comment.