Color Hex Logo

#53849a Color Hex

#53849A
(83,132,154)
0 Favorites   0 Comments

Color spaces of #53849a

RGB 83132154
HSL0.550.300.46
HSV199°46°60°
CMYK 0.460.140.00   0.40
XYZ17.651320.674633.6321
Yxy20.67460.24530.2873
Hunter Lab45.4693-10.2772-12.0262
CIE-Lab52.5915-10.3874-16.9340

#53849a color RGB value is (83,132,154).

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

The process color (four color CMYK) of #53849a color hex is 0.46, 0.14, 0.00, 0.40. Web safe color of #53849a is #669999. Color #53849a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000100 10011010
Octal 123 204 232
Decimal 83 132 154
Hex 53 84 9A

RGB Percentages of Color #53849a

%22.49
%35.77
%41.73

CMYK Percentages of Color #53849a

%46
%14
%0
%40

Triadic Colors of #53849a

#53849a #9a5384 #849a53

Analogous Colors of #53849a

#53849a #53619a #539a8d

Monochromatic Colors of #53849a

#53849a

Complementary Color

#53849a #9a6953

#53849a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53849a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53849a Color CSS Codes

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

#53849a Text Font Color

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

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


#53849a Background Color

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

This div background color is #53849a


#53849a Border Color

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

This div border color is #53849a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,132,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53849a


Comments

No comments written yet.

Please login to write comment.