Color Hex Logo

#54869b Color Hex

#54869B
(84,134,155)
0 Favorites   0 Comments

Color spaces of #54869b

RGB 84134155
HSL0.550.300.47
HSV198°46°61°
CMYK 0.460.140.00   0.39
XYZ18.097621.301634.1681
Yxy21.30160.24600.2896
Hunter Lab46.1537-10.7761-11.5855
CIE-Lab53.2780-10.9622-16.4648

#54869b color RGB value is (84,134,155).

#54869b hex color red value is 84, green value is 134 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #54869b hue: 0.55 , saturation: 0.30 and the lightness value of 54869b is 0.47.

The process color (four color CMYK) of #54869b color hex is 0.46, 0.14, 0.00, 0.39. Web safe color of #54869b is #669999. Color #54869b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000110 10011011
Octal 124 206 233
Decimal 84 134 155
Hex 54 86 9B

RGB Percentages of Color #54869b

%22.52
%35.92
%41.55

CMYK Percentages of Color #54869b

%46
%14
%0
%39

Triadic Colors of #54869b

#54869b #9b5486 #869b54

Analogous Colors of #54869b

#54869b #54639b #549b8d

Monochromatic Colors of #54869b

#54869b

Complementary Color

#54869b #9b6954

#54869b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54869b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54869b Color CSS Codes

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

#54869b Text Font Color

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

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


#54869b Background Color

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

This div background color is #54869b


#54869b Border Color

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

This div border color is #54869b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,134,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54869b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54869b;
  -webkit-box-shadow: 1px 1px 3px 2px #54869b;
  box-shadow:         1px 1px 3px 2px #54869b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54869b


Comments

No comments written yet.

Please login to write comment.