Color Hex Logo

#054793 Color Hex

#054793
(5,71,147)
0 Favorites   0 Comments

Color spaces of #054793

RGB 571147
HSL0.590.930.30
HSV212°97°58°
CMYK 0.970.520.00   0.42
XYZ7.58236.645328.4868
Yxy6.64530.17750.1556
Hunter Lab25.77857.3904-47.4741
CIE-Lab30.985412.7174-46.9066

#054793 color RGB value is (5,71,147).

#054793 hex color red value is 5, green value is 71 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #054793 hue: 0.59 , saturation: 0.93 and the lightness value of 054793 is 0.30.

The process color (four color CMYK) of #054793 color hex is 0.97, 0.52, 0.00, 0.42. Web safe color of #054793 is #003399. Color #054793 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000111 10010011
Octal 5 107 223
Decimal 5 71 147
Hex 5 47 93

RGB Percentages of Color #054793

%2.24
%31.84
%65.92

CMYK Percentages of Color #054793

%97
%52
%0
%42

Triadic Colors of #054793

#054793 #930547 #479305

Analogous Colors of #054793

#054793 #0a0593 #058e93

Monochromatic Colors of #054793

#054793

Complementary Color

#054793 #935105

#054793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054793 Color CSS Codes

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

#054793 Text Font Color

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

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


#054793 Background Color

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

This div background color is #054793


#054793 Border Color

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

This div border color is #054793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054793


Comments

No comments written yet.

Please login to write comment.