Color Hex Logo

#000552 Color Hex

#000552
(0,5,82)
0 Favorites   0 Comments

Color spaces of #000552

RGB 0582
HSL0.661.000.16
HSV236°100°32°
CMYK 1.000.940.00   0.68
XYZ1.57730.71778.0380
Yxy0.71770.15260.0695
Hunter Lab8.471718.4084-50.3244
CIE-Lab6.482930.6256-45.1358

#000552 color RGB value is (0,5,82).

#000552 hex color red value is 0, green value is 5 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #000552 hue: 0.66 , saturation: 1.00 and the lightness value of 000552 is 0.16.

The process color (four color CMYK) of #000552 color hex is 1.00, 0.94, 0.00, 0.68. Web safe color of #000552 is #000066. Color #000552 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000101 01010010
Octal 0 5 122
Decimal 0 5 82
Hex 0 5 52

RGB Percentages of Color #000552

%0.00
%5.75
%94.25

CMYK Percentages of Color #000552

%100
%94
%0
%68

Triadic Colors of #000552

#000552 #520005 #055200

Analogous Colors of #000552

#000552 #240052 #002e52

Monochromatic Colors of #000552

#000552

Complementary Color

#000552 #524d00

#000552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000552 Color CSS Codes

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

#000552 Text Font Color

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

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


#000552 Background Color

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

This div background color is #000552


#000552 Border Color

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

This div border color is #000552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000552


Comments

No comments written yet.

Please login to write comment.