Color Hex Logo

#5458bb Color Hex

#5458BB
(84,88,187)
0 Favorites   0 Comments

Color spaces of #5458bb

RGB 8488187
HSL0.660.430.53
HSV238°55°73°
CMYK 0.550.530.00   0.27
XYZ16.115512.452148.5678
Yxy12.45210.20890.1614
Hunter Lab35.287519.7662-56.9022
CIE-Lab41.925827.0597-52.9406

#5458bb color RGB value is (84,88,187).

#5458bb hex color red value is 84, green value is 88 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5458bb hue: 0.66 , saturation: 0.43 and the lightness value of 5458bb is 0.53.

The process color (four color CMYK) of #5458bb color hex is 0.55, 0.53, 0.00, 0.27. Web safe color of #5458bb is #6666cc. Color #5458bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01011000 10111011
Octal 124 130 273
Decimal 84 88 187
Hex 54 58 BB

RGB Percentages of Color #5458bb

%23.40
%24.51
%52.09

CMYK Percentages of Color #5458bb

%55
%53
%0
%27

Triadic Colors of #5458bb

#5458bb #bb5458 #58bb54

Analogous Colors of #5458bb

#5458bb #8454bb #548cbb

Monochromatic Colors of #5458bb

#5458bb

Complementary Color

#5458bb #bbb754

#5458bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5458bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5458bb Color CSS Codes

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

#5458bb Text Font Color

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

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


#5458bb Background Color

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

This div background color is #5458bb


#5458bb Border Color

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

This div border color is #5458bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,88,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5458bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5458bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5458bb;
  box-shadow:         1px 1px 3px 2px #5458bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5458bb


Comments

No comments written yet.

Please login to write comment.