Color Hex Logo

#052455 Color Hex

#052455
(5,36,85)
0 Favorites   0 Comments

Color spaces of #052455

RGB 53685
HSL0.600.890.18
HSV217°94°33°
CMYK 0.940.580.00   0.67
XYZ2.33321.94998.8477
Yxy1.94990.17770.1485
Hunter Lab13.96395.3885-27.7922
CIE-Lab15.222110.7361-32.7958

#052455 color RGB value is (5,36,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100100 01010101
Octal 5 44 125
Decimal 5 36 85
Hex 5 24 55

RGB Percentages of Color #052455

%3.97
%28.57
%67.46

CMYK Percentages of Color #052455

%94
%58
%0
%67

Triadic Colors of #052455

#052455 #550524 #245505

Analogous Colors of #052455

#052455 #0e0555 #054c55

Monochromatic Colors of #052455

#052455

Complementary Color

#052455 #553605

#052455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052455 Color CSS Codes

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

#052455 Text Font Color

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

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


#052455 Background Color

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

This div background color is #052455


#052455 Border Color

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

This div border color is #052455


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,36,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 #052455">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052455


Comments

No comments written yet.

Please login to write comment.