Color Hex Logo

#005562 Color Hex

#005562
(0,85,98)
0 Favorites   0 Comments

Color spaces of #005562

RGB 08598
HSL0.521.000.19
HSV188°100°38°
CMYK 1.000.130.00   0.62
XYZ5.45317.378812.6921
Yxy7.37880.21360.2891
Hunter Lab27.1639-11.7034-8.6879
CIE-Lab32.6542-16.8727-13.8120

#005562 color RGB value is (0,85,98).

#005562 hex color red value is 0, green value is 85 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #005562 hue: 0.52 , saturation: 1.00 and the lightness value of 005562 is 0.19.

The process color (four color CMYK) of #005562 color hex is 1.00, 0.13, 0.00, 0.62. Web safe color of #005562 is #006666. Color #005562 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010101 01100010
Octal 0 125 142
Decimal 0 85 98
Hex 0 55 62

RGB Percentages of Color #005562

%0.00
%46.45
%53.55

CMYK Percentages of Color #005562

%100
%13
%0
%62

Triadic Colors of #005562

#005562 #620055 #556200

Analogous Colors of #005562

#005562 #002462 #00623e

Monochromatic Colors of #005562

#005562

Complementary Color

#005562 #620d00

#005562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005562 Color CSS Codes

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

#005562 Text Font Color

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

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


#005562 Background Color

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

This div background color is #005562


#005562 Border Color

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

This div border color is #005562


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,85,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005562; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005562;
  -webkit-box-shadow: 1px 1px 3px 2px #005562;
  box-shadow:         1px 1px 3px 2px #005562; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005562


Comments

No comments written yet.

Please login to write comment.