Color Hex Logo

#5369bb Color Hex

#5369BB
(83,105,187)
0 Favorites   0 Comments

Color spaces of #5369bb

RGB 83105187
HSL0.630.430.53
HSV227°56°73°
CMYK 0.560.440.00   0.27
XYZ17.588515.530049.0843
Yxy15.53000.21400.1889
Hunter Lab39.408110.7033-46.2622
CIE-Lab46.351716.1695-45.8495

#5369bb color RGB value is (83,105,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101001 10111011
Octal 123 151 273
Decimal 83 105 187
Hex 53 69 BB

RGB Percentages of Color #5369bb

%22.13
%28.00
%49.87

CMYK Percentages of Color #5369bb

%56
%44
%0
%27

Triadic Colors of #5369bb

#5369bb #bb5369 #69bb53

Analogous Colors of #5369bb

#5369bb #7153bb #539dbb

Monochromatic Colors of #5369bb

#5369bb

Complementary Color

#5369bb #bba553

#5369bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5369bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5369bb Color CSS Codes

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

#5369bb Text Font Color

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

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


#5369bb Background Color

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

This div background color is #5369bb


#5369bb Border Color

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

This div border color is #5369bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,105,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 #5369bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5369bb


Comments

No comments written yet.

Please login to write comment.