Color Hex Logo

#545988 Color Hex

#545988
(84,89,136)
0 Favorites   0 Comments

Color spaces of #545988

RGB 8489136
HSL0.650.240.43
HSV234°38°53°
CMYK 0.380.350.00   0.47
XYZ11.672510.807124.7633
Yxy10.80710.24710.2288
Hunter Lab32.87425.8495-21.6498
CIE-Lab39.253710.3675-26.8155

#545988 color RGB value is (84,89,136).

#545988 hex color red value is 84, green value is 89 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #545988 hue: 0.65 , saturation: 0.24 and the lightness value of 545988 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01011001 10001000
Octal 124 131 210
Decimal 84 89 136
Hex 54 59 88

RGB Percentages of Color #545988

%27.18
%28.80
%44.01

CMYK Percentages of Color #545988

%38
%35
%0
%47

Triadic Colors of #545988

#545988 #885459 #598854

Analogous Colors of #545988

#545988 #695488 #547388

Monochromatic Colors of #545988

#545988

Complementary Color

#545988 #888354

#545988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#545988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#545988 Color CSS Codes

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

#545988 Text Font Color

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

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


#545988 Background Color

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

This div background color is #545988


#545988 Border Color

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

This div border color is #545988


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,89,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #545988; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #545988;
  -webkit-box-shadow: 1px 1px 3px 2px #545988;
  box-shadow:         1px 1px 3px 2px #545988; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #545988


Comments

No comments written yet.

Please login to write comment.