Color Hex Logo

#052155 Color Hex

#052155
(5,33,85)
0 Favorites   0 Comments

Color spaces of #052155

RGB 53385
HSL0.610.890.18
HSV219°94°33°
CMYK 0.940.610.00   0.67
XYZ2.24611.77598.8187
Yxy1.77590.17490.1383
Hunter Lab13.32636.7645-29.9069
CIE-Lab14.264313.0333-34.3524

#052155 color RGB value is (5,33,85).

#052155 hex color red value is 5, green value is 33 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #052155 hue: 0.61 , saturation: 0.89 and the lightness value of 052155 is 0.18.

The process color (four color CMYK) of #052155 color hex is 0.94, 0.61, 0.00, 0.67. Web safe color of #052155 is #003366. Color #052155 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100001 01010101
Octal 5 41 125
Decimal 5 33 85
Hex 5 21 55

RGB Percentages of Color #052155

%4.07
%26.83
%69.11

CMYK Percentages of Color #052155

%94
%61
%0
%67

Triadic Colors of #052155

#052155 #550521 #215505

Analogous Colors of #052155

#052155 #110555 #054955

Monochromatic Colors of #052155

#052155

Complementary Color

#052155 #553905

#052155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052155 Color CSS Codes

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

#052155 Text Font Color

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

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


#052155 Background Color

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

This div background color is #052155


#052155 Border Color

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

This div border color is #052155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052155


Comments

No comments written yet.

Please login to write comment.