Color Hex Logo

#005b74 Color Hex

#005B74
(0,91,116)
1 Favorites   0 Comments

Color spaces of #005b74

RGB 091116
HSL0.541.000.23
HSV193°100°45°
CMYK 1.000.220.00   0.55
XYZ6.89358.743117.8473
Yxy8.74310.20590.2611
Hunter Lab29.5687-10.1307-15.0886
CIE-Lab35.4849-13.4027-20.6876

#005b74 color RGB value is (0,91,116).

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

The process color (four color CMYK) of #005b74 color hex is 1.00, 0.22, 0.00, 0.55. Web safe color of #005b74 is #006666. Color #005b74 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011011 01110100
Octal 0 133 164
Decimal 0 91 116
Hex 0 5B 74

RGB Percentages of Color #005b74

%0.00
%43.96
%56.04

CMYK Percentages of Color #005b74

%100
%22
%0
%55

Triadic Colors of #005b74

#005b74 #74005b #5b7400

Analogous Colors of #005b74

#005b74 #002174 #007453

Monochromatic Colors of #005b74

#005b74

Complementary Color

#005b74 #741900

#005b74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005b74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005b74 Color CSS Codes

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

#005b74 Text Font Color

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

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


#005b74 Background Color

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

This div background color is #005b74


#005b74 Border Color

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

This div border color is #005b74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005b74


Comments

No comments written yet.

Please login to write comment.