Color Hex Logo

#05858f Color Hex

#05858F
(5,133,143)
0 Favorites   0 Comments

Color spaces of #05858f

RGB 5133143
HSL0.510.930.29
HSV184°97°56°
CMYK 0.970.070.00   0.44
XYZ13.408018.790528.9069
Yxy18.79050.21940.3075
Hunter Lab43.3480-20.6471-9.1943
CIE-Lab50.4412-26.1018-13.9878

#05858f color RGB value is (5,133,143).

#05858f hex color red value is 5, green value is 133 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #05858f hue: 0.51 , saturation: 0.93 and the lightness value of 05858f is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000101 10001111
Octal 5 205 217
Decimal 5 133 143
Hex 5 85 8F

RGB Percentages of Color #05858f

%1.78
%47.33
%50.89

CMYK Percentages of Color #05858f

%97
%7
%0
%44

Triadic Colors of #05858f

#05858f #8f0585 #858f05

Analogous Colors of #05858f

#05858f #05408f #058f54

Monochromatic Colors of #05858f

#05858f

Complementary Color

#05858f #8f0f05

#05858f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05858f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05858f Color CSS Codes

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

#05858f Text Font Color

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

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


#05858f Background Color

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

This div background color is #05858f


#05858f Border Color

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

This div border color is #05858f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05858f


Comments

No comments written yet.

Please login to write comment.