Color Hex Logo

#54699f Color Hex

#54699F
(84,105,159)
0 Favorites   0 Comments

Color spaces of #54699f

RGB 84105159
HSL0.620.310.48
HSV223°47°62°
CMYK 0.470.340.00   0.38
XYZ14.965714.491234.8092
Yxy14.49120.23290.2255
Hunter Lab38.06733.5573-27.5684
CIE-Lab44.92937.3691-31.7039

#54699f color RGB value is (84,105,159).

#54699f hex color red value is 84, green value is 105 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #54699f hue: 0.62 , saturation: 0.31 and the lightness value of 54699f is 0.48.

The process color (four color CMYK) of #54699f color hex is 0.47, 0.34, 0.00, 0.38. Web safe color of #54699f is #666699. Color #54699f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101001 10011111
Octal 124 151 237
Decimal 84 105 159
Hex 54 69 9F

RGB Percentages of Color #54699f

%24.14
%30.17
%45.69

CMYK Percentages of Color #54699f

%47
%34
%0
%38

Triadic Colors of #54699f

#54699f #9f5469 #699f54

Analogous Colors of #54699f

#54699f #65549f #548f9f

Monochromatic Colors of #54699f

#54699f

Complementary Color

#54699f #9f8a54

#54699f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54699f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54699f Color CSS Codes

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

#54699f Text Font Color

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

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


#54699f Background Color

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

This div background color is #54699f


#54699f Border Color

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

This div border color is #54699f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,105,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54699f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54699f;
  -webkit-box-shadow: 1px 1px 3px 2px #54699f;
  box-shadow:         1px 1px 3px 2px #54699f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,105,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54699f


Comments

No comments written yet.

Please login to write comment.