Color Hex Logo

#058893 Color Hex

#058893
(5,136,147)
0 Favorites   0 Comments

Color spaces of #058893

RGB 5136147
HSL0.510.930.30
HSV185°97°58°
CMYK 0.970.070.00   0.42
XYZ14.133219.747230.6704
Yxy19.74720.21890.3059
Hunter Lab44.4378-20.9953-9.8147
CIE-Lab51.5502-26.2714-14.6383

#058893 color RGB value is (5,136,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001000 10010011
Octal 5 210 223
Decimal 5 136 147
Hex 5 88 93

RGB Percentages of Color #058893

%1.74
%47.22
%51.04

CMYK Percentages of Color #058893

%97
%7
%0
%42

Triadic Colors of #058893

#058893 #930588 #889305

Analogous Colors of #058893

#058893 #054193 #059357

Monochromatic Colors of #058893

#058893

Complementary Color

#058893 #931005

#058893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058893 Color CSS Codes

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

#058893 Text Font Color

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

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


#058893 Background Color

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

This div background color is #058893


#058893 Border Color

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

This div border color is #058893


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,136,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 #058893">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058893


Comments

No comments written yet.

Please login to write comment.