Color Hex Logo

#005b85 Color Hex

#005B85
(0,91,133)
0 Favorites   0 Comments

Color spaces of #005b85

RGB 091133
HSL0.551.000.26
HSV199°100°52°
CMYK 1.000.320.00   0.48
XYZ7.97479.175623.5411
Yxy9.17560.19600.2255
Hunter Lab30.2913-6.0165-24.8738
CIE-Lab36.3202-6.6268-29.8308

#005b85 color RGB value is (0,91,133).

#005b85 hex color red value is 0, green value is 91 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #005b85 hue: 0.55 , saturation: 1.00 and the lightness value of 005b85 is 0.26.

The process color (four color CMYK) of #005b85 color hex is 1.00, 0.32, 0.00, 0.48. Web safe color of #005b85 is #006699. Color #005b85 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011011 10000101
Octal 0 133 205
Decimal 0 91 133
Hex 0 5B 85

RGB Percentages of Color #005b85

%0.00
%40.63
%59.38

CMYK Percentages of Color #005b85

%100
%32
%0
%48

Triadic Colors of #005b85

#005b85 #85005b #5b8500

Analogous Colors of #005b85

#005b85 #001985 #00856d

Monochromatic Colors of #005b85

#005b85

Complementary Color

#005b85 #852a00

#005b85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005b85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005b85 Color CSS Codes

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

#005b85 Text Font Color

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

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


#005b85 Background Color

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

This div background color is #005b85


#005b85 Border Color

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

This div border color is #005b85


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,91,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005b85; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005b85;
  -webkit-box-shadow: 1px 1px 3px 2px #005b85;
  box-shadow:         1px 1px 3px 2px #005b85; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005b85


Comments

No comments written yet.

Please login to write comment.