Color Hex Logo

#054883 Color Hex

#054883
(5,72,131)
0 Favorites   0 Comments

Color spaces of #054883

RGB 572131
HSL0.580.930.27
HSV208°96°51°
CMYK 0.960.450.00   0.49
XYZ6.47676.305722.3485
Yxy6.30570.18440.1795
Hunter Lab25.11122.0944-35.1893
CIE-Lab30.17105.2119-38.3706

#054883 color RGB value is (5,72,131).

#054883 hex color red value is 5, green value is 72 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #054883 hue: 0.58 , saturation: 0.93 and the lightness value of 054883 is 0.27.

The process color (four color CMYK) of #054883 color hex is 0.96, 0.45, 0.00, 0.49. Web safe color of #054883 is #003399. Color #054883 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001000 10000011
Octal 5 110 203
Decimal 5 72 131
Hex 5 48 83

RGB Percentages of Color #054883

%2.40
%34.62
%62.98

CMYK Percentages of Color #054883

%96
%45
%0
%49

Triadic Colors of #054883

#054883 #830548 #488305

Analogous Colors of #054883

#054883 #050983 #05837f

Monochromatic Colors of #054883

#054883

Complementary Color

#054883 #834005

#054883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054883 Color CSS Codes

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

#054883 Text Font Color

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

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


#054883 Background Color

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

This div background color is #054883


#054883 Border Color

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

This div border color is #054883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054883


Comments

No comments written yet.

Please login to write comment.