Color Hex Logo

#054060 Color Hex

#054060
(5,64,96)
0 Favorites   0 Comments

Color spaces of #054060

RGB 56496
HSL0.560.900.20
HSV201°95°38°
CMYK 0.950.330.00   0.62
XYZ4.00734.543611.7321
Yxy4.54360.19760.2240
Hunter Lab21.3157-3.7450-17.7120
CIE-Lab25.3928-4.3937-23.8035

#054060 color RGB value is (5,64,96).

#054060 hex color red value is 5, green value is 64 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #054060 hue: 0.56 , saturation: 0.90 and the lightness value of 054060 is 0.20.

The process color (four color CMYK) of #054060 color hex is 0.95, 0.33, 0.00, 0.62. Web safe color of #054060 is #003366. Color #054060 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000000 01100000
Octal 5 100 140
Decimal 5 64 96
Hex 5 40 60

RGB Percentages of Color #054060

%3.03
%38.79
%58.18

CMYK Percentages of Color #054060

%95
%33
%0
%62

Triadic Colors of #054060

#054060 #600540 #406005

Analogous Colors of #054060

#054060 #051360 #056053

Monochromatic Colors of #054060

#054060

Complementary Color

#054060 #602505

#054060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054060 Color CSS Codes

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

#054060 Text Font Color

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

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


#054060 Background Color

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

This div background color is #054060


#054060 Border Color

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

This div border color is #054060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054060


Comments

No comments written yet.

Please login to write comment.