Color Hex Logo

#53849b Color Hex

#53849B
(83,132,155)
0 Favorites   0 Comments

Color spaces of #53849b

RGB 83132155
HSL0.550.300.47
HSV199°46°61°
CMYK 0.460.150.00   0.39
XYZ17.734920.708134.0727
Yxy20.70810.24460.2856
Hunter Lab45.5062-10.0698-12.5390
CIE-Lab52.6285-10.0974-17.4580

#53849b color RGB value is (83,132,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000100 10011011
Octal 123 204 233
Decimal 83 132 155
Hex 53 84 9B

RGB Percentages of Color #53849b

%22.43
%35.68
%41.89

CMYK Percentages of Color #53849b

%46
%15
%0
%39

Triadic Colors of #53849b

#53849b #9b5384 #849b53

Analogous Colors of #53849b

#53849b #53609b #539b8e

Monochromatic Colors of #53849b

#53849b

Complementary Color

#53849b #9b6a53

#53849b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53849b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53849b Color CSS Codes

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

#53849b Text Font Color

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

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


#53849b Background Color

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

This div background color is #53849b


#53849b Border Color

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

This div border color is #53849b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53849b


Comments

No comments written yet.

Please login to write comment.