Color Hex Logo

#005578 Color Hex

#005578
(0,85,120)
0 Favorites   0 Comments

Color spaces of #005578

RGB 085120
HSL0.551.000.24
HSV198°100°47°
CMYK 1.000.290.00   0.53
XYZ6.63877.853118.9352
Yxy7.85310.19860.2349
Hunter Lab28.0234-6.7545-20.4455
CIE-Lab33.6751-8.2031-25.9882

#005578 color RGB value is (0,85,120).

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

The process color (four color CMYK) of #005578 color hex is 1.00, 0.29, 0.00, 0.53. Web safe color of #005578 is #006666. Color #005578 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010101 01111000
Octal 0 125 170
Decimal 0 85 120
Hex 0 55 78

RGB Percentages of Color #005578

%0.00
%41.46
%58.54

CMYK Percentages of Color #005578

%100
%29
%0
%53

Triadic Colors of #005578

#005578 #780055 #557800

Analogous Colors of #005578

#005578 #001978 #00785f

Monochromatic Colors of #005578

#005578

Complementary Color

#005578 #782300

#005578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005578 Color CSS Codes

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

#005578 Text Font Color

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

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


#005578 Background Color

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

This div background color is #005578


#005578 Border Color

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

This div border color is #005578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005578


Comments

No comments written yet.

Please login to write comment.