Color Hex Logo

#5465ba Color Hex

#5465BA
(84,101,186)
0 Favorites   0 Comments

Color spaces of #5465ba

RGB 84101186
HSL0.640.430.53
HSV230°55°73°
CMYK 0.550.460.00   0.27
XYZ17.172814.737348.3939
Yxy14.73730.21380.1835
Hunter Lab38.389212.6681-47.8693
CIE-Lab45.272318.5597-46.9883

#5465ba color RGB value is (84,101,186).

#5465ba hex color red value is 84, green value is 101 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5465ba hue: 0.64 , saturation: 0.43 and the lightness value of 5465ba is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100101 10111010
Octal 124 145 272
Decimal 84 101 186
Hex 54 65 BA

RGB Percentages of Color #5465ba

%22.64
%27.22
%50.13

CMYK Percentages of Color #5465ba

%55
%46
%0
%27

Triadic Colors of #5465ba

#5465ba #ba5465 #65ba54

Analogous Colors of #5465ba

#5465ba #7654ba #5498ba

Monochromatic Colors of #5465ba

#5465ba

Complementary Color

#5465ba #baa954

#5465ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5465ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5465ba Color CSS Codes

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

#5465ba Text Font Color

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

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


#5465ba Background Color

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

This div background color is #5465ba


#5465ba Border Color

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

This div border color is #5465ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,101,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5465ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5465ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5465ba;
  box-shadow:         1px 1px 3px 2px #5465ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5465ba


Comments

No comments written yet.

Please login to write comment.